Campbell Scientific PC400 Datalogger Support Software User Manual
Page 180

Section 9. Datalogger Program Creation with CRBasic Editor
The Constant Customization syntax may be best understood by looking at an
example. Consider the following program code:
'Start of Constants Customization Section
Const SInterval=10
‘Min=5
‘Max=60
‘Inc=5
Const SUnits = sec
'value=sec
'value=min
Const Reps=1
Const Number=0
'Min=-100
'Max=100
Const TableName="OneSec"
'value="OneMin"
'value="OneHour"
'value="OneDay"
'End of Constants Customization Section
This code will create the following constant customization dialog box:
9-18