New Community Ranking System
Our Community ranking system has recently been updated. You may notice changes in user rankings and receive system messages or notifications. If you have questions about how the new ranking works, please refer to the announcement post for more details (click here).
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.
Search in
Improve your search experience:
Exact phrase→Use quotes " "(e.g., "error 404")
Wildcard→Use * for partial words(e.g., build*, *tion)
AND / OR→Combine keywords(e.g., login AND error, login OR sign‑in)
Keep it short→Use 2–3 relevant words, not full sentences
Filters→Narrow results by section(Knowledge Base, Users, Products)
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.