DataTableInfo table system information

The DataTableInfo table is automatically created when a program produces other data tables. View the DataTableInfo table by connecting the data logger to your computer (see Making the software connection for more information).

Most fields in the DataTableInfo table are read only and of a numeric data type unless noted. Error counters (for example SkippedRecord) may be reset to 0 for troubleshooting purposes.

DataFillDays

Reports the time required to fill a data table. Each table has its own entry in a two-dimensional array. First dimension is for on-board memory. Second dimension is for card memory.

DataRecordSize

Reports the number of records allocated to a data table.

DataTableName

Reports the names of data tables. Array elements are in the order the data tables are declared in the CRBasic program.

  • String data type

RecNum

Record number is incremented when any one of the DataTableInfo fields change, for example SkippedRecord.

SecsPerRecord

Reports the data output interval for a data table.

SkippedRecord

Reports how many times records have been skipped in a data table. Array elements are in the order that data tables are declared in the CRBasic program. Enter 0 to reset.

TimeStamp

Scan time that a record was generated.

  • NSEC data type