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).
ION7550 Modbus register show wrong data
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.
2017-03-2909:52 AM
Looking at the result, something is only accessing the value as a 16 bit register instead of a 32 bit one.
26944 decimal = 0x6940 as a 16 bit value
551232 decimal = 0x00086940 as a 32 bit value
So either the register is being scaled incorrectly inside the meter's template or the PC is not reading the register correctly and masking off the first register.
I would suggest using some type of program like Modscan or ION Setup to confirm the register contents by reading all of the registers to see how they are being populated.
If register 40204 does indeed contain 0 while register 40205 contains 0x6940, then the problem is within the actual meter and you will need ION Setup communicating using ION protocol to the 7550 to confirm how the scaling of the kW total is being performed.