CS616 and CS625 Water Content Reflectometers
'Main Program
BeginProg
Scan (1,hr)
SWBatt (1)
PeriodAvg (period(1),1,0,10,10,C1,1,0)
PeriodAvg (period(2),2,0,10,10,C1,1,0)
PeriodAvg (period(3),3,0,10,10,C1,1,0)
PeriodAvg (period(4),4,0,10,10,C1,1,0)
For i=1 To 4
vwc(i) = a0 + a1*period(i) + a2*period(i)^2
Next i
CallTable ofile
NextScan
EndProg
6.4.3.2 CS625 Sample Program 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.
CS625
leads
CR200(X)
green
Single-Ended Channel 1 (SE1)
black
ground for SE1
orange
Control Port 1 (C1)
red SW
Battery
clear G
109
leads
CR200(X)
black
Switched excitation channel 1
(EX1)
red
Single-Ended Channel 5
(SE5)
purple G
clear G
'CR200(X) program to read 1 109 temperature probe and 1 CS625.
'Use temperature to correct CS625 period.
'Standard calibration is used to convert CS625 output
'period to volumetric water content.
'Sensors are read hourly and average water content and
'temperature are written to storage every 4 hours.
'Declare Variables
Public Tsoil
Public uncorrected,corrected
Public vwc
13
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: ......