CR300-Series Datalogger
56
• CRBasic program – Use the RESTART instruction. This should
typically be done within a conditional statement, as shown in the
example below.
CRBasic Example 9-1. Restarting the CR300 Under Program Control
Public RestartProg As Boolean
Public PTemp
Public Batt_volt
'Main Program
BeginProg
Scan (1,Sec,0,0)
PanelTemp (PTemp,60)
Battery (Batt_volt)
If RestartProg Then
RestartProg = False
Restart
EndIf
NextScan
10. Glossary
A-to-D
Analog-to-digital conversion. The process that translates analog voltage levels
to digital values.
Com1
When configured as a communication port, terminals C1 and C2 act as a pair
to form Com1.
Communication Verification Interval (CVI)
The interval at which a PakBus device verifies the accessibility of neighbors in
its neighbor list.
CRBasic Editor
A utility included with datalogger support software. Use it to create and edit
CRBasic datalogger programs. Update the CRBasic compiler by downloading
the appropriate datalogger operating systems at
www.campbellsci.com/downloads and running the downloaded executable file.
Datalogger support software
This is PC200W, PC400, and LoggerNet.
Device Configuration Utility
A utility included with datalogger support software. It is also available on the
ResourceDVD and at www.campbellsci.com/downloads. The CR300 is
compatible with version 2.12 and newer.