Appendix A. CRBasic Programming Instructions
TableName.Output
Determine if data was written to a specific data table the last time the data table
was called.
Syntax
TableName.Output(1,1)
TableName.Record
Determines the record number of a specific data table record.
Syntax
TableName.Record(1,n)
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.TableSize
Returns the number of records allocated for a data table.
Syntax
TableName.TableSize(1,1)
TableName.TimeStamp
Returns the time into an interval or a time stamp for a record in a specific data
table.
Syntax
TableName.TimeStamp(m,n)
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)
A.17 TCP/IP — Instructions
Related Topics:
• TCP/IP — Overview (p. 91)
• TCP/IP — Details (p. 423)
• TCP/IP — Instructions (p. 593)
• TCP/IP Links — List (p. 652)
These instructions address use of email, SMS, web pages, and other IP services.
These services are available only when the CR1000 is used with a network link-
593