accessCredential.activationTime

<< Clique para Mostrar o Sumário >>

 

accessCredential.activationTime

Segundo a documentação do protocolo BACnet:

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'.

A propriedade activationTime do objeto accessCredential pode ser lida e escrita utilizando um tag normal (IOTag).

Parâmetros texto

Propriedade

Valor

ParamDevice

<endereçoDoDispositivo>

ParamItem

accessCredential-<endereçoDoObjeto>.activationTime

Parâmetros numéricos

Propriedade

Valor

N1:

<endereçoDoDispositivo>

N2:

<tipo> = 32

N3:

<endereçoDoObjeto>

N4:

<propriedade> = 254

Valor do tag

Um valor dos tipos Date, Null ou String (contendo um XML) representando uma data/hora do BACnet.

Um valor <null> indica que a data/hora está vazia (não setada);

Um valor de data/hora representando precisamente uma data e hora;

Um string contendo um XML com um valor do tipo <BACnetDateTime>.

Esta página foi útil?