BACnetNotificationParameters_DoubleOutOfRange

<< Click to Display Table of Contents >>

 

BACnetNotificationParameters_DoubleOutOfRange

This XML representation of complex data is used internally by other XMLs supported by the driver.

XML Schema

<xs:complexType name="BACnetNotificationParameters_DoubleOutOfRange">
  <xs:sequence>
    <xs:element name="ExceedingValue" type="Double" />
    <xs:element name="StatusFlags" type="BACnetStatusFlags" />
    <xs:element name="Deadband" type="Double" />
    <xs:element name="ExceededLimit" type="Double" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetNotificationParameters_DoubleOutOfRange>
  <ExceedingValue>123456.789012</ExceedingValue>
  <StatusFlags>
    <inAlarm>true</inAlarm>
    <overridden>true</overridden>
  </StatusFlags>
  <Deadband>123457.789012</Deadband>
  <ExceededLimit>123458.789012</ExceededLimit>
</BACnetNotificationParameters_DoubleOutOfRange>

Was this page useful?