MODBUS - BigEndian Vs LittleEndian
Hi,
I've this instrument EASTRON SDM630M
and i'm trying to read it in modbus.
Usually i start my test with modbus pull software.
I'm read the register number 4 - input register FC04 - (Voltage phase 3) in Floating32bit - BIGENDIAN

In comfortclick, to read the same value i need to set LITTLE-ENDIAN.


you can see that in BigEndian the value is incorrect.
Do you know why there is this different from Modbus Poll ?
Thanks in advice.
Did you try to set -1 on the register too? bOS starts counting from 0. Sometime the manuals show the register addresses as +1.