Specifications
Section 10. CRBASIC Programming Instructions
10-10
Restore
Resets the location of the Read pointer back to the first value in the list defined
by Data or DataLong.
10.5 Measurement Instructions
10.5.1 Diagnostics
Battery
Measures input voltage.
Syntax
Battery (Dest)
ComPortIsActive
Returns a Boolean value, based on whether or not activity is detected on the
specified COM port.
Syntax
variable = ComPortIsActive (ComPort)
InstructionTimes
Returns the execution time of each instruction in the program.
Syntax
InstructionTimes (Dest)
MemoryTest
Performs a test on the datalogger's CPU and Task memory and store the results
in a variable.
Syntax
MemoryTest (Dest)
PanelTemp
This instruction measures the panel temperature in °C.
Syntax
PanelTemp (Dest, Integ)
RealTime
Derives the year, month, day, hour, minute, second, microsecond, day of week,
and day of year from the datalogger clock and stores the results in an array.
Syntax
RealTime (Dest)
Signature
Returns the signature for program code in a datalogger program.
Syntax
variable = Signature
10.5.2 Voltage
VoltDiff
Measures the voltage difference between H and L inputs of a differential
channel
Syntax
VoltDiff (Dest, Reps, Range, DiffChan, RevDiff, SettlingTime, Integ,
Mult, Offset)