Next Page Previous Page Handbook Home Tools & Aids Search Handbook
2. Measurement Process Characterization
2.3. Calibration

2.3.7.

Instrument control for linear calibration

Purpose The purpose of the control program is to guarantee that the calibration of an instrument does not degrade over time.
Approach This is accomplished by exercising quality control on the instrument's output in much the same way that quality control is exercised on components in a process using a modification of the Shewhart control chart.
Check standards needed for the control program For linear calibration, it is sufficient to control the end-points and the middle of the calibration interval to ensure that the instrument does not drift out of calibration. Therefore, check standards are required at three points; namely,
  • at the lower-end of the regime
  • at the mid-range of the regime
  • at the upper-end of the regime
Data collection One measurement is needed on each check standard for each checking period. It is advisable to start by making control measurements at the start of each day or as often as experience dictates. The time between checks can be lengthened if the instrument continues to stay in control.
Definition of control value To conform to the notation in the section on instrument corrections, X* denotes the known value of a standard, and X denotes the measurement on the standard.

A control value is defined as the difference

If the calibration is perfect, control values will be randomly distributed about zero and fall within appropriate upper and lower limits on a control chart.

Calculation of control limits The upper and lower control limits (Croarkin and Varner)) are respectively

where s is the residual standard deviation of the fit from the calibration experiment, and is the slope of the linear calibration curve.

Values t* The critical value, , can be found in the t* table for p = 3; v the degrees of freedom in the residual standard deviation; and alpha equal to 0.05.
Run software macro for t* Dataplot™ will compute the critical value of the t* statistic. For the case where alpha = 0.05, m = 3 and v = 38, say, the commands

let alpha = 0.05
let m = 3
let v = 38
let zeta = .5*(1 - exp(ln(1-alpha)/m))
let TSTAR = tppf(zeta, v)

return the following value:

THE COMPUTED VALUE OF THE CONSTANT TSTAR = 0.2497574E+01

Sensitivity to departure from linearity If

the instrument is in statistical control. Statistical control in this context implies not only that measurements are repeatable within certain limits but also that instrument response remains linear. The test is sensitive to departures from linearity.

Control chart for a system corrected by a linear calibration curve An example of measurements of line widths on photomask standards, made with an optical imaging system and corrected by a linear calibration curve, are shown as an example. The three control measurements were made on reference standards with values at the lower, mid-point, and upper end of the calibration interval.
Handbook Home Tools & Aids Search Handbook Previous Page Next Page