<< Click to Display Table of Contents >>
BACnetEventLogRecord_LogDatum |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetEventLogRecord_LogDatum">
<xs:sequence>
<xs:choice>
<xs:element name="LogStatus" type="BACnetLogStatus" />
<xs:element name="Notification" type="ConfirmedEventNotificationRequest" />
<xs:element name="TimeChange" type="REAL" />
</xs:choice>
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetEventLogRecord_LogDatum>
<LogStatus>
<logDisabled>true</logDisabled>
<logInterrupted>true</logInterrupted>
</LogStatus>
</BACnetEventLogRecord_LogDatum>
Example 2:
<BACnetEventLogRecord_LogDatum>
<Notification>
<ProcessIdentifier>2345</ProcessIdentifier>
<InitiatingDeviceIdentifier>device-502</InitiatingDeviceIdentifier>
<EventObjectIdentifier>device-503</EventObjectIdentifier>
<Timestamp>
<Time>22:39:15.980</Time>
</Timestamp>
<NotificationClass>1238</NotificationClass>
<Priority>38</Priority>
<EventType>changeOfLifeSafety</EventType>
<MessageText>Abcde</MessageText>
<NotifyType>event</NotifyType>
<AckRequired>true</AckRequired>
<FromState>offnormal</FromState>
<ToState>highLimit</ToState>
<EventValues>
<ChangeOfBitstring>
<ReferencedBitstring>1</ReferencedBitstring>
<StatusFlags>
<inAlarm>true</inAlarm>
<overridden>true</overridden>
</StatusFlags>
</ChangeOfBitstring>
</EventValues>
</Notification>
</BACnetEventLogRecord_LogDatum>
Example 3:
<BACnetEventLogRecord_LogDatum>
<TimeChange>1244.567749</TimeChange>
</BACnetEventLogRecord_LogDatum>