accessCredential.expirationTime

<< Clique para Mostrar o Sumário >>

 

accessCredential.expirationTime

Segundo a documentação do protocolo BACnet:

Specifies the date and time after which the credential will expire. This defines the end of the validity period of the credential. If the current time is after the expiry time, the credential shall be disabled and the value DISABLED_EXPIRED shall be added to the Reason_For_Disable list. The value DISABLED_EXPIRED shall be removed from the list when this condition no longer applies. If all of the fields of the BACnetDateTime value contain a value of X'FF', then the credential has an expiry time of 'end-of-time'.

A propriedade expirationTime 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>.expirationTime

Parâmetros numéricos

Propriedade

Valor

N1:

<endereçoDoDispositivo>

N2:

<tipo> = 32

N3:

<endereçoDoObjeto>

N4:

<propriedade> = 270

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?