Using Scadalts I'm pulling modbus data from Measure Logic DTS. In their documentation we need to query a specif point to find the multiplier to affect the values of other points as per their manual.
https://www.measurlogic.com/wp-content/uploads/2021/02/Measurlogic-DTS-Modbus-Map-R22A.pdf
EngineeringValue = RegisterValue * EnerPowDivider * 0.001 (W) --- Page 5.
This value is used for power reading and adjust their resolution.
How can I accomplish this task.