BACnetNotificationParameters_DoubleOutOfRange

<< Clique para Mostrar o Sumário >>

 

BACnetNotificationParameters_DoubleOutOfRange

Esta representação de dados complexos via XML é utilizada internamente em outros XMLs suportados pelo driver.

Esquema XML

<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>

Exemplos

Exemplo 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>

Esta página foi útil?