MicroLogic 5/6/7 Modbus Register Tables
General Description
The following chapters describe the Modbus registers of MicroLogic 5, 6, and 7 trip units embedded in ComPacT NSX and PowerPacT H-, J-, or L-frame circuit breakers. These registers provide information that can be read, such as electrical measures, protection configuration, and monitoring information. The command interface enables the user to modify these registers in a controlled way.
The MicroLogic 5/6/7 trip unit registers are grouped in tables of logically related information. The contents of the tables are ordered by increasing address.
The MicroLogic 5/6/7 trip unit commands are described separately.
MicroLogic 5/6/7 Table Format
Register tables have the following columns:
|
Address |
Register |
RW |
X |
Unit |
Type |
Range |
Description |
|---|---|---|---|---|---|---|---|
-
Address: a 16-bit register address in hexadecimal. The address is data used in the Modbus frame.
-
Register: a 16-bit register number in decimal (register = address + 1).
-
RW: register read-write status
-
R: the register can be read by using Modbus functions
-
W: the register can be written by using Modbus functions
-
RW: the register can be read and written by using Modbus functions
-
RC: the register can be read by using the command interface
-
WC: the register can be written by using the command interface
-
-
X: the scale factor. A scale of 10 means that the register contains the value multiplied by 10. So, the real value is the value in the register divided by 10.
Example:
Register 1054 contains the system frequency. The unit is Hz and the scale factor is 10.
If the register returns 503, this means that the system frequency is
503/10 = 50.3 Hz.
-
Unit: the unit the information is expressed in.
-
Type: the encoding data type (see data type description below).
-
Range: the permitted values for this variable, usually a subset of what the format allows.
-
Description: provides information about the register and restrictions that apply.
MicroLogic 5/6/7 Data Types
|
Data Types |
Description |
Range |
|---|---|---|
|
INT16U |
16-bit unsigned integer |
0 to 65535 |
|
INT16 |
16-bit signed integer |
-32768 to +32767 |
|
INT32U |
32-bit unsigned integer |
0 to 4 294 967 295 |
|
INT32 |
32-bit signed integer |
-2 147 483 648 to +2 147 483 647 |
|
INT64 |
64-bit signed integer |
-9 223 372 036 854 775 808 to +9 223 372 036 854 775 807 |
|
FLOAT32 |
32-bit signed integer with a floating point |
2-126 (1.0) to 2127 (2 - 2-23) |
|
OCTET STRING |
Text string |
1 byte per character |
|
DATETIME |
Date and time in the IEC 60870-5 format |
– |
|
ULP DATE |
Date and time in ULP DATE format |
– |