
TDR100
41
;Switch the level 1 SDMX50 to Channel 2, the level 2 SDMX50s to Channel 8 and
;measure the 8 probes (channels 1 through 8) on the Level 3 SDMX50
;(aparent cable length to probe 10 meters):
8: TDR100 Measurement (P119)
1: 00 SDM Address
2: 0 La/L
3: 2818 MMMP Mux & Probe Selection
4: 4 Waveform Averaging
5: 1 Vp
6: 250 Points
7: 25.0 Cable Length (meters)
8: 5 Window Length (meters)
9: .3 Probe Length (meters)
10: .085 Probe Offset (meters)
11: 32 Loc [ WC_2811 ]
12: 1138 Mult
13: -0.1758 Offset
;Turn off the switched 12V to power off the TDR100:
9: Do (P86)
1: 55 Set Port 5 Low
;Now, after making the measurents, set the output flag.
;Remember this is only done once an hour
10: Do (P86)
1: 10 Set Output Flag High (Flag 0)
;Instruction 80 is used to set the output Array ID to 60:
11: Set Active Storage Area (P80)
1: 1 Final Storage Area 1
2: 60 Array ID
12: End (P95) ; End of Instructions to execute once an hour
;The following instructions only send data to Final Storage once
;an hour when the Output flag is set.
;Output a time stamp; year, day, and hour/minute:
13: Real Time (P77)
1: 1220 Year,Day,Hour/Minute (midnight = 2400)
;Output the averages of the 5 minute measurements of Batery Voltage
; and Datalogger temperature:
14: Average (P71)
1: 2 Reps
2: 1 Loc [ Bat_Volt ]
Komentáře k této Příručce