We have some RTUs that store values as described by the manufacturer:
An example of a successful retrieval of a specific stored value:

Has anyone successfully retrieved values with this format? If so, can you share your solution? I've been through the modbus.get documentation and it's not clear to me if it supports this case directly. That hasn't stopped me from trying to use it anyways, but I haven't found a successful combination of parameters.
The values of all sensors are in IEEE 32-bit Floating Point Little Endian byte-swapped format. For this reason, two 16-bit registers are used to represent the value of each sensor. The format is IEEE 32-bit Floating Point Little Endian with byte-swapped (the order of bytes is 3,4,1,2)
Has anyone successfully retrieved values with this format? If so, can you share your solution? I've been through the modbus.get documentation and it's not clear to me if it supports this case directly. That hasn't stopped me from trying to use it anyways, but I haven't found a successful combination of parameters.
Comment