I’m looking to create a tag through a Modbus list through a Schneider 5110 device. Its showing that the data type is “4Q FP PF” which were not too sure how to set up. The images below show the registers and the data types.
Metering & Power Quality
Schneider Electric support forum about Power Meters (ION, PowerTag, PowerLogic) and Power Quality from design, implementation to troubleshooting and more.
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
2016-09-2801:42 AM
I’m looking to create a tag through a Modbus list through a Schneider 5110 device. Its showing that the data type is “4Q FP PF” which were not too sure how to set up. The images below show the registers and the data types.
Link copied. Please paste this link to share this article on your social media post.
2016-09-2802:21 PM
The standard modbus format type required should be "PF32". From looking at the modbus formatting code this seems to do a similar calculation for PF_Val as described above.
If the MDI does not support this format then use the IEEEFloat type and then hand edit the generated .xml file to change from IEEEFloat to PF32 for those registers.