TableName.TableFull (Determine if Table is Full)

The TableName.TableFull syntax is used to indicate whether a fill and stop table is full or whether a ring-mode table has begun overwriting its oldest data.

Syntax

TableName.TableFull(1,1)

Remarks

The TableName.TableFull syntax will evaluate as True or False based on the fill status of the table.

Table Type Returned Value Description
Ring Mode 0 (False) Table has not begun overwriting the oldest data.
Ring Mode -1 (True) Table has begun overwriting the oldest data.
Fill and Stop 0 (False) Table is not full.
Fill and Stop -1 (True) Table is full and data is no longer being written.

The name of the DataTable is entered in place of the TableName parameter. TableName is limited to 20 characters.

For additional data table access functionality, see Data Table Access.

A fill and stop table that is full (and to which data is no longer being written) can be reset under program control using ResetTable. A table can be reset manually using ClosedLoggerNet Campbell Scientific's datalogger support software for programming, communications, and data retrieval between dataloggers and a computer..