trendLog.eventAlgorithmInhibit

<< Click to Display Table of Contents >>

 

trendLog.eventAlgorithmInhibit

According to the BACnet protocol documentation:

Indicates whether (TRUE) or not (FALSE) the event algorithm has been disabled for the object. This property is a runtime override that allows temporary disabling of the event algorithm. If the Event_Algorithm_Inhibit_Ref property is present and initialized (contains an instance other than 4194303), then the Event_Algorithm_Inhibit property shall be read-only and shall reflect the value of the property referenced by Event_Algorithm_Inhibit_Ref. A BACnetBinaryPV value of INACTIVE shall map to a value of FALSE and a value of ACTIVE shall map to a value of TRUE. If the referenced property does not exist, it shall be assumed to have a value of FALSE.

Property eventAlgorithmInhibit of object trendLog can be read and written using a single IOTag.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

trendLog-<objectAddress>.eventAlgorithmInhibit

Numeric Parameters

Property

Value

N1:

<deviceAddress>

N2:

<type> = 20

N3:

<objectAddress>

N4:

<property> = 354

Tag Value

An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE.

Was this page useful?