<< Click to Display Table of Contents >>
notificationClass.eventTimeStamps |
According to the BACnet protocol documentation:
Conveys the times of the last TO_OFFNORMAL, TO_FAULT, and TO_NORMAL events. Timestamps of type Time or Date shall have X'FF' in each octet, and Sequence Number timestamps shall have the value 0 if no event of that type has ever occurred for the object.
Property eventTimeStamps of object notificationClass can be read and written using a block tag with 3 elements.
Property |
Value |
ParamDevice |
<deviceAddress> |
ParamItem |
notificationClass-<objectAddress>.eventTimeStamps |
Size |
3 elements |
Property |
Value |
B1: |
<deviceAddress> |
B2: |
<type> = 15 |
B3: |
<objectAddress> |
B4: |
<property> = 130 |
Size: |
3 elements |
Index |
Name |
Type |
0 |
elm00 |
A Date, Integer, Null or String (Xml) value representing a timestamp in BACnet. •A null value means the timestamp is empty/not set; •A date/time value representing a precise date and time; •An integer defining the timestamp sequence number; •A character string containing an XML with a value of type <BACnetTimeStamp>. |
1 |
elm01 |
A Date, Integer, Null or String (Xml) value representing a timestamp in BACnet. •A null value means the timestamp is empty/not set; •A date/time value representing a precise date and time; •An integer defining the timestamp sequence number; •A character string containing an XML with a value of type <BACnetTimeStamp>. |
2 |
elm02 |
A Date, Integer, Null or String (Xml) value representing a timestamp in BACnet. •A null value means the timestamp is empty/not set; •A date/time value representing a precise date and time; •An integer defining the timestamp sequence number; •A character string containing an XML with a value of type <BACnetTimeStamp>. |