Campbell-scientific CR800 and CR850 Measurement and Control Systems Instrukcja Użytkownika Strona 161

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 160
Section 7. Installation
161
Scan(100,mSec,0,0)
'Simulate measurement by exciting channel VX1/EX1
ExciteV(Vx1,SignalmV,0)
'Make the calibrated measurement
VoltSE(WaterFlow,1,mV2500,6,1,0,250,Multiplier,Offset)
'Perform a calibration if CalMode = 1
FieldCal(2,WaterFlow,1,Multiplier,Offset,CalMode,KnownFlow,1,30)
'If there was a calibration, store it into a data table
CallTable(CalHist)
NextScan
EndProg
7.8.1.5.5 Two-Point Slope Only (Option 3)
Some measurement applications do not require determination of offset. Wave
form analysis, for example, may only require relative data to characterize change.
Case: A soil-water sensor is to be used to detect a pulse of water moving through
soil. To adjust the sensitivity of the sensor, two soil samples, with volumetric
water contents of 10% and 35%, will provide two known points.
The following procedure sets the sensitivity of a simulated soil water-content
sensor.
1. CRBasic example FieldCal Multiplier-Only Demonstration Program
(p. 161) to
the CR800.
2. To simulate the soil-water sensor, place a jumper wire between channels
VX1/EX1 and SE6 (3L).
3. Simulate deployment-calibration conditions (output @ 10% = 175 mV, output
@ 35% = 700 mV) in two stages.
a. Set variable mV to 175. Set variable KnownWC to 10.0.
b. Start the calibration by setting variable CalMode = 1.
c. When CalMode increments to 3, set variable mV to 700. Set variable
KnownWC to 35.
d. Resume the calibration by setting variable CalMode = 4
4. When variable CalMode increments to 6, the calibration is complete.
Calibrated multiplier is 0.0476.
CRBasicExample30. FieldCal()MultiplierOnlyDemonstrationProgram
'Jumper VX1/EX1 to SE6(3L) to simulate a sensor
Public mV 'Excitation mV Output
Public KnownWC 'Known Water Content
Public CalMode 'Calibration Trigger
Public Multiplier 'Sensitivity
Public Offset 'Offset (Starts at zero, not changed)
Public RelH2OContent 'Relative Water Content
Przeglądanie stron 160
1 2 ... 156 157 158 159 160 161 162 163 164 165 166 ... 565 566

Komentarze do niniejszej Instrukcji

Brak uwag