<< Click to Display Table of Contents >>
channel.ackedTransitions |
According to the BACnet protocol documentation:
Conveys three flags that separately indicate the receipt of acknowledgements for TO-OFFNORMAL, TO-FAULT, and TO-NORMAL events.
Property ackedTransitions of object channel can be read and written using a block tag with 3 elements.
Property |
Value |
ParamDevice |
<deviceAddress> |
ParamItem |
channel-<objectAddress>.ackedTransitions |
Size |
3 elements |
Property |
Value |
B1: |
<deviceAddress> |
B2: |
<type> = 53 |
B3: |
<objectAddress> |
B4: |
<property> = 0 |
Size: |
3 elements |
Index |
Name |
Type |
0 |
toOffnormal |
An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE. |
1 |
toFault |
An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE. |
2 |
toNormal |
An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE. |