04.01.2015 Views

CR1000 Manual - Campbell Scientific

CR1000 Manual - Campbell Scientific

CR1000 Manual - Campbell Scientific

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Section 7. Installation<br />

Table 23. Calibration Report for Salinity Sensor<br />

Parameter<br />

Parameter at<br />

Deployment<br />

Parameter at 7-Day<br />

Service<br />

mV output 1350 mV 1345 mV<br />

KnownSalt (standard 30 mg/l 30 mg/l<br />

solution)<br />

Multiplier 0.05 mg/l/mV 0.05 mg/l/mV<br />

Offset -37.50 mg/l -37.23 mg/l<br />

RH reading 30 mg/l 30 mg/l<br />

1. Send the program in CRBasic example FieldCal Offset Demo Program (p. 156)<br />

to the <strong>CR1000</strong>. An excitation channel has been programmed to simulate a<br />

sensor output.<br />

2. To simulate the salinity sensor in deployment-calibration conditions (30 mg/l<br />

standard solution), place a jumper wire between channels VX1/EX1 and SE6<br />

(3L). Set variable mV to 1350. Set variable KnownSalt to 30.<br />

3. To simulate the deployment calibration, change the value in variable CalMode<br />

to 1 to start calibration. When CalMode increments to 6, offset calibration is<br />

complete. Calibrated offset will equal -37.48 mg/l at this stage of the example.<br />

4. To continue this example and simulate an offset-drift condition, change<br />

variable mV to 1345.<br />

5. To simulate 7-day, service-calibration conditions (30 mg/l standard solution),<br />

set variable KnownSalt to 30.0. Change the value in variable CalMode to 1 to<br />

start calibration. When CalMode increments to 6, 7-day, service-offset<br />

calibration is complete. Calibrated offset will equal -37.23 mg/l.<br />

CRBasic Example 27.<br />

FieldCal() Offset Demo Program<br />

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

Public mV<br />

Public KnownSalt<br />

Public CalMode<br />

Public Multiplier<br />

Public Offset<br />

Public SaltContent<br />

'Excitation mV output<br />

'Known salt concentration<br />

'Calibration trigger<br />

'Multiplier (starts at .05 mg / liter / mV,<br />

'does not change)<br />

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

'Salt concentration<br />

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

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

SampleFieldCal<br />

EndTable<br />

156

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

Saved successfully!

Ooh no, something went wrong!