
TDR100
;Turn off the switched 12V to power off the TDR100:
11: Do (P86)
1: 55 Set Port 5 Low
;Set the Output Flag to output data each time measurements are made:
12: Do (P86)
1: 10 Set Output Flag High (Flag 0)
;Output a time stamp; year, day, and hour/minute:
13: Real Time (P77)
1: 1220 Year,Day,Hour/Minute (midnight = 2400)
;Output the Battery_Voltage, DataLogger Temperature, WaterContent,
;and Electrical Conductivity.
14: Sample (P70)
1: 1 Reps
2: 1 Loc [ Bat_Volt ]
15: Sample (P70)
1: 1 Reps
2: 2 Loc [ DL_Temp ]
16: Sample (P70)
1: 1 Reps
2: 4 Loc [ WC_CH3 ]
17: Sample (P70)
1: 1 Reps
2: 5 Loc [ EC_CH3 ]
;Output the WaveForm data point 1 to WaveForm data point 259:
18: Sample (P70)
1: 259 Reps
2: 11 Loc [ WF_1 ]
*Table 2 Program
02: 0.0000 Execution Interval (seconds)
*Table 3 Subroutines
End Program
43
Komentáře k této Příručce