CS616 and CS625 Water Content Reflectometers
'Main Program
BeginProg
Scan (5,Sec,0,0)
'scan instructions every 5 sec
Battery (Batt_volt)
PanelTemp (Panel_temp,250)
'
'Set flag 1 High every 30 min (Note: User can manually set flag 1 high/low)
If IfTime (0,30,min) Then flag (1) = high '+++++++++++++++++++++++++++
If Flag (1) = high Then
'measure 8ea CS616 probes on CR1000
CS616 (Period(1),4,9,7,4,1.0,0) 'measure 4ea CS616 probes, enable w/ C7
CS616 (Period(5),4,13,8,4,1.0,0) 'measure 4ea CS616 probes, enable w/ C8
'
For I=1 to 8
'convert CS616 period to Volumetric Water Content
VWC(I)=a0 + al*Period(I) + a2*Period(I)^2
Next
'
flag(1)= low
'set Flag 1 = Low
'
EndIf
'+++++++++++++++++++++++++++++++
'
CallTable Dat30min
'Call Output Tables
NextScan
EndProg
6.4.1.2 CS616 Sample CRBasic Program 2
The following CR1000 program uses the AM16/32-series multiplexer to
measure 48 CS616 probes connected in the 4x16 configuration. The program
also measures datalogger battery voltage and temperature.
Wiring for CRBasic Program Example 2
CR1000 AM16/32-series
(4x16)
CS616*
Control/Common Sensor
Terminals
C4 RES
Odd
H
CS616#1_Green
C5 CLK
Odd
L
CS616#2_Green
12 V
12 V
Gnd
#1,2,3_Blk & Clear
Gnd Gnd
Even
H
CS616#3_Green
1H
COM Odd H
Even L
#1,2,3_Orange
1L
COM Odd L
Gnd Gnd
2H
COM Even H
C6
COM Even L
*Three sensors to each set of AM16/32 terminals.
9
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: ......