beautypg.com

Campbell Scientific CR5000 Measurement and Control Module User Manual

Page 87

background image

Section 4. CRBasic - Native Language Programming

4-11

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.

The values of Tablename.output(1,1) and Tablename.eventend
(1,1) are only updated when the tables are called.

The WorstCase example in Section 6.2 illustrates the use of this syntax.

NOTE