Member Login
Modbus Links
Search
Jump to a Date
Cool stuff
RSS Feed
modbus.control.com/rss/
To get a personalized feed, become a member at no cost.
from the Double Register Data Polling department...
Siemens Sentron PAC3200 Power Meter Energy ReadingsHow can I retrieve the energy reading from Siemens Sentron PAC3200 power meter which is Double Register format? I'm using WINPM.Net Software equipvalent to IOn Enterprise from Power Measurement Schneider. How can I break the double register to smaller register such as 16 or 32 bits in order to get the right result?
These double registers are most likely IEEE Single Precision numbers. As such, they will be sent in one of 4 possible byte orders.
1) B0 B1 B2 B3
2) B1 B0 B3 B2
3) B2 B3 B0 B1
4) B3 B2 B1 B0
Your equipment should have a selection of options to decode the proper numbers. Google IEEE Single Precision for bit assignments of float point numbers.
Here are some IEEE Single Precision examples:
B0 B1 B2 B3
1.000 = 0x3f 80 00 00
1.100 = 0x3f 8c cc cd
10.00 = 0x41 20 00 00
10.10 = 0x41 21 99 9a
1) B0 B1 B2 B3
2) B1 B0 B3 B2
3) B2 B3 B0 B1
4) B3 B2 B1 B0
Your equipment should have a selection of options to decode the proper numbers. Google IEEE Single Precision for bit assignments of float point numbers.
Here are some IEEE Single Precision examples:
B0 B1 B2 B3
1.000 = 0x3f 80 00 00
1.100 = 0x3f 8c cc cd
10.00 = 0x41 20 00 00
10.10 = 0x41 21 99 9a
If my master does not support 64 bits register, how can I break 64 bits into either 16 bits or 32 bits in order to get the readings? HOw to define the Bits on easy way?
Hi,
It sounds as if your Master cannot poll for registers that contain 2 words.
HMS has a gateway that can poll for any type of register and are often used whith Enron modbus devices. The gateway will poll for any kind of register and put the data into normal 2 byte registers.
For more information, go to:
http://www.anybus.com/support/support.asp?PID=317&ProductTy pe=Anybus%20Communicator
or send me an email at: support@hms.se
//Pat
It sounds as if your Master cannot poll for registers that contain 2 words.
HMS has a gateway that can poll for any type of register and are often used whith Enron modbus devices. The gateway will poll for any kind of register and put the data into normal 2 byte registers.
For more information, go to:
http://www.anybus.com/support/support.asp?PID=317&ProductTy pe=Anybus%20Communicator
or send me an email at: support@hms.se
//Pat
Your use of this site is subject to the terms and conditions set forth under Legal Notices and the Privacy Policy. Please read those terms and conditions carefully. Subject to the rights expressly reserved to others under Legal Notices, the content of this site and the compilation thereof is © 1999-2009 Nerds in Control, LLC. All rights reserved.


