Specifications
Section 10. CRBASIC Programming Instructions
10-3
WebPageBegin / WebPageEnd
See Section 11.2 Information Services.
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
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)
FillStop
Sets a data table to fill and stop.
Syntax
FillStop
To reset a table after it fills and stops, use ResetTable()
instruction or LoggerNet | Connect | Datalogger | View Station
Status | Table Fill Times | Reset Tables.
OpenInterval
Sets time series processing to include all measurements since the last time data
storage occurred.
Syntax
OpenInterval
10.2.2 On-Line Data Destinations
CardOut
Send output data to a CF card module.
Syntax
CardOut (StopRing, Size)
DSP4
Send data to the DSP4 display
Syntax
DSP4 (FlagVar, Rate)
NOTE