BACnet.Protocol.FaultParameters.FaultExtended (bacstack v0.0.1)

View Source

Represents the BACnet fault algorithm FaultExtended parameters.

The FAULT_EXTENDED fault algorithm detects fault conditions based on a proprietary fault algorithm. The proprietary fault algorithm uses parameters and conditions defined by the vendor. The algorithm is identified by a vendor-specific fault type that is in the scope of the vendor's vendor identification code. The algorithm may, at the vendor's discretion, indicate a new reliability, a transition to the same reliability, or no transition to the reliability-evaluation process.

For more specific information about the fault algorithm, consult ASHRAE 135 13.4.3.

Summary

Types

t()

Representative type for the fault parameter.

Types

t()

@type t() :: %BACnet.Protocol.FaultParameters.FaultExtended{
  extended_fault_type: non_neg_integer(),
  parameters: BACnet.Protocol.ApplicationTags.encoding_list(),
  vendor_id: BACnet.Protocol.ApplicationTags.unsigned16()
}

Representative type for the fault parameter.