MicroLogic Active Modbus Register Tables
General Description
The following chapters describe the Modbus registers of a MicroLogic Active 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 Active Control Unit Registers registers are grouped in tables of logically related information. The contents of the tables are ordered by increasing address.
The MicroLogic Active Control Unit Commands commands are described separately.
MicroLogic Active Table Format
MicroLogic Active Modbus register tables have the following columns:
|
Address |
Register |
RW |
X |
Unit |
Type |
Range |
A/E |
Bit |
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
-
R-WC: the register can be read by using Modbus functions, and 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 of the information
-
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
-
A/E: the metering type of the MicroLogic Active control unit
-
type A (Ammeter), applicable to MicroLogic Active A/AP: current measurements
-
type E (Energy), applicable to MicroLogic Active E/EP/Ei: current, voltage, power, and energy measurements
-
-
Bit: description of bit-level functions, for example circuit breaker status and protection status
-
Description: provides information about the register and restrictions that apply
MicroLogic Active 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 |
|
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 |
|
MOD10000 |
Modulo operation |
– |
|
DATE |
Date and time |
– |
|
XDATE |
Same as DATE with a fourth INT16U register for milliseconds information |
– |
|
ULP DATE |
Date and time in ULP DATE format. |
– |
See detailed descriptions of the data types in the Appendix.