<< Click to Display Table of Contents >>
BACnetReliability |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:simpleType name="BACnetReliability">
<xs:restriction base="xs:string">
<xs:enumeration value="noFaultDetected" />
<xs:enumeration value="noSensor" />
<xs:enumeration value="overRange" />
<xs:enumeration value="underRange" />
<xs:enumeration value="openLoop" />
<xs:enumeration value="shortedLoop" />
<xs:enumeration value="noOutput" />
<xs:enumeration value="unreliableOther" />
<xs:enumeration value="processError" />
<xs:enumeration value="multiStateFault" />
<xs:enumeration value="configurationError" />
<xs:enumeration value="communicationFailure" />
<xs:enumeration value="memberFault" />
<xs:enumeration value="monitoredObjectFault" />
<xs:enumeration value="tripped" />
<xs:enumeration value="lampFailure" />
<xs:enumeration value="activationFailure" />
<xs:enumeration value="renewDhcpFailure" />
<xs:enumeration value="renewFdRegistrationFailure" />
<xs:enumeration value="restartAutoNegotiationFailure" />
<xs:enumeration value="restartFailure" />
<xs:enumeration value="proprietaryCommandFailure" />
<xs:enumeration value="faultsListed" />
<xs:enumeration value="referencedObjectFault" />
</xs:restriction>
</xs:simpleType>
Example 1:
<BACnetReliability>noFaultDetected</BACnetReliability>