
H8035/H8036
Z
2
0
16
8
6
-
0
K
PAGE 7 ©2010 Veris Industries USA 800.354.8556 or +1.503.598.4564 / suppor[email protected] 10101Alta Labs, Enercept, Enspector, Hawkeye, Trustat, Veris, and the Veris ‘V’ logo are trademarks or registered trademarks of Veris Industries, L.L.C. in the USA and/or other countries.
TM
INSTALLATION GUIDE
Address Typical
Offset
Units Description Integer:
multiplier required
Float:
upper 16 bits
Float:
lower 16 bits
40263 4 VAR Reactive Power X
40264 VAR Reactive Power X
40265 6 VA Apparent Power X
40266 VA Apparent Power X
40267 8 --- Power Factor X
40268 --- Power Factor X
40269 10 VOLTS Voltage, line to line X
40270 VOLTS Voltage, line to line X
40271 12 VOLTS Voltage, line to neutral X
40272 VOLTS Voltage, line to neutral X
40273 14 AMPS Current X
40274 AMPS Current X
40275 16 KW Real Power, phase A X
40276 KW Real Power, phase A X
40277 18 KW Real Power, phase B X
40278 KW Real Power, phase B X
40279 20 KW Real Power, phase C X
40280 KW Real Power, phase C X
40281 22 --- Power Factor, phase A X
40282 --- Power Factor, phase A X
40283 24 --- Power Factor, phase B X
40284 --- Power Factor, phase B X
40285 26 --- Power Factor, phase C X
40286 --- Power Factor, phase C X
40287 28 VOLTS Voltage, phase A-B X
40288 VOLTS Voltage, phase A-B X
40289 30 VOLTS Voltage, phase B-C X
40290 VOLTS Voltage, phase B-C X
40291 32 VOLTS Voltage, phase A-C X
40292 VOLTS Voltage, phase A-C X
40293 34 VOLTS Voltage, phase A-N X
40294 VOLTS Voltage, phase A-N X
40295 36 VOLTS Voltage, phase B-N X
40296 VOLTS Voltage, phase B-N X
40297 38 VOLTS Voltage, phase C-N X
40298 VOLTS Voltage, phase C-N X
40299 40 AMPS Current, phase A X
40300 AMPS Current, phase A X
40301 42 AMPS Current, phase B X
40302 AMPS Current, phase B X
40303 44 AMPS Current, phase C X
40304 AMPS Current, phase C X
40305 46 KW Average Real Power X
40306 KW Average Real Power X
40307 48 KW Minimum Real Power X
40308 KW Minimum Real Power X
40309 50 KW Maximum Real Power X
40310 KW Maximum Real Power X
Note: Modbus addresses in the 4xxxx format follow the Modicon protocol specication for point addressing. The actual address sent is the value shown, minus 40001.
In other words, the leading “4” is omitted, and the remaining 4-digit number is decremented so that point 40001 is requested with a value of zero in the actual Modbus
communication. Some Modbus implementations require point addresses to be specied beginning at zero or 40000, instead of 40001. Programing code may also require
addresses which correspond to actual values transmitted, so a value of zero is used to request data beginning at Modbus address 40001.
In many applications, a single Modbus command is used to read all of the data available from the Enercept. For integers, the beginning address is 40001 (or zero in the actual
Modbus command), and for oats the rst address used would typically be 40259 (or 258 in the actual Modbus command). Although the rst oat appears at address 40257,
it is not necessary to read this value because it is a duplicate copy of the kWh value (required by the product rmware). When a block of data is read, the “typical oset” values
index to the data within the block.
"Multiplier required" indicates that a multiplication is required to properly scale the integer value. See Using Integer Data Types section.