<< Click to Display Table of Contents >>
BACnetLiftFault |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<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>
Example 1:
<BACnetLiftFault>controllerFault</BACnetLiftFault>