CR200 Overview
Close the graph and view screens, and close PC200W.
OV4.5 Programming using the CRBasic Program Editor
Users who are not familiar with the CRBasic programming language may find
Short Cut to be an excellent way to learn CRBasic. First create a program
using Short Cut, then open the file with CRBasic to see how Short Cut created
the program. The program file listed below is the Short Cut file
200_QuickStart.CR1 from the tutorial after being imported into the CRBasic
editor.
See Section 4 for information on the CRBasic programming.
'CR200 Series
'Created by SCWIN (2.2)
'Declare Variables and Units
Public Batt_Volt
Public T109_C
Public Rain_mm
Units Batt_Volt=Volts
Units T109_C=Deg C
Units Rain_mm=mm
'Define Data Tables
DataTable(OneMin,True,-1)
DataInterval(0,1,Min)
Minimum(1,Batt_Volt,False,False)
Average(1,T109_C,False)
Totalize(1,Rain_mm,False)
EndTable
OV-24
Summary of Contents for CR200
Page 2: ......
Page 31: ...This is a blank page...