EasyManua.ls Logo

Campbell CR200 - Data Table Declarations; Data Table Modifiers; Data Storage Output Processing

Campbell CR200
212 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Section 10. CRBASIC Programming Instructions
94
10.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
10.2.1 Data Table Modifiers
DataInterval
Sets the time interval for an output table.
Syntax
DataInterval (TintoInt, Interval, Units,)
10.2.2 Data Storage Output Processing
FieldNames
Immediately follows an output processing instruction to change default field
names.
Syntax
FieldNames ("Fieldname1 : Description1, Fieldname2
: Description2…")
10.2.2.1 Single-Source
Average
Stores the average value over the output interval for the source variable or each
element of the array specified.
Syntax
Average (Reps, Source, DisableVar)
Maximum
Stores the maximum value over the output interval.
Syntax
Maximum (Reps, Source, DisableVar, Time)
Minimum
Stores the minimum value over the output interval.
Syntax
Minimum (Reps, Source, DisableVar, Time)
Sample
Stores the current value at the time of output.
Syntax
Sample (Reps, Source)

Table of Contents

Related product manuals