04.01.2015 Views

CR1000 Manual - Campbell Scientific

CR1000 Manual - Campbell Scientific

CR1000 Manual - Campbell Scientific

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Section 7. Installation<br />

7.8.1.5.5 Two-Point Slope Only (Option 3)<br />

Some measurement applications do not require determination of offset. Wave<br />

form analysis, for example, may only require relative data to characterize change.<br />

Case: A soil-water sensor is to be used to detect a pulse of water moving through<br />

soil. To adjust the sensitivity of the sensor, two soil samples, with volumetric<br />

water contents of 10% and 35%, will provide two known points.<br />

The following procedure sets the sensitivity of a simulated soil water-content<br />

sensor.<br />

1. CRBasic example FieldCal Multiplier-Only Demonstration Program (p. 161) to<br />

the <strong>CR1000</strong>.<br />

2. To simulate the soil-water sensor, place a jumper wire between channels<br />

VX1/EX1 and SE6 (3L).<br />

3. Simulate deployment-calibration conditions (output @ 10% = 175 mV, output<br />

@ 35% = 700 mV) in two stages.<br />

a. Set variable mV to 175. Set variable KnownWC to 10.0.<br />

b. Start the calibration by setting variable CalMode = 1.<br />

c. When CalMode increments to 3, set variable mV to 700. Set variable<br />

KnownWC to 35.<br />

d. Resume the calibration by setting variable CalMode = 4<br />

4. When variable CalMode increments to 6, the calibration is complete.<br />

Calibrated multiplier is 0.0476.<br />

CRBasic Example 30.<br />

FieldCal() Multiplier‐Only Demonstration Program<br />

'Jumper VX1/EX1 to SE6(3L) to simulate a sensor<br />

Public mV<br />

Public KnownWC<br />

Public CalMode<br />

Public Multiplier<br />

Public Offset<br />

Public RelH2OContent<br />

'Excitation mV Output<br />

'Known Water Content<br />

'Calibration Trigger<br />

'Sensitivity<br />

'Offset (Starts at zero, not changed)<br />

'Relative Water Content<br />

'Data Storage Output of Calibration Data ─ stored whenever a calibration occurs<br />

DataTable(CalHist,NewFieldCal,200)<br />

SampleFieldCal<br />

EndTable<br />

BeginProg<br />

Multiplier = 1<br />

Offset = 0<br />

KnownWC = 0<br />

LoadFieldCal(true)<br />

'Load the CAL File, if possible<br />

161

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!