accessCredential.activationTime

<< Click to Display Table of Contents >>

 

accessCredential.activationTime

According to the BACnet protocol documentation:

Specifies the date and time at or after which the credential becomes active. If the current time is before the activation time, the credential shall be disabled and the value DISABLED_NOT_YET_ACTIVE shall be added to the Reason_For_Disable list. The value DISABLED_NOT_YET_ACTIVE shall be removed from the list when this condition no longer applies. If all of the octets of the BACnetDateTime value contain a value of X'FF', then the credential has an activation time of 'start of time'.

Property activationTime of object accessCredential can be read and written using a single IOTag.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

accessCredential-<objectAddress>.activationTime

Numeric Parameters

Property

Value

N1:

<deviceAddress>

N2:

<type> = 32

N3:

<objectAddress>

N4:

<property> = 254

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?