BACnet Interface - Multi-State Value Object - Commander
Multi-State Value Object - Commander
Some Commander parameters are also available via these objects.
Commander
List of available properties for these objects.
| Property Identifier | Property ID | Property Datatype | Conformance Code |
|---|---|---|---|
| Object_Identifier | 75 | BACnetObjectIdentifier | R |
| Object_Name | 77 | CharacterString | R |
| Object_Type | 79 | BACnetObjectType | R |
| Present_Value | 85 | Unsigned | W |
| Status_Flags | 111 | BACnetStatusFlags | R |
| Event_State | 36 | BACnetEventState | R |
| Out_Of_Service | 81 | BOOLEAN | W |
| Number_Of_States | 74 | Unsigned | R |
| State_Text | 110 | BACnetARRAY[N]of CharacterString | R |
Object_Identifier
The object instance number is represented as 7CCCII.
-
"7" the prefix is the number 7.
-
"C" represents the DALI channel number, 0, 1, 2, or 3.
-
"CC" represents the Commander, numbers 00-15.
-
"II" represents the parameter, numbers 00-99.
| Number | Name |
|---|---|
| 00 | Command |
Object_Name
The name of the parameter with the name of the Commander as a prefix.
Object_Type
MULTISTATE_VALUE (19).
Present_Value
The value of the parameter.
Command
Allows to execute commands on the Commander.
NO COMMAND (1)
No command is executed.
START (2)
Starts the Commander.
STOP (3)
Stops the Commander.
Status_Flags
This property indicates the general "reliability" of the object.
Reliability
This property indicates whether the operation of the Present_Value or the operation of the object is reliable. The values are as follows:
- NO_FAULT_DETECTED (0) - No fault has been detected.
Out_Of_Service
It indicates whether the algorithm that the object represents is in service.