12-16-2010 07:37 AM
hi,
i am using labview modbus library version 1.21. while i reading the value i got only U16 format. how can show the decimal point here?. i got only temperature value 232 instead of 23.2 deg C.
does any modbus library has for read a float data format....?
12-16-2010 08:01 AM
This is what is comming back from the device, what is the device, the translation is usually in the communications manual.
An example is a eurotherm, gives back a u16 and a different register holds the decimal places U16 - 19500 and 3 decimal places = 19.5C.
12-16-2010 08:02 AM
Most likely just divide by 10.