ST_BACnet_LimitEnable
PLC mapping of BACnet data type BACnetLimitEnable. See BACnet specification DIN EN ISO 16484-5 for property Limit_Enable.
TYPE ST_BACnet_LimitEnable :
STRUCT
lowLimitEnable : BOOL;
highLimitEnable : BOOL;
END_STRUCT
END_TYPE
lowLimitEnable
: Lower limit value monitoring active (see property Low_Limit)
highLimitEnable
: Upper limit value monitoring active (see property High_Limit)
If limits are exceeded, the property Event_State is set accordingly (see E_BACNETEVENTSTATE).