CR1000X 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.

  • Numeric data type
  • Read only
CalCurrent()

Factory calibrated correction factors.

  • Numeric data type
  • Read only
CalGain()

Factory calibrated correction factors.

  • Numeric data type
  • Read only
CalOffSet

Offset calibration factor.

  • Numeric data type
  • Read only
CalRefOffSet()

Offset calibration factor.

  • Numeric data type
  • Read only
CalRefSlope()

Factory calibrated correction factors.

  • Numeric data type
  • Read only
CalVolts()

Factory calibrated correction factors.

  • Numeric data type
  • Read only
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.

  • String
  • Read only
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.

  • String data type
  • Read only
FullMemReset

Enter 98765 to start a full-memory reset.

  • Numeric data type
LithiumBattery

Voltage of the internal lithium battery.

  • Numeric data type
  • Read only
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.

  • Numeric data type
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.

  • Numeric data type
  • Read only
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.

  • Numeric data type
  • Read only
MemorySize

Total final storage memory size (bytes). Updated at startup.

  • Numeric data type
  • Read only
OSDate

Build date of the operating system in the format mm/dd/yyyy. Updated at startup.

  • String data type
  • Read only
OSSignature

Signature of the operating system.

  • Numeric data type
  • Read only
OSVersion

Version of the operating system. Updated at OS startup.

  • String data type
  • Read only
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.

  • String data type
  • Read only
PanelTemp

Current temperature of the datalogger wiring panel in degrees Celsius.

  • Float data type
  • Read only
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.

  • String data type
  • Read only
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.

  • Boolean data type
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.

  • Numeric data type
  • Read only
ProgErrors

Number of compile or runtime errors for the running program. Updated after compile.

  • Numeric data type
  • Read only
ProgName

Name of current (running) program; updates at startup.

  • String data type
  • Read only
ProgSignature

Signature of the running CRBasic program including comments. Does not change with operating-system changes. Updates after compiling the program.

  • Numeric data type
  • Read only
RecNum

Record number increments only when the record is requested by support software. Range = 0 to 232.

  • Long data type
  • Read only

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.

  • String data type
  • Read only
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.

  • Numeric data type
  • Read only
SerialNumber

Serial number assigned by the factory when the datalogger was calibrated. Stored in flash memory. Updated at startup.

  • Numeric data type
  • Read only
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.

  • Numeric data type
StartTime

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

  • NSEC data type
  • Read only
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

  • Numeric data type
  • Read only
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.

  • String data type
SW12Volts

Status of switched, 12 Vdc terminal. True = on. Updates when the state changes.

  • Boolean data type
TimeStamp

Scan-time that a record was generated.

  • NSEC data type
  • Read only
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.

  • Numeric data type
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.

  • Numeric data type

Related Topics Link IconRelated Topics