eventLog.stopWhenFull

<< Clique para Mostrar o Sumário >>

 

eventLog.stopWhenFull

Segundo a documentação do protocolo BACnet:

Specifies whether (TRUE) or not (FALSE) logging should cease when the log buffer is full. When logging ceases because the addition of one more log record would cause the log buffer to be full, Enable shall be set to FALSE and the event recorded. If Stop_When_Full is writable, attempts to write the value TRUE to the Stop_When_Full property while Record_Count is equal to Buffer_Size shall result in the oldest log record in the log buffer being discarded, and shall cause the Enable property to be set to FALSE and the event to be recorded.

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

Parâmetros texto

Propriedade

Valor

ParamDevice

<endereçoDoDispositivo>

ParamItem

eventLog-<endereçoDoObjeto>.stopWhenFull

Parâmetros numéricos

Propriedade

Valor

N1:

<endereçoDoDispositivo>

N2:

<tipo> = 25

N3:

<endereçoDoObjeto>

N4:

<propriedade> = 144

Valor do tag

Um valor inteiro, onde 0 corresponde a FALSO e qualquer outro valor corresponde a VERDADEIRO

Esta página foi útil?