Command Object (CMD)
- Last UpdatedDec 08, 2020
- 1 minute read
Supported properties of the Command Object
|
Property |
Value Format |
Example |
|
OBJECT-IDENTIFIER OBJECT-NAME |
String [ObjectNumber]: [Instance Number] String |
1:0 Object:Command |
|
OBJECT-TYPE |
Integer |
6 |
|
DESCRIPTION |
String |
This sensor monitors the core activity For example:Description:Command |
|
PRESENT-VALUE |
Unsigned Integer |
Indicates which action the Command object is to take or has already taken For example:3. |
|
IN-PROCESS |
Boolean |
Shall be set to TRUE when a value is written to the Present Value property. This TRUE value indicates that the Command object has begun processing one of a set of action sequences. Once all of the writes have been attempted by the Command object, the In_Process property shall be set back to FALSE. For example:1/0. |
|
ALL-WRITES-SUCCESSFUL |
Boolean |
Indicates the success or failure of the sequence of actions that are triggered when the Present Value property is written to For example:1/0. |
|
ACTION |
String [Device_Identifier(Optional)], [Object_Identifier], [Property_Identifier], [Property_Array_Index(Optional)], [Property_Value], [Priority(1..16)(Optional)], [Post_Delay(Optional)], [Quit_On_Failure], [Write_Successful]| [Device_Identifier(Optional)], [Object_Identifier], [Property_Identifier], [Property_Array_Index(Optional)], [Property_Value], [Priority(1..16)(Optional)], [Post_Delay(Optional)], [Quit_On_Failure], [Write_Successful]; [Device_Identifier(Optional)], [Object_Identifier], [Property_Identifier], [Property_Array_Index(Optional)], [Property_Value], [Priority(1..16)(Optional)], [Post_Delay(Optional)], [Quit_On_Failure], [Write_Successful]|… |
This property, of type BACnetARRAY of BACnetActionList, specifies an array of "action lists." For example: ,5:0,85,,0,,,1,0| 8:1,5:2,85,0,5,4,3,0,1;,5:0,85,,0,,,1,0|… |
|
ACTION-TEXT |
String [CharacterString]| [CharacterString]|... |
This property, of type BACnetARRAY of CharacterString, shall be used to indicate a text string description for each of the possible values of the Present Value property. For example: Item 0|Item 1|... . |
|
PROFILE-NAME |
String |
Profile:Command |