Skip to end of metadata
Go to start of metadata

Returning to the example of an RBRconcerto C.T.D.pH logger, the pressure reading from Channel-3, without correction for the effect of temperature on the sensor, is given by a cubic polynomial:

$body

where R is the normalized voltage ratio from Channel-3 monitoring pressure, c0...c3 are the core coefficients of the cubic polynomial equation, and Praw is the uncorrected pressure output, reported in dbar for RBR instruments.

The equation which accounts for residual temperature sensitivity of the pressure sensor is:

$body

Casting this into the form used by the logger would yield:

$body

where

  • Praw is the cubic polynomial in R, as before,
  • x0 is the calibration pressure 'Pcal' in dbar,
  • x1, x2, x3, x4  correspond directly to the constants 'Kp1' through 'Kp4',
  • x5 is the calibration temperature 'Tcal' in °C,
  • n0  is the index of the temperature channel, in this example 2,
  • value(n0) is the final output value of the temperature channel in °C,
  • Pcorr is the corrected output in dbar. 

Example commands:

>> calibration 3 type

<< calibration 3 type = pres19

( Confirm the channel type )

>> calibration 3 datetime = 20130401120000, c0 = 0.2346, c1 = 120.9873, c2 = 2. 7356, c3 = 0.7

( Set the core coefficients )

>> calibration 3 datetime = 20130401120005, x0 = 9.983, x1 = 0.2003, x2 = 0.2943, x3 = 0.0721, x4 = 0.1049, x5 = 21.29

( Set the cross-channel correction coefficients )

>> calibration 3

<< calibration 3 type = pres19, datetime = 20130401120005, c0 = 0.2346, c1 = 120.9873, c2 = 2. 7356, c3 = 0.7, x0 = 9.983, x1 = 0.2003, x2 = 0.2943, x3 = 0.0721, x4 = 0.1049, x5 = 21.29, n0 = 2

( Request confirmation of everything ) 

  • No labels