<< Click to Display Table of Contents >>
positiveIntegerValue.limitEnable |
According to the BACnet protocol documentation:
Conveys two flags that separately enable and disable reporting of highLimit and lowLimit offnormal events and their return to normal.
Property limitEnable of object positiveIntegerValue can be read and written using a block tag with 2 elements.
Property |
Value |
ParamDevice |
<deviceAddress> |
ParamItem |
positiveIntegerValue-<objectAddress>.limitEnable |
Size |
2 elements |
Property |
Value |
B1: |
<deviceAddress> |
B2: |
<type> = 48 |
B3: |
<objectAddress> |
B4: |
<property> = 52 |
Size: |
2 elements |
Index |
Name |
Type |
0 |
lowLimitEnable |
An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE. |
1 |
highLimitEnable |
An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE. |