MicroLogic X Modbus Register Tables
General Description
The following chapters describe the Modbus registers of a MicroLogic X control unit embedded in a MasterPacT MTZ circuit breaker. 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 X control unit registers are grouped in tables of logically related information. The contents of the tables are ordered by increasing address.
The MicroLogic X control unit commands are described separately.
MicroLogic X Table Format
MicroLogic X Modbus register tables have the following columns:
|
Address |
Register |
RW |
Unit |
Type |
Range |
Bit |
Description |
|---|---|---|---|---|---|---|---|
-
Address: a 16-bit register address in hexadecimal. The address is the 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
-
-
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 X 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 |
|
INT64U |
64-bit unsigned integer |
0 to 18 446 744 073 709 600 000 |
|
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 |
|
XDATE |
Date and time of ULP modules |
– |
|
DATETIME |
Date and time in the IEC 60870-5 format |
– |