BACnetLiftFault

<< Clique para Mostrar o Sumário >>

 

BACnetLiftFault

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

Esquema XML

<xs:simpleType name="BACnetLiftFault">
  <xs:restriction base="xs:string">
    <xs:enumeration value="controllerFault" />
    <xs:enumeration value="driveAndMotorFault" />
    <xs:enumeration value="governorAndSafetyGearFault" />
    <xs:enumeration value="liftShaftDeviceFault" />
    <xs:enumeration value="powerSupplyFault" />
    <xs:enumeration value="safetyInterlockFault" />
    <xs:enumeration value="doorClosingFault" />
    <xs:enumeration value="doorOpeningFault" />
    <xs:enumeration value="carStoppedOutsideLandingZone" />
    <xs:enumeration value="callButtonStuck" />
    <xs:enumeration value="startFailure" />
    <xs:enumeration value="controllerSupplyFault" />
    <xs:enumeration value="selfTestFailure" />
    <xs:enumeration value="runtimeLimitExceeded" />
    <xs:enumeration value="positionLost" />
    <xs:enumeration value="driveTemperatureExceeded" />
    <xs:enumeration value="loadMeasurementFault" />
  </xs:restriction>
</xs:simpleType>

Exemplos

Exemplo 1:

<BACnetLiftFault>controllerFault</BACnetLiftFault>

Esta página foi útil?