beautypg.com

Campbell Scientific LoggerNet Datalogger Support Software User Manual

Page 256

background image

Section 7. Creating and Editing Datalogger Programs

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:

7-38