largeAnalogValue.limitEnable

<< Click to Display Table of Contents >>

 

largeAnalogValue.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 largeAnalogValue can be read and written using a block tag with 2 elements.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

largeAnalogValue-<objectAddress>.limitEnable

Size

2 elements

Numeric Parameters

Property

Value

B1:

<deviceAddress>

B2:

<type> = 46

B3:

<objectAddress>

B4:

<property> = 52

Size:

2 elements

Block 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.

Was this page useful?