Hello,
I recently downloaded VTScadaLIGHT in order to test a prototype device. I am writing to Modbus registers 40001 - 40010, and splitting my floating point values into 16 bit unsigned integers. How would I union them back together in VTScadaLIGHT as a floating point value?
ex)
40001 = 16 bit unsigned int
40002 = 16 bit unsigned int
union of 4001 and 40002 = Floating point
Hello,
I recently downloaded VTScadaLIGHT in order to test a prototype device. I am writing to Modbus registers 40001 - 40010, and splitting my floating point values into 16 bit unsigned integers. How would I union them back together in VTScadaLIGHT as a floating point value?
ex)
40001 = 16 bit unsigned int
40002 = 16 bit unsigned int
union of 4001 and 40002 = Floating point