I got a input register (2 byte unsigned int) that I have assigned in ScadaBR dashboard, it shows the raw data but I have added the scaling to be 0-1000, that doesnt work, it still gives me 0-65,535, what can I do to fix this, thanks
Google Translate:
You are trying to make a conversion where a range of 0-65535 becomes a range of 0-1000, right?
In the settings of each Modbus data point you must set the “multiplier” parameter to the value of 0.015259022
(decimal value of the fraction 1/65.535 - I’m using dot as decimal separator), keeping the “additive” parameter as 0.
P.S.: You change these settings on the data source configuration page, in the data point list.
Thank you Celso, that worked!