5 sample edlog programs for cs616, 1 cs616 sample edlog program 1, Sample edlog programs for cs616 – Campbell Scientific CS616 and CS625 Water Content Reflectometers User Manual
Page 22: Cs616 sample edlog program 1, 3. cs616 sample edlog programs

CS616 and CS625 Water Content Reflectometers
6.4.5 Sample Edlog Programs for CS616
TABLE 6-3. CS616 Sample Edlog Programs
Sample
Program
Number
Program Description
1
Set Flag 1 to read output of one CS616 using CR10X instruction
138 and convert output period to volumetric water content
2
Every 5 minutes, measure CS616 output period using instruction
27 and convert to volumetric water content. Write hourly
average to datalogger final storage.
3
Read datalogger battery voltage and 3 CS616s hourly. Convert
CS616 period to volumetric water content. Write average of
hourly readings to final storage every 4 hours.
4
Measure soil temperature and CS616 output period every 4
hours. Correct CS616 output period for temperature and write
result to datalogger final storage.
5
Hourly, measure datalogger battery voltage, internal temperature
and 48 CS616 probes using AM16/32 multiplexer.
6.4.5.1 CS616 Sample Edlog Program 1
Set Flag 1 to read output of one CS616 using CR10X instruction 138 and
convert output period to volumetric water content
CS616 CR10X
green
Single-Ended Channel 1 (SE1)
orange
Control Port 1 (C1)
The red lead is connected to 12 Vdc and the black and shield are connected to
ground.
;{CR10X}
;
;Set Flag 1 high for single water content reading.
;Result stored in input storage only
;
*Table 1 Program
01: 1
Execution Interval (seconds)
1: If Flag/Port (P91)
1: 11
Do if Flag 1 is High
2: 30
Then Do
2: CS616 Water Content Reflectometer (P138)
1: 1
Reps
2: 1
SE Channel
3: 1
C1 is first of sequential Control Ports used
4: 1
Loc [ period ]
5: 1.0
Mult
6: 0.0
Offset
16