09.05.2018, 08:30
There's a work-around on how to implement float16<>float32 conversion:
https://forum.logicmachine.net/showthrea...833#pid833
Same goes for uint32 and similar values.
If you do not need to change these values from modbus side then you only need a single script per each value that will split 32 bits into two 16-bit values.
https://forum.logicmachine.net/showthrea...833#pid833
Same goes for uint32 and similar values.
If you do not need to change these values from modbus side then you only need a single script per each value that will split 32 bits into two 16-bit values.