I connected several electric meters to my SCADA system via Modbus TCP. However, the kWh values read in SCADA do not match the values displayed on the meters' own screens. Could this be due to an incorrect multiplier setting? For example, if the meter uses a multiplier of 1000, how should I correctly configure this multiplier in SCADA?
Electric Meter Data from SCADA Is Incorrect
Collapse
X
-
There is a feature to apply a multiplier to tags. This feature processes the raw value by applying the specified operation with the multiplier value, providing the calculated result.
To enable the multiplier functionality, select the appropriate operation in the "MultiplierOperation" parameter and enter the multiplier value in the "MultiplierValue" parameter.
Comment