Starttime; Startupcode; Stationname; Sw12Volts - Campbell CR300 Series Product Manual

Compact datalogger
Hide thumbs Also See for CR300 Series:
Table of Contents

Advertisement

23.2.35 StartTime

Time (date and time) the CRBasic program started. Updates at beginning of program compile.
 
NSEC data type
l

23.2.36 StartUpCode

Indicates how the running program was compiled. Updated at startup. 65 = Run on powerup is
running and normal powerup occurred. 0 = Normal shutdown. -1 = Restart due to a power loss. -
2 = Restart due to watchdog reset.

23.2.37 StationName

Station name stored in flash memory. This is not the same name as that is entered into your data
logger support software. This station name can be sampled into a data table, but it is not the
name that appears in data file headers. Updated at startup or when the name is changed.
 
String data type
l

23.2.38 SW12Volts

Status of switched, 12 VDC terminal(s). On/high (true) or off/low (false) Enter -1 to set to true.
Enter 0 to set to false. Updates when the state changes.
 
Boolean data type
l

23.2.39 TimeStamp

Scan-time that a record was generated.
 
NSEC data type
l

23.2.40 VarOutOfBound

Number of attempts to write to an array outside of the declared size. The write does not occur.
Indicates a CRBasic program error. If an array is used in a loop or expression, the pre-compiler
and compiler do not check to see if an array is accessed out-of-bounds (i.e., accessing an array
with a variable index such as arr(index) = arr(index–1), where index is a variable). Updated at
runtime when the error occurs. Enter 0 to reset.
23. Information tables and settings (advanced)     210

Advertisement

Table of Contents
loading

Table of Contents