CR6 Status Table
For a complete list of datalogger Status table fields, see the datalogger manual.
For CELL2XX cellular modem status information, click here.
Fieldname | Description |
---|---|
Battery |
Voltage (Vdc) of the battery powering the system. Updates when viewing the Status table or via program code.
|
CalGain() |
Factory calibrated correction factors.
|
CalOffSet |
Offset calibration factor.
|
CalVolts() |
Factory calibrated correction factors.
|
CardBytesFree |
Card bytes free |
CommsMemFree |
Memory allocations for communications. Numbers outside of parentheses reflect current memory allocation. Numbers inside parentheses reflect the lowest memory size reached.
|
CompileResults |
Contains error messages generated at compilation or during runtime. Updated after compile. Also appended to at run time for run time errors such as variable out of bounds.
|
FullMemReset |
Enter 98765 to start a full-memory reset.
|
LithiumBattery |
Voltage of the internal lithium battery.
|
MaxProcTime |
Maximum time (μs) required to run through processing for the current scan. Value is reset when the scan exits. Enter 0 to reset. Updated at the conclusion of scan processing, prior to waiting for the next scan.
|
MeasureTime |
Reports the time (μs) needed to make measurements in the current scan. Calculated at compile time. Includes integration and settling time. Assumes all measurement instructions will run each scan. Updated when a main scan begins.
|
MemoryFree |
Unallocated final storage memory on the CPU (bytes). All free memory may not be available for data tables. As memory is allocated and freed, holes of unallocated memory, which are unusable for final-storage memory, may be created. Updated after compile completes.
|
MemorySize |
Total final storage memory size (bytes). Updated at startup.
|
OSDate |
Build date of the operating system in the format mm/dd/yyyy. Updated at startup.
|
OSSignature |
Signature of the operating system.
|
OSVersion |
Version of the operating system. Updated at OS startup.
|
PakBusRoutes |
Lists routes or router neighbors known to the datalogger at the time the setting was read. Each route is represented by four components separated by commas and enclosed in parentheses: (port, via neighbor address, pakbus address, response time in ms). Default = (1, 4089, 4089, 1000). Updates when routes are added or deleted.
|
PanelTemp |
Current temperature of the datalogger
|
PortConfig |
Sets up C terminals in numeric order of terminals. Set up for input, output, SDI-12, COM port. Default = Input. Updates when the port configuration changes.
|
PortStatus |
States of C terminals configured for control. On/high (True) or off/low (False). Array elements in numeric order of C terminals. Default = False. Updates when state changes.
|
ProcessTime |
Processing time (μs) of the last scan. Time is measured from the end of the EndScan instruction (after the measurement event is set) to the beginning of the EndScan (before the wait for the measurement event begins) for the subsequent scan. Calculated on-the-fly. Updated at the conclusion of scan processing, prior to waiting for the next scan.
|
ProgErrors |
Number of compile or runtime errors for the running program. Updated after compile.
|
ProgName |
Name of current (running) program; updates at startup.
|
ProgSignature |
Signature of the running CRBasic program including comments. Does not change with operating-system changes. Updates after compiling the program.
|
RecNum |
Record number increments only when the record is requested by support software. Range = 0 to 232.
Variable = Status.Record |
RevBoard |
Electronics board revision in the form xxx.yyy, where xxx = hardware revision number; yyy = clock chip software revision. Stored in flash memory. Updated at startup.
|
RunSignature |
Signature of the running binary (compiled) program. Value is independent of comments or non-functional changes. Often changes with operating-system changes. Updates after compiling and before running the program.
|
SerialNumber |
Serial number assigned by the factory when the datalogger was calibrated. Stored in flash memory. Updated at startup.
|
SkippedScan |
Number of skipped program scans that have occurred while running the CRBasic program. Does not include scans intentionally skipped as may occur with the use of ExitScan and Do / Loop instructions. Updated when they occur.
|
StartTime |
Time (date and time) the CRBasic program started. Updates at beginning of program compile.
|
StartUpCode |
Indicates how the running program was compiled. Updated at startup. 0 = Normal shutdown -1 = Restart due to a power loss. -2 = Restart due to watchdog reset
|
StationName |
Station name stored in flash memory. This is not the same name as that is entered into your datalogger 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.
|
SW12Volts |
Status of switched, 12 Vdc terminal. True = on. Updates when the state changes.
|
TimeStamp |
Scan-time that a record was generated.
|
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 run time when the error occurs.
|
WatchdogErrors |
Number of watchdog errors that have occurred while running this program. Resets automatically when a new program is compiled. Enter 0 to reset. Updated at startup and at occurrence.
|