User guide
SAA CR Logger Integration Guide
May 2012 26
'>>>>>>>>>>>>>>> START <<<<<<<<<<<<<<<
' Input number of masked segments:
Const NUM_MASKED_SEGMENTS = 0
'>>>>>>>>>>>>>>> END <<<<<<<<<<<<<<<
'>>>>>>>>>>>>>>> START <<<<<<<<<<<<<<<
' Input tilt alarm in degrees
Const TILT_ALARM_COUNTS = 20
'>>>>>>>>>>>>>>> END <<<<<<<<<<<<<<<
'>>>>>>>>>>>>>>> START <<<<<<<<<<<<<<<
' Input reference measurement: (1 = initial readings, 2 = previous readings)
Const REF_MEAS = 2
'>>>>>>>>>>>>>>> END <<<<<<<<<<<<<<<
'>>>>>>>>>>>>>>> START <<<<<<<<<<<<<<<
' Input SAA orientation (1 = horizontal, 2 = vertical
Const SAA1_ORIENTATION = 1
Const SAA2_ORIENTATION = 1
'>>>>>>>>>>>>>>> END <<<<<<<<<<<<<<<
'>>>>>>>>>>>>>>> START <<<<<<<<<<<<<<<
' Input whether or not SAATop is present (0 = not present, 1 = SAATop is present)
Const SAA1_SAATOP = 1
Const SAA2_SAATOP = 1
'>>>>>>>>>>>>>>> END <<<<<<<<<<<<<<<
'>>>>>>>>>>>>>>> START <<<<<<<<<<<<<<<
'Input channel that SAATop is using for communications, 0 to 9, usually 0 in most situations, unless 2 or more
arrays happen to be sharing the exact same serial connection
Const SAA1_SAATOP_CHANNEL = 0
Const SAA2_SAATOP_CHANNEL = 0
'>>>>>>>>>>>>>>> END <<<<<<<<<<<<<<<<<
'>>>>>>>>>>>>>>> START <<<<<<<<<<<<<<<