IEC_BACNET_LIMIT_ENABLE (ENUM)ΒΆ
TYPE IEC_BACNET_LIMIT_ENABLE :
Describes two flags that enable and disable limits.
This enumeration, of type BACnetLimitEnable, conveyes two flags that separately enable and disable reporting of High_Limit and Low_Limit offnormal events and their return to normal.
- InOut:
- Name - Initial - Comment - _LIMIT_ENABLE_MAX_SIZE - 16#7FFFFFFF - LOW_LIMIT_ENABLE - 0 - The LowLimitEnable flag must be set in the Limit_Enable property to generate an event if the Present_Value property gets below the Low_Limit property. - HIGH_LIMIT_ENABLE - 1 - The HighLimitEnable flag must be set in the Limit_Enable property to generate an event if the Present_Value property gets above the High_Limit property. 
