PLC Float Inverse

G

Thread Starter

g_rankin

Can anyone help me out? How do I handle a floating inverse data type (2 register count) in a PLC?
The value comes from a controller via Modbus and I need to know how to handle this data type for control purpose.
 
Hello,
The float can be stored in 1 of 4 byte patterns.

1234
2134
4321
3412

Put the bytes in the correct order and proceed.

Ciao,
Mark
htp://www.peakhmi.com
 
Top