beautypg.com

A.2.2 data destinations – Campbell Scientific CR800 and CR850 Measurement and Control Systems User Manual

Page 454

background image

Appendix A. CRBasic Programming Instructions

454 

 

 

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

Note To reset a table after it fills and stops, use ResetTable() instruction in the
user program or the support software Reset Tables

command.

OpenInterval 
Sets time‐series processing to include all measurements since the last time data 
storage occurred. 

Syntax 

OpenInterval

TableHide 
Suppresses the display and data collection of a data table in datalogger memory. 

Syntax 

TableHide

A.2.2 Data Destinations

Note TableFile() with

Option 64

is now the preferred way to write data to a CF

card in most applications. See TableFile() with Option 64

(p. 315)

for more

information.

CardFlush 
Immediately writes any buffered data from CR800 internal memory and file 
system to resident Campbell Scientific mass‐storage media (USB: drive).  
TableFile() with 

Option 64

 is often a preferred alternative to this instruction. 

Syntax 

CardFlush

DSP4 
Send data to the DSP4 display. 

Syntax 

DSP4(FlagVar, Rate)

TableFile 
Writes a file from a data table to a CR800 memory drive. 

Syntax 

TableFile("FileName", Options, MaxFiles, NumRecs /

TimeIntoInterval, Interval, Units, OutStat, LastFileName)