BACnetEventParameter_FloatingLimit

<< Clique para Mostrar o Sumário >>

 

BACnetEventParameter_FloatingLimit

Esta representação de dados complexos via XML é utilizada pelos seguintes objetos/propriedades:

eventEnrollment.eventParameters

Esquema XML

<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns="http://www.elipse.com.br/drivers/BACnet" xmlns:mstns="http://www.elipse.com.br/drivers/BACnet" elementFormDefault="qualified" targetNamespace="http://www.elipse.com.br/drivers/BACnet" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="BACnetEventParameter_FloatingLimit">
    <xs:sequence>
      <xs:element name="TimeDelay" type="Unsigned" />
      <xs:element name="SetpointReference" type="BACnetDeviceObjectPropertyReference" />
      <xs:element name="LowDiffLimit" type="REAL" />
      <xs:element name="HighDiffLimit" type="REAL" />
      <xs:element name="Deadband" type="REAL" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Value" type="BACnetEventParameter_FloatingLimit" />
</xs:schema>

Exemplos

Exemplo 1:

<?xml version="1.0" encoding="utf-8" ?>
<Value xmlns="http://www.elipse.com.br/drivers/BACnet">
  <BACnetEventParameter_FloatingLimit>
    <TimeDelay>1234</TimeDelay>
    <SetpointReference>
      <ObjectIdentifier>device-502</ObjectIdentifier>
      <PropertyIdentifier>action</PropertyIdentifier>
      <PropertyArrayIndex>1237</PropertyArrayIndex>
      <DeviceIdentifier>device-505</DeviceIdentifier>
    </SetpointReference>
    <LowDiffLimit>1239.567749</LowDiffLimit>
    <HighDiffLimit>1240.567749</HighDiffLimit>
    <Deadband>1241.567749</Deadband>
  </BACnetEventParameter_FloatingLimit>
</Value>

Esta página foi útil?