
H8035/8036 INSTALLATION GUIDE
Z20
1
686-
0G
page
8
©
2008
V
eris
Indus
tries
USA
800.3
54.855
6
or
503
.598.
45
64
/
suppor
[email protected] 07
083
Modbus
Addr
Typical
Offset Units Description
INTEGER: multiplier required
FLOAT: UPPER 16 bits
FLOAT: LOWER 16 bits
40279 20 KW Demand (power), phase C X
40280 KW Demand (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 Demand X
40306 KW Average Demand X
40307 48 KW Minimum Demand X
40308 KW Minimum Demand X
40309 50 KW Maximum Demand X
40310 KW Maximum Demand X
Note: Modbus addresses in the 4xxxx format follow the Modicon protocol specification
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 specified 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 meter. For integers, the beginning address is 40001 (or zero in the
actual Modbus command), and for floats the first address used would typically be
40259 (or 258 in the actual Modbus command). Although the first float 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 firmware). When a block of data is read, the
“typical offset” 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.
Complete Listing of Data Points