Modbus integer - scaling value
Dear,
we try to connect Modbus TCP/IP thermostats with ComfortClick. All works OK.
We want to ask, how we can scale ratio of the holding register?
We have the value of the set temeperature, which needs to be scaled by 0.02 (or divided by 50).
If we use the "calculation" function, it is works for the input register (read), while the holding register is a problem because it is a read/writte.
so please help us.
We resolved problem for scaling of Modbus registers.
We use two-program function, one for read value from device to CC, and second for write value from CC to device. The program is trigger by changing value (such as value from device) and set – write changing value to other value (to CC).
It works well, but you should not use “allow retrigger” option (uncheck).