BACnetEscalatorFault

<< Click to Display Table of Contents >>

 

BACnetEscalatorFault

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

XML Schema

<xs:simpleType name="BACnetEscalatorFault">
  <xs:restriction base="xs:string">
    <xs:enumeration value="controllerFault" />
    <xs:enumeration value="driveAndMotorFault" />
    <xs:enumeration value="mechanicalComponentFault" />
    <xs:enumeration value="overspeedFault" />
    <xs:enumeration value="powerSupplyFault" />
    <xs:enumeration value="safetyDeviceFault" />
    <xs:enumeration value="controllerSupplyFault" />
    <xs:enumeration value="driveTemperatureExceeded" />
    <xs:enumeration value="combPlateFault" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetEscalatorFault>controllerFault</BACnetEscalatorFault>

Was this page useful?