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.


You could probably do it with a program triggered by value onChange, with a variable representing the Holding Register lets say a setpoint, which when changed writes to to the holding register, and a program when the holding register changes writes to the variable. Still need to put them both through calculation. Sounds a bit clunky but done once can be copied and pasted?