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 />

Calibration Report for Pressure Transducer<br />

Parameter<br />

Measurement<br />

Before Zero<br />

Measurement<br />

After Zero<br />

Piezometer Output (digits) 8746 0<br />

Piezometer Temperature (°C) 21.4 0<br />

Barometer Pressure (mb) 991 0<br />

1. Send CRBasic example FieldCal() Zero Basis Demo Program (p. 158) to the<br />

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

2. To simulate the pressure transducer in zero conditions:<br />

• Digits_Measured is set to 8746 automatically<br />

• Temp_Measured is set to 21.4 automatically<br />

• BP_Measured to 991<br />

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

calibration. When CalMode increments to 6, zero calibrations are complete.<br />

Calibrated offsets will equal 8746 digits, 21.5 C°, and 991 mb.<br />

CRBasic Example 28.<br />

FieldCal() Zero Basis Demo Program<br />

'FieldCal zero basis demonstration program<br />

Public Pressure<br />

Public VW(1,6)<br />

Public Equation_Parameters(3)<br />

Alias Equation_Parameters(1) = Digits_Measured<br />

Alias Equation_Parameters(2) = Temp_Measured<br />

Alias Equation_Parameters(3) = BP_Measured<br />

Public Offset(3)<br />

Alias Offset(1) = Digits_Offset<br />

Alias Offset(2) = Temp_Offset<br />

Alias Offset(3) = BP_Offset<br />

Public LoadResult, CalMode<br />

Public AVWRC<br />

Const GageFactor = 0.01664<br />

Const Temp_K = -0.00517<br />

BeginProg<br />

'Load the calibration constants stored in the CAL file after a zero is performed<br />

LoadResult = LoadFieldCal(False)<br />

Scan(1,Sec,1,0)<br />

158

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

Saved successfully!

Ooh no, something went wrong!