User guide
SAA CR Logger Integration Guide
May 2012 25
' Enter the number of Strain Gages (SG) to be monitored:
Const NUM_SGS = 20
'>>>>>>>>>>>>>>> START <<<<<<<<<<<<<<<
' Enter the number of raw data samples to average for each measurement:
' Samples can range from 100-25500; samples are collected at 400 Hz, thus ~64 seconds are required for
NUM_TO_AVG = 25500
Const NUM_TO_AVG = 1000
'>>>>>>>>>>>>>>> END <<<<<<<<<<<<<<<
'>>>>>>>>>>>>>>> START <<<<<<<<<<<<<<<
' Enter the maximum number of octets (8 segment units) of any single SAA being used:
Const MAX_NUM_OCTETS = 15
' Enter the maximum number of PZs of any single PZ string being used:
Const MAX_NUM_PIEZOS = 1
'>>>>>>>>>>>>>>> END <<<<<<<<<<<<<<<
'>>>>>>>>>>>>>>> START <<<<<<<<<<<<<<<
' Enter number of octets for each SAA (each SAA must have an entry):
Const SAA1_NUM_OCTETS = 15
Const SAA2_NUM_OCTETS = 15
'>>>>>>>>>>>>>>> END <<<<<<<<<<<<<<<
'>>>>>>>>>>>>>>> START <<<<<<<<<<<<<<<
' Enter COM port index for each SAA (each SAA must have an entry) COM1=1, COM2=2, COM3=3, COM4=4,
RS232=5
Const SAA1_COM_PORT = 1
Const SAA2_COM_PORT = 2
'>>>>>>>>>>>>>>> END <<<<<<<<<<<<<<<
'>>>>>>>>>>>>>>> START <<<<<<<<<<<<<<<
'Enter SAA232-5 port number for each SAA (each SAA must have an entry) 1-5 if SAA232-5 port is being used,
otherwise enter 0
Const SAA1_232_5_PORT = 0
Const SAA2_232_5_PORT = 0
'>>>>>>>>>>>>>>> END <<<<<<<<<<<<<<<