trendLog.stopWhenFull

<< Click to Display Table of Contents >>

 

trendLog.stopWhenFull

According to the BACnet protocol documentation:

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.

Property stopWhenFull of object trendLog can be read and written using a single IOTag.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

trendLog-<objectAddress>.stopWhenFull

Numeric Parameters

Property

Value

N1:

<deviceAddress>

N2:

<type> = 20

N3:

<objectAddress>

N4:

<property> = 144

Tag Value

An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE.

Was this page useful?