<< Click to Display Table of Contents >>
multiStateOutput.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 multiStateOutput can be read and written using a single IOTag.
Property |
Value |
ParamDevice |
<deviceAddress> |
ParamItem |
multiStateOutput-<objectAddress>.eventAlgorithmInhibit |
Property |
Value |
N1: |
<deviceAddress> |
N2: |
<type> = 14 |
N3: |
<objectAddress> |
N4: |
<property> = 354 |
An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE.