ION 8650 Modbus and DNP values do not scale correctly
Issue
Scaling of DNP and Modbus output values may be incorrect when the PT ratio is set at 1:1. This will turn on the Scaled Operational Values output prematurely. It should only be enabled when BOTH the PT AND CT ratios are set to 1:1.
ION8650 Variant A
-
- - 8650A_RMICAN_35S_V4.1.0.0.5.dcf
- 8650A_RMICAN_V4.1.0.0.5.dcf
- 8650A_V400_FAC-35S_V4.1.0.0.2.dcf
- 8650A_V400_FAC_V4.1.0.0.2.dcf
- Any framework derived from the above frameworks, including all prior revisions.
- - 8650A_RMICAN_35S_V4.1.0.0.5.dcf
-
- - 8650B_RMICAN_35S_V4.1.0.0.5.dcf
- 8650B_RMICAN_V4.1.0.0.5.dcf
- 8650B_V400_FAC-35S_V4.1.0.0.2.dcf
- 8650B_V400_FAC_V4.1.0.0.2.dcf
- Any framework derived from the above frameworks, including all prior revisions.
- - 8650B_RMICAN_35S_V4.1.0.0.5.dcf
-
- - Is not affected
Product
ION8650A
ION8650B
ION8650C
Enviorment
ION Meters
Cause
An incorrect formula is populated within the Arithmetic 74 (SetRatios1) formula 1 for the A and B variants (C variant is correct).
The incorrect formula on Variant A and B is IF(S1=S2,1,0), which can be seen below.
Resolution
The corrected formula can be seen below as IF(AND(S1=S2,S3=S4),1,0)
The fix to this formula can be done directly in unlocked meters using IONSetup or Designer, or download the corrected template listed below.
These formulas have been fixed in:
ION8650 Variant A
-
- - 8650A_RMICAN_35S_V4.1.0.0.6.dcf
- 8650A_RMICAN_V4.1.0.0.6.dcf
- 8650A_V400_FAC-35S_V4.1.0.0.3.dcf
- 8650A_V400_FAC_V4.1.0.0.3.dcf
- Any framework derived from the above frameworks.
- - 8650A_RMICAN_35S_V4.1.0.0.6.dcf
-
- - 8650B_RMICAN_35S_V4.1.0.0.6.dcf
- 8650B_RMICAN_V4.1.0.0.6.dcf
- 8650B_V400_FAC-35S_V4.1.0.0.3.dcf
- 8650B_V400_FAC_V4.1.0.0.3.dcf
- Any framework derived from the above frameworks.
- - 8650B_RMICAN_35S_V4.1.0.0.6.dcf
-
- - Is not affected