Appendix A. CRBasic Programming Instructions
Syntax
Const [constant name] = [value or expression]
ConstTable / EndConstTable
Declares constants, the value of which can be changed using the CR1000KD
Keyboard Display or terminal C option. The program is recompiled with the new
values when values change. See Constants
(p. 137).
Syntax
ConstTable
[constant a] = [value]
[constant b] = [value]
[constant c] = [value]
EndConstTable
A.2 Data-Table Declarations
DataTable / EndTable
Mark the beginning and end of a data table.
Syntax
DataTable(Name, TrigVar, Size)
[data table modifiers]
[on-line storage destinations]
[output processing instructions]
EndTable
DataTime
Declaration within a data table that allows time stamping with system time.
Syntax
DataTime(Option)
A.2.1 Data-Table Modifiers
DataEvent
Sets triggers to start and stop storing records within a table. One application is
with WorstCase().
Syntax
DataEvent(RecsBefore, StartTrig, StopTrig, RecsAfter)
DataInterval
Sets the time interval for an output table.
Syntax
DataInterval(TintoInt, Interval, Units, Lapses)
540