MODBUS conversion decimal

Hello all, I am trying to read the temo via modus from IDEC PLC.
The HR registers are giving me data but its a multiplier of 10.


The image shows 750 as the output but in reality it is 75.0F . How do I convert it ?

Hi,

Use tag scaling.

For your use case, you need to set the following:

Scale mode: Linear
Raw Low: 0
Raw High: 100
Scaled Low: 0
Scaled High: 10

The default settings should be enough.

2 Likes