
13
Instruction Leaflet IL012002EN
Effective March 2013
Instruction Leaflet for Modbus Power Monitoring/
Metering Module (PM3) for FD, JG, and KD/LG
Circuit Breakers and Motor Circuit Protectors
EATON CORPORATION www.eaton.com
If the Breaker Status cannot be determined (for example, the con-
nector is not connected), an exception (0x82) code of 0x01 is
returned. The response will look like (see Table 14).
Table 14. Breaker Status Unknown.
Response From Slave
Field Name
Slave Address 0x74
Function Code 0x82
Exception Error 0x01
CRC Low Byte 0x81
CRC High Byte 0x60
5.3. Metered Values
The PM3 Modbus Add-on Module communicates metered values
via input registers (Function Code 04). Registers are referenced by
register numbers and register addresses. Register numbers range
from 1 to 65536. Register addresses range from 0 to 65535. Thus,
a data value referenced with number N has an address of (N – 1).
Each register contains two bytes.
The data field in the request from the Modbus Master contains the
starting register address and the number of registers to read. A
typical Request/Response transaction for reading metered values is
shown in Table 15. This example shows a read of register numbers
6147 thru 6152 (IA thru IC) from a slave at address 116.
Table 15. Request From Master.
Field Name
Slave Address 0x74
Function Code 0x04
Starting Address High Byte 0x18
Starting Address Low Byte 0x02
Number of Registers High Byte 0x00
Number of Registers Low Byte 0x06
CRC Low Byte
CRC High Byte
Table 16. Response From Slave.
Field Name
Slave Address 0x74
Function Code 0x04
Byte Count 0x0C
Data From Register 0x1802 High Byte
Data From Register 0x1802 Low Byte
Data From Register 0x1803 High Byte
Data From Register 0x1803 Low Byte
Data From Register 0x1804 High Byte
Data From Register 0x1804 Low Byte
Data From Register 0x1805 High Byte
Data From Register 0x1805 Low Byte
Data From Register 0x1806 High Byte
Data From Register 0x1806 Low Byte
Data From Register 0x1807 High Byte
Data From Register 0x1807 Low Byte
CRC Low Byte
CRC High Byte
5.4. Standard Metered Values
Standard metered values are transmitted as 32-bit numbers.
Metered values are read-only and are transmitted in two registers.
Both registers must be accessed in one operation, using Function
Code 04.
ote:N The arrangement of the bytes in the 4-byte standard meter register
values may be configured by writing to configuration register number 2003
(register address 0x07D2).
Table 17 summarizes the Modbus commands for the standard
metered values.
Table 17. Standard Metered Values Command Descriptions.
Name Units
Register
Number
(decimal)
Register
Address
(hex) Scale
factor Format
IAA 6147 1802 10 Uint32
IBA 6149 1804 10 Uint32
ICA 6151 1806 10 Uint32
VAB V 6159 180E 10 Uint32
VBC V 6161 1810 10 Uint32
VCA V 6163 1812 10 Uint32
VAN V 6167 1816 10 Uint32
VBN V 6169 1818 10 Uint32
VCN V 6171 181A 10 Uint32
Real Power – 3 Phase W 6187 182A 1 Int32
Reactive Power – 3
phase VAR 6189 182C 1 Uint32
Apparent Power – 3
phase VA 6191 182E 1 Uint32
Apparent Power Factor % 6195 1832 100 Int32
Frequency Hz 6197 1834 10 Uint32
Phase A Real Power W 6203 183A 1 Int32
Phase B Real Power W 6205 183C 1 Int32
Phase C Real Power W 6207 183E 1 Int32
Phase A Reactive Power VAR 6209 1840 1 Int32
Phase B Reactive Power VAR 6211 1842 1 Int32
Phase C Reactive Power VAR 6213 1844 1 Int32
Phase A Apparent
Power VA 6215 1846 1 Int32
Phase B Apparent
Power VA 6217 1848 1 Uint32
Phase C Apparent
Power VA 6219 184A 1 Uint32
Phase A Apparent
Power Factor % 6227 1852 100 Uint32
Phase B Apparent
Power Factor % 6229 1854 100 Uint32
Phase C Apparent
Power Factor % 6231 1856 100 Uint32
5.5. Energy Values
Energy values are 32-bit numbers. Each energy value requires four
Modbus registers. When reading an energy value, all four registers
must be read in one operation.
ote:N The arrangement of the bytes in the 4-byte energy register values
may be configured by writing to configuration register number 2003 (register
address 0x07D2).
Table 18 summarizes the Modbus commands for the energy values.