CS616 and CS625 Water Content Reflectometers
6.4.3 Sample Programs for CS625
TABLE 6-2. CS625 Sample Programs
Sample
Program
Number
Program Description
1
Measure volumetric water content with 4 CS625 hourly. Store
average hourly readings to final storage every 4 hours.
2
Measure temperature with 109 probe and use the 109
temperature to correct the period for 1 CS625. Use standard
calibration equation to convert temperature-corrected period to
volumetric water content. Sensors are read hourly and average
water content and temperature are written to storage every 4
hours.
6.4.3.1 CS625 Sample Program 1
Hourly measure temperature with 109 probe and volumetric water content with
4 CS625. Store average hourly readings to final storage every 4 hours.
CS625
leads
CR200(X)
greens
Single-Ended Channel 1 thru 4
(SE1-4)
blacks associated
grounds for SE1-4
oranges
Control Port 1 (C1)
reds SW
Battery
clears G
'CR200(X) program to read 4 CS625s
'Standard calibration is used to convert CS625 output
'period to volumetric water content.
'Sensors are read hourly and average water content are written to storage every 4 hours.
'Declare Variables
Public period(4),vwc(4)
Dim i
'Declare Constants
Const a0=-0.0663
Const a1=-0.0063
Const a2=0.0007
'Define Data Tables
DataTable (ofile,1,10)
DataInterval (0,4,hr)
Average (4,vwc,0)
EndTable
12
Summary of Contents for CS616
Page 2: ......
Page 8: ...Table of Contents iv ...
Page 50: ...CS616 and CS625 Water Content Reflectometers 42 ...
Page 52: ...Appendix A Discussion of Soil Water Content A 2 ...
Page 53: ......