BACnet.Protocol.EventParameters.UnsignedOutOfRange (bacstack v0.0.1)
View SourceRepresents the BACnet event algorithm UnsignedOutOfRange
parameters.
The UnsignedOutOfRange event algorithm detects whether the monitored value exceeds a range defined by a high limit and a low limit. Each of these limits may be enabled or disabled. If disabled, the normal range has no lower limit or no higher limit respectively. In order to reduce jitter of the resulting event state, a deadband is applied when the value is in the process of returning to the normal range.
For more specific information about the event algorithm, consult ASHRAE 135 13.3.15.
Summary
Types
@type t() :: %BACnet.Protocol.EventParameters.UnsignedOutOfRange{ deadband: non_neg_integer(), high_limit: non_neg_integer(), low_limit: non_neg_integer(), time_delay: non_neg_integer(), time_delay_normal: non_neg_integer() | nil }
Representative type for the event parameter.