beautypg.com

Campbell Scientific EnviroSCAN Sentek Water Content Profile Probe User Manual

Page 15

background image

EnviroSMART

TM

Soil Water Content Profile Probes

17: If (X<=>F) (P89)

;If 1st sensor reading is < -9999 i.e. = -99999

1: 1

X Loc [ ES1_SF_1 ]

;then set all sensor readings to -99999

2: 4

<

3: -9999

F

4: 30

Then

Do


18: Z=F x 10^n (P30)

1: -99999 F

2: 0

n, Exponent of 10

3: 1

-- Z Loc [ ES1_SF_1 ]


19: Z=F x 10^n (P30)

1: -99999 F

2: 0

n, Exponent of 10

3: 9

-- Z Loc [ ES1_WC_1 ]


20: Z=F x 10^n (P30)

1: -99999 F

2: 0

n, Exponent of 10

3: 1

-- Z Loc [ ES1_VIC_1 ]


21: Else (P94)

;Otherwise, if a sensor scaled frequency

;< -999, i.e. = -1000


22: If (X<=>F) (P89)

1: 1

-- X Loc [ ES1_SF_1 ]

2: 4

<

3: -999

F

4: 30

Then

Do


23: Z=F x 10^n (P30)

;Set water content data to -99999

1: -99999 F

2: 0

n, Exponent of 10

3: 9

-- Z Loc [ ES1_WC_1 ]


24: Else (P94)

;Otherwise, calculate water content for

;the sensor


25: Z=X-Y (P35)

1: 1

-- X Loc [ ES1_SF_1 ]

2: 29

Y Loc [ C ]

3: 9

-- Z Loc [ ES1_WC_1 ]


26: Z=X/Y (P38)

1: 9

-- X Loc [ ES1_WC_1 ]

2: 30

Y Loc [ A ]

3:

-- Z Loc [ ES1_WC_1 ]


27: Z=1/X (P42)

1: 32

X Loc [ B ]

2: 34

Z Loc [ RecipB ]

11