Appendix A. CRBasic Programming Instructions
If TimeIntoInterval(TintoInt, Interval, Units)
TimeIsBetween
Determines if the CR1000 real-time clock falls within a range of time.
Syntax
TimeIsBetween(BeginTime, EndTime, Interval, Units)
A.5 Measurement Instructions
Read More For information on recording data from RS-232 and TTL output
sensors, see the section Serial Input / Output (p. 583) and Serial I/O (p. 245).
A.5.1 Diagnostics
Battery
Measures input voltage.
Syntax
Battery(Dest)
ComPortIsActive
Returns a Boolean value based on whether or not activity is detected on a COM
port.
Syntax
variable = ComPortIsActive(ComPort)
InstructionTimes
Returns the execution time of each instruction in the program.
Syntax
InstructionTimes(Dest)
PanelTemp
Measures the panel temperature in °C.
Syntax
PanelTemp(Dest, Integ)
Signature
Returns the signature for program code in a datalogger program.
Syntax
variable = Signature
550