<< Click to Display Table of Contents >>
timeValue.statusFlags |
According to the BACnet protocol documentation:
Four boolean flags that indicate the general 'health' of an analog input.
Property statusFlags of object timeValue can be read and written using a block tag with 4 elements.
Property |
Value |
ParamDevice |
<deviceAddress> |
ParamItem |
timeValue-<objectAddress>.statusFlags |
Size |
4 elements |
Property |
Value |
B1: |
<deviceAddress> |
B2: |
<type> = 50 |
B3: |
<objectAddress> |
B4: |
<property> = 111 |
Size: |
4 elements |
Index |
Name |
Type |
0 |
inAlarm |
An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE. |
1 |
fault |
An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE. |
2 |
overridden |
An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE. |
3 |
outOfService |
An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE. |