timer.updateTime

<< Click to Display Table of Contents >>

 

timer.updateTime

According to the BACnet protocol documentation:

Indicates the date and time of the last transition of the timer state. If a transition of the timer state has never occurred, then this property shall take on the unspecified datetime value.

Property updateTime of object timer can be read and written using a single IOTag.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

timer-<objectAddress>.updateTime

Numeric Parameters

Property

Value

N1:

<deviceAddress>

N2:

<type> = 31

N3:

<objectAddress>

N4:

<property> = 189

Tag Value

A Date, Null or String (Xml) value representing a BACnet date/time.

A null value means the date/time is empty/not set;

A date/time value representing a precise date and time;

A character string containing an XML with a value of type <BACnetDateTime>.

Was this page useful?