Specifications

Section 10. CRBASIC Programming Instructions
10-36
ResetTable
Used to reset a data table under program control.
Syntax
ResetTable (TableName)
SetStatus ("FieldName", Value)
Changes the value for a setting in the datalogger Status table.
Syntax
SetStatus ("FieldName", Value)
TableName.FieldName
Accesses a specific field from a record in a table
Syntax
TableName.FieldName (FieldNameIndex, RecordsBack)
TableName.Output
Determine if data was written to a specific DataTable the last time the
DataTable was called.
Syntax
TableName.Output(1,1)
TableName.Record
Determines the record number of a specific DataTable record.
Syntax
TableName.Record(1,n)
TableName.TableSize
Returns the number of records allocated for a data table
Syntax
TableName.TableSize(1,1)
TableName.TableFull
Indicates 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)
TableName.TimeStamp
Returns the time into an interval or a timestamp for a record in a specific
DataTable.
Syntax
TableName.TimeStamp(m,n)
TableName.EventCount
Returns the number of data storage events that have occurred for an event
driven data table.
Syntax
TableName.EventCount(1,1)
WorstCase
Saves one or more "worst case" data storage events into separate tables. Used
in conjunction with DataEvent.
Syntax
WorstCase (TableName, NumCases, MaxMin, Change, RankVar)