trendLogMultiple.eventEnable

<< Click to Display Table of Contents >>

 

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

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

trendLogMultiple-<objectAddress>.eventEnable

Size

3 elements

Numeric Parameters

Property

Value

B1:

<deviceAddress>

B2:

<type> = 27

B3:

<objectAddress>

B4:

<property> = 35

Size:

3 elements

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

Was this page useful?