Section 9. Datalogger Program Creation with CRBasic Editor
Tablename
.record(1,n) = the record number of the record output n records ago.
Tablename
.output(1,1) = 1 if data were output to the table the last time the
table was called, = 0 if data were not output.
Tablename
.timestamp(m,n) = element m of the timestamp output n records ago
where:
timestamp(1,n) = microseconds since 1990
timestamp(2,n) = microseconds into the current year
timestamp(3,n) = microseconds into the current month
timestamp(4,n) = microseconds into the current day
timestamp(5,n) = microseconds into the current hour
timestamp(6,n) = microseconds into the current minute
timestamp(7,n) = microseconds into the current second
Tablename
.eventend(1,1) is only valid for a data table using the DataEvent
instruction,
Tablename
.eventend(1,1) = 1 if the last record of an event
occurred the last time the table was called, = 0 if the data table did not store a
record or if it is in the middle of an event.
TableName
.EventCount = the number of data storage events that have
occurred in an event driven DataTable.
TableName
.Tablefull = 1 to indicate a fill and stop table is full or a ring-mode
table has begun overwriting its oldest data, = 0 if the data table is not
full/begun overwriting oldest data.
TableName
.TableSize = the size allocation, in number of records, of the
selected DataTable.
The values of Tablename.output(1,1) and Tablename.eventend
(1,1) are only updated when the tables are called.
NOTE
9-29
Summary of Contents for PC400
Page 2: ......
Page 16: ...Section 1 Introduction 1 6...
Page 18: ...Section 2 System Requirements 2 2...
Page 46: ...Section 4 The PC400 Main Screen 4 24...
Page 49: ...Section 5 Split 5 3...
Page 82: ...Section 5 Split 5 36...
Page 114: ...Section 6 View 6 14...
Page 132: ...Section 7 Short Cut Program Generator 7 18...
Page 188: ...Section 9 Datalogger Program Creation with CRBasic Editor 9 30...
Page 230: ...Appendix B Table Based Dataloggers B 12...
Page 249: ......