Monitoring Control Object
Description
The Monitoring Control Object allows selection of four different LTMT main unit internal data to monitor.
Class Code
The Monitoring Control Object class code is 0xC6, vendor specific definition.
Class Attributes
|
Attribute ID |
Name |
Access |
Description |
|---|---|---|---|
|
0x01 |
Revision |
R |
The Monitoring Control Object implementation revision. Returns 0x01. |
|
0x02 |
Maximum Instance |
R |
Returns 0x01 to represent a single instance. |
|
0x03 |
Number of Instances |
R |
The number of object instances. Returns 0x01. |
|
0x06 |
Maximum Class Attribute |
R |
The largest class attribute value. Returns 0x07. |
|
0x07 |
Maximum Instance Attribute |
R |
The largest instance attribute value. Returns 0x04. |
Class Services
|
Service Code |
Name |
Description |
|---|---|---|
|
0x01 |
Get Attribute All |
Returns the value of all class attributes. |
|
0x0E |
Get Attribute Single |
Returns the value of the specified attribute. |
Instance Codes
Only one instance is implemented: Instance 1.
Instance Attributes
|
Attribute ID |
Name |
Access |
Description |
|---|---|---|---|
|
0x01 |
Monitoring Word 0 Address |
RW |
UINT type to represent the address of Monitoring Word 0. At power up, it is defaulted to 455. |
|
0x02 |
Monitoring Word 1 Address |
RW |
UINT type to represent the address of Monitoring Word 1. At power up, it is defaulted to 456. |
|
0x03 |
Monitoring Word 2 Address |
RW |
UINT type to represent the address of Monitoring Word 2. At power up, it is defaulted to 457. |
|
0x04 |
Monitoring Word 3 Address |
RW |
UINT type to represent the address of Monitoring Word 3. At power up, it is defaulted to 459. |
Instance Services
|
Service Code |
Name |
Description |
|---|---|---|
|
0x10 |
Set Attribute Single |
Modifies the instance attribute value with the access type of RW. |
|
0x0E |
Get Attribute Single |
Returns the value of the specified instance attribute. |