![SCADAmetrics EtherMeter EM-100 Скачать руководство пользователя страница 57](http://html1.mh-extra.com/html/scadametrics/ethermeter-em-100/ethermeter-em-100_installation-operation-and-maintenance-manual_1205751057.webp)
55
TOTALIZATION AND FLOW DATA FORMAT:
The EtherMeter was designed in such a way as to simplify and compress the formatting of all
reported data. As shown in the previous charts, no floating point or 64-bit registers are implemented
in the holding (4xxxx) registers, as all data is represented internally as 32-bit long integers (signed
or unsigned) and 16-bit signed integers.
In order to achieve a high level of simplicity and prevent integer overflows, separate exponential
scale factors and multipliers are provided in certain MODBUS registers.
If fully-scaled totalization data is desired, then 64-bit data processing may be required by the
MODBUS master polling PLC or computer. In most instances, however, 32-bit data manipulation
will suffice.
TOTALIZATION HELPER FORMULAS:
The following calculations are examples helper formulas that may be implemented within the
master. When deciding whether to use 64-bit versus 32-bit data manipulation routines at the
master, it is recommended that the user factor in the largest expected meter totalization value
(meter-specific), and consider that the largest possible 32-bit unsigned long integer is
4,294,967,295.
Meter 1 Actual Total = ( [METER 1 TOTAL UNSCALED] x [10
[METER 1 EXPONENT]
] )
+ ( [ROLLOVERS METER 1] x [10
[METER 1 nDIGITS]
] x [10
[METER 1 EXPONENT]
] )
= ( [40001,40002] x [10
[40021]
] ) + ( [40009] x [10
[40019]
] x [10
[40021]
] )
Meter 2 Actual Total = ( [METER 2 TOTAL UNSCALED] x [10
[METER 2 EXPONENT]
] )
+ ( [ROLLOVERS METER 2] x [10
[METER 2 nDIGITS]
] x [10
[METER 2 EXPONENT]
] )
= ( [40003,40004] x [10
[40022]
] ) + ( [40010] x [10
[40020]
] x [10
[40022]
] )
FLOW RATE HELPER FORMULAS:
The following are possible flow rate helper formulas that may be implemented within a MODBUS
master polling PLC or computer:
Meter 1 Actual Flow = [FLOW 1] / 1000
= [40005,40006] / 1000
Meter 2 Actual Flow = [FLOW 2] / 1000
= [40007,40008] / 1000
Содержание EtherMeter EM-100
Страница 2: ......
Страница 38: ...36 Setup Screen 2 of 8 Serial Port Setup Setup Screen 3 of 8 Networking Setup...
Страница 39: ...37 Setup Screen 4 of 8 Auxiliary I O Setup Setup Screen 5 of 8 Interface Setup...
Страница 41: ...39 Setup Screen 8 of 8 Meter Read Diagnostics...
Страница 79: ...This Page Intentionally Blank...