<< Click to Display Table of Contents >>
characterstringValue.eventEnable |
According to the BACnet protocol documentation:
Conveys three flags that separately enable and disable reporting of TO-OFFNORMAL, TO-FAULT, and TO-NORMAL events. In the context of Analog Input objects, transitions to High_Limit and Low_Limit Event_States are considered to be 'offnormal' events.
Property eventEnable of object characterstringValue can be read and written using a block tag with 3 elements.
Property |
Value |
ParamDevice |
<deviceAddress> |
ParamItem |
characterstringValue-<objectAddress>.eventEnable |
Size |
3 elements |
Property |
Value |
B1: |
<deviceAddress> |
B2: |
<type> = 40 |
B3: |
<objectAddress> |
B4: |
<property> = 35 |
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. |