HydraProbe (Process Hydra Probe Data)

The HydraProbe instruction is used to process the values returned from a Stevens Vitel Hydra Probe sensor.

Syntax

HydraProbe ( Dest, SourceVolts, ProbeType, SoilType, Multiplier, Offset )

Remarks

The sensor is first measured using a single ended voltage measurement (VoltSE). The measurements returned by the sensor must be stored in an array dimensioned to 4. This instruction returns the following 11 data values: soil type (1 = sand, 2 = silt, 3 = clay, 4 = loam), real dielectric constant, imagined dielectric constant, temperature (degrees C), real dielectric constant with temperature correction, imagined dielectric constant with temperature correction, water content (fraction by volume), salinity (grams of NaCl per liter), soil conductivity (S/m), soil conductivity with temperature correction (S/m), soil water conductivity with temperature correction (S/m).

Parameters

HydraDestination

The variable array (dimensioned to 11) that will hold the values returned from the Hydra Probe sensor. The sensor returns the following measurements: soil type (1 = sand, 2 = silt, 3 = clay, 4 = loam), real dielectric constant, imagined dielectric constant, temperature, real dielectric constant with temperature correction, imagined dielectric constant with temperature correction, water content (fraction by volume), salinity (grams of NaCl per liter), soil conductivity (S/m), soil conductivity with temperature correction (S/m), soil water conductivity with temperature correction (S/m).

Type: Variable dimensioned to 11

SourceVolts

A variable array that will hold the voltages returned by the sensor (V1, V2, V3, and V4).

Type: Variable dimensioned to 4

ProbeType

Identifies which version of the Hydra Probe is being measured. 0 = Standard Probe (5V output for V4); 1 = Probe Type A (2.5 V output for V4). Right-click the parameter to display a drop-down list box.

Type: Constant

SoitType

Indicates the type of soil being measured: 1 = sand, 2 = silt, 3 = clay, and 4 = loam. Right-click the parameter to display a drop-down list box.

Type: Constant

HydraMult, HydraOffset

Factors by which to scale the results of the Temperature measurement. A multiplier of 1 and offset of 0 will leave the temperature measurement at degrees C. A multiplier of 1.8 and an offset of 32 will convert it to degrees F.

Type: Constant, Variable, Array, or Expression