Category Archives: Articles

Articles of MetrologyRules

Conformity to specification – calculating risk and implementing a decision rule in Excel or Calc

When reporting a measurement result, a calibration or testing laboratory may state whether or not it conforms to a certain specification. When reporting whether the result is a “pass” or a “fail”, the laboratory must clearly describe how it accounts for measurement uncertainty in making its decision. (This description of how uncertainty is treated is called a “decision rule”.)
Section 7.8.6 of ISO/IEC 17025:2017 requires the laboratory to “tak(e) into account the level of risk (such as false accept…)”. Guidance on decision rules and the associated risk to the customer may be found in ILAC-G8:09/2019 “Guidelines on Decision Rules and Statements of Conformity” and JCGM 106:2012 “Evaluation of measurement data – The role of measurement uncertainty in conformity assessment”. We will assume that the customer mostly wishes to avoid a “False Accept”, and will therefore calculate the “Probability of False Accept” (PFA) [ILAC-G8 5.2], for which some maximum acceptable value should be agreed between laboratory and customer. We will also determine which statement (“pass”, “fail”, “conditional pass” or “conditional fail”, as per ILAC-G8 4.2.3) to report for a particular guard band. These calculations will be performed using commonly available spreadsheet functions.

We will assume that measured results follow a normal (or Gaussian) distribution, with standard deviation equal to the estimated standard uncertainty, u(k=1). (Note that if the dominant uncertainty component is not normally distributed, the combined uncertainty is unlikely to be [EA-4/02 S8.3], so this assumption will be inappropriate.)
We will use the same numbers as the example in JCGM 106 7.4, so we can check our answers against theirs: result = 13.6, u(k=1) = 1.8, tolerance limits TL = 12.5 and TU = 16.3.

Spreadsheet programs such as Microsoft Excel and LibreOffice Calc include functions that operate on the “standard” normal distribution, which has a mean of 0 and a standard deviation of 1: (The probability density function below is plotted using the spreadsheet function NORM.DIST, with arguments x = -3 to 3, mean = 0, stdev = 1, Cumulate? = 0.)
std_norm_dist

However, the normal distribution we start with has a mean equal to the measured result, and a standard deviation equal to the combined standard uncertainty, u(k=1):
result_uncert

How do we scale and move our distribution, so it becomes a “standard” one, so that we may use the available spreadsheet functions? (In particular, what do the tolerance limits become, when we transform the distribution?): We subtract the result from the x-values (to centre the distribution around 0), and divide by u(k=1) (to change its “width” to 1): TL’ = (TL – result) / u = -0.61 and TU’ = (TU – result) / u = 1.50.

Now, how do we find the probability that the true value lies within the tolerance limits?: We find the area under the curve of the “standard” normal distribution, between the new tolerance limits, using the function GAUSS, which integrates from 0 to the given value. (The total area under the curve, from -∞ to ∞, is 1.00.): “Probability of True Accept” (PTA) = GAUSS(TU’) – GAUSS(TL’) = GAUSS(1.50) – GAUSS(-0.61) = 0.663 = 66.3%. (As the GAUSS function integrates from 0 to a value, it must be applied twice, to obtain the areas to the right and to the left of the mean value. The subtraction is because the value of the 2nd term is negative, while we need it to be positive.) This probability agrees with that found in JCGM 106 7.4, indicating that we probably performed the calculation correctly.
The “Probability of False Accept” (PFA) is 1.00 – PTA = 1.00 – 0.663 = 0.337 = 33.7%.

Now, we will implement a “Non-binary Statement with Guard Band”, as per ILAC-G8 4.2.3, using the spreadsheet functions IF, AND and OR to determine whether the statement of conformity should be “Pass” (result within acceptance interval, with guard bands w = rU, where U is the expanded uncertainty and r = 1 leads to PFA < 2.5%), “Fail” (result outside tolerance, with Probability of False Reject < 2.5%) or “Conditional” Pass or Fail (as per Fig 5 in ILAC-G8, reproduced below). Fig_5_ILAC-G8

By nesting several IF(test, value_if_TRUE, value_if_FALSE) functions, all four conditions are identified:
IF(OR(result + r*U < TL, result - r*U > TU), “Fail”, IF(AND(result – r*U >= TL, result + r*U <= TU), "Pass", IF(AND(result >= TL, result <= TU), “Conditional pass”, “Conditional fail”))). Contact the author at LMC-Solutions.co.za.

Comparing temperature sensors in an unstable environment: the effect of response time

When we calibrate a temperature sensor by comparing it to a reference standard thermometer, we try to keep the comparison medium (hereafter called the “environment”) stable in temperature during the period of comparison. (By “stable”, we mean that the fluctuation in the temperature of the environment is small relative to the desired uncertainty of calibration.) But, what happens if the environment temperature does vary significantly during the process of recording reference standard and unit under test (UUT) readings? This article discusses the comparison of temperature sensors with different response times in an unstable environment. It reports measurements of time constants of several types of sensors, and their comparison in a stirred water bath with large temperature fluctuations (on-off, rather than PID, control). The appropriate choice for the uncertainty contribution arising from temperature instability is then justified by an analysis of the measured data.

Temperature sensors do not respond instantaneously to changes in the temperature of the environment they are intended to measure. If a sensor is plunged into an environment, the rate at which the sensor temperature approaches that of the environment is described by Newton’s law of cooling, which leads to the equation
Latex formula     (1)
[J. V. Nicholas, D. R. White, Traceable Temperatures, 2nd ed, 2001, p 141], where Latex formula is the time since the sensor was plunged into an environment of temperature Latex formulaLatex formula is the initial temperature of the sensor, and Latex formula is the time constant.
Latex formula is the time the sensor takes to undergo ~63% of the total change in temperature. It is a function of the heat capacity, Latex formula, of the sensor and the heat transfer coefficient, Latex formula, from environment to sensor: Latex formula. It may be determined by measuring Latex formula versus Latex formula and modelling the data using equation (1).
(Note that, although the heat capacity is constant for a particular sensor, the heat transfer coefficient varies according to the environment, so that the time constant of a sensor in still air may be tens of times longer than the time constant of the same sensor in stirred water.)

Infrared radiation (non-contact) thermometers typically respond very quickly (response time < 1 s), but this article focuses on immersion probes, which are in physical contact with the environment. The sensors studied were a mineral-insulated, metal-sheathed (MIMS) platinum resistance thermometer (PRT) and type K thermocouple, an epoxy-coated NTC thermistor and a ceramic-sheathed type S thermocouple, with a brief mention of a solid-stem mercury-in-glass thermometer.

First, the time constants were determined by plunging the sensors from an ambient temperature of 15 °C into a stirred water bath controlled at 70 °C. The temperature readings of the PRT are plotted vs time, below:

PRT_T_vs_t

Equation (1) was manipulated to allow a straight line to be fitted:
Latex formula    (1a)
The linearised data and fitted straight lines are plotted, below:

PRT_ln(-dT)_vs_t

K_ln(-dT)_vs_tNTC_ln(-dT)_vs_tS_ln(-dT)_vs_t

The following time constants were found. (Time is in units of days in the straight lines fitted to the data above, therefore, so is Latex formula. It is converted to seconds in the table below.)

Sensor t0 (seconds)
6.4 mm diameter MIMS PRT 4.3
6 mm diameter MIMS type K thermocouple 2.8
Epoxy-coated NTC thermistor 4.5
6.7 mm diameter ceramic-sheathed type S thermocouple 13.0

The following points were noted:
1. The multimeter used to measure both RTD resistances and thermocouple voltages was set to a slow measurement rate (signal integration over 5 power line cycles or 0.1 s), which may have affected the measured values somewhat.
2. The longer time constant of the ceramic-sheathed type S thermocouple is expected, as the alumina ceramic is less thermally conductive than a metal sheath, there is an air gap between this sheath and the twin-bore alumina insulator holding the thermocouple wires, and these wires are probably thicker (0.4 mm) than those in, for example, the MIMS type K thermocouple. Such a high-temperature laboratory standard thermocouple construction is expected to exhibit the longest time constant of the sensors typically calibrated in a temperature calibration lab.
3. The results show fair agreement with previous measurements of Latex formula = 5.2 s and 2.9 s, for a heavier 6.4 mm MIMS PRT and a 6.25 mm solid-stem mercury-in-glass thermometer, respectively.

The water bath controller was then adjusted from PID to on-off control, resulting in a control cycle of ±0.5 °C with a period of ~140 s. The following measurements were recorded from the four sensors (vertically offset on the graph, for greater clarity):

On-off_T_vs_t

From these 58 measurements, over 10 control cycles (23 minutes), the following results were obtained. (Fluctuation in the absolute temperature reading of each sensor is labelled “abs” in the table below. The PRT was considered as the reference standard: the mean deviations of the other sensors relative to the PRT, labelled “dev” below, would be the results reported in their calibration certificates. The experimental standard deviation of the mean, or ESDM, is Latex formula, where Latex formula is the number of readings.)

PRT Type K NTC Type S
abs abs dev abs dev abs dev
Mean_all (°C): 0.65 -0.50 -1.19
Std dev (°C): 0.29 0.31 0.12 0.30 0.07 0.25 0.11
ESDM (°C): 0.04 0.04 0.02 0.04 0.01 0.03 0.01

A sample of six measurements was taken from these 58, representing a data set that might be captured during a typical calibration:

PRT Type K NTC Type S
abs abs dev abs dev abs dev
Mean_sample (°C): 0.68 -0.48 -1.15
Std dev (°C): 0.15 0.10 0.04
ESDM (°C): 0.06 0.04 0.02
Mean_smp – mean_all (°C): 0.03 0.02 0.04

The following points were noted:
1. The standard deviations of the “absolute” readings are smaller for those sensors with longer time constants (particularly, the type S thermocouple). This is as expected: the sensor response to a sinusoidally varying input is attenuated as the time constant becomes larger relative to the period of oscillation. (In other words, a sensor with more thermal inertia will exhibit less peak-to-peak variation in reading, the faster the control cycle.)
2. The mean of the 10% sample agrees with the mean of all 58 measurements (considered representative of the population) within approximately the ESDM of the sampled deviations: this level of agreement between the sample mean and the population mean suggests that the ESDM of the deviations is the appropriate value to use for the uncertainty component “temperature instability”.
3. The standard deviation of the absolute readings (~0.3 °C, as expected for a control cycle of ±0.5 °C) is about three times larger than the standard deviation of the deviations. Using the standard deviation of the absolute readings of the UUT (or, even more so, the standard deviations of the absolute readings of both reference standard and UUT) as the value(s) for “temperature instability” in the uncertainty budget would overestimate this contribution to the total uncertainty of calibration.

The period of oscillation of the environment’s temperature (~140 s) was long relative to the time constants of the sensors (3 to 13 s). In such a situation, a lag error of up to ~[(13 – 3) s * 0.01 °C/s] = 0.1 °C might exist between the slowest and fastest sensors evaluated, during a part of the control cycle when the environment temperature was monotonically falling or rising. (The rate of cooling is ~0.01 °C/s in the above data, and the rate of heating somewhat faster.) However, provided that the recorded data originate from varying points along the control cycle (not always when the reference standard is rising, for example, but equally often when it is rising and when it is falling), the fluctuation in the difference between reference standard and UUT provides an adequate estimation of the uncertainty contributed by the unstable environment. (The slow sensor will be colder than the fast sensor while the environment is heating, and hotter than the fast one while the environment is cooling: using enough measurements, taken randomly during several control cycles, the average of the differences between the slow and fast sensor will cancel out the effect of differing response time.)

Contact the author at LMC-Solutions.co.za.

Uncertainty of measurement: pressure dead-weight tester

Pressure dead-weight testers (DWTs), also known as pressure balances or piston gauges, are used as reference standards for high-accuracy calibration of hydraulic and pneumatic pressure gauges (as well as other DWTs, via the technique of cross-floating). This article estimates the uncertainty of calibration of a pressure gauge by comparison with such a DWT, identifying the uncertainty components that are typically dominant.

The principle of the dead-weight tester is that the pressure exerted by the fluid (usually oil or air) is balanced by a known weight applied to a known surface area (pressure = force / area).

The known weight is provided by calibrated masspieces, together with knowledge of local gravity. The effective area of the piston-cylinder assembly is determined by dimensional measurement, or by comparison with other pressure standards (e.g., cross-floating).

The equation for gauge pressure measured by a DWT is Latex formula.

Latex formula is the combined mass of the piston, sleeve (weight carrier) and the weights used. The uncertainty of calibration may be Latex formula (around F2 level). Gravitational acceleration, Latex formula, may be measured to better than Latex formula, in which case its uncertainty is negligible. However, if it is estimated by a formula, Latex formula may be Latex formula, which is significant. The certificate typically reports conventional masses, so the buoyancy correction Latex formula uses conventional air and weight densities (1.2 kg.m^-3 and 8000 kg.m^-3), not the actual ones. The buoyancy correction is around Latex formula: the additional correction Latex formula for deviation from conventional air density, and its uncertainty, is often negligible (Latex formula below 300 m altitude).

The surface tension correction, Latex formula, is unimportant for pneumatic systems. For hydraulic ones, the contribution to total weight may be Latex formula, important to correct for, but whose uncertainty has a negligible effect.

The effective area at zero pressure, Latex formula, has an uncertainty around Latex formula: this is usually the dominant component of total DWT uncertainty, especially at high pressures. The pressure distortion coefficient, Latex formula, is ~Latex formula per MPa, i.e., the correction goes up to Latex formula at 500 MPa. Say its uncertainty is 10% of its value, i.e., up to Latex formula. This may be significant at very high pressures, but is negligible compared to Latex formula at lower pressures. The thermal expansion coefficient, Latex formula, is ~Latex formula per °C. So, for Latex formula ~1 °C, the contribution to Latex formula is around Latex formula, which may be significant.

For pneumatic systems, where Latex formula is ~1000 times smaller than for oil, the head correction, Latex formula, is often negligible. The uncertainty in the head correction is typically dominated by Latex formula, i.e., Latex formula and Latex formula are negligible. If h~0.27 m (as in the Fluke P3830 pressure balance) and Latex formula is 0.025 m (25 mm, which is not very conservative), the effect on Latex formula at 4 MPa(g) is Latex formula, one of the two largest contributors. At higher pressures, the Latex formula term dominates and U(head) becomes less important (e.g., Latex formula contribution to Latex formula at 70 MPa(g)).

In conclusion, the following DWT uncertainty contributors may be significant, and should be included in the uncertainty budget (UB):

  • Latex formula (sensitivity coefficient = Latex formula)
  • Latex formula (sensitivity coefficient = Latex formula)
  • Latex formula (sensitivity coefficient = Latex formula)
  • for hydraulic systems, Latex formula (sensitivity coefficient = Latex formula)

The resolution, hysteresis and zero stability of the gauge being calibrated should also be included in the UB, and will often dominate the combined uncertainty (especially at low pressures).

(Contact the author at lmc-solutions.co.za.)

Control of measuring equipment – the requirements of ISO 9001

Once a measuring instrument is purchased and successfully installed in an ISO 9001 certified organization, the responsible staff member might consider his job done. However, to satisfy ISO 9001’s requirements for control, measuring equipment used for product and process verification requires attention throughout its lifespan. This article discusses what needs to be done, and how to do it thoroughly, but cost-effectively. (Note: Clause numbers below are from ISO 9001:2008.)

In section 7 (Product realization) of ISO 9001, clause 7.6 deals with “Control of monitoring and measuring equipment”. Firstly, it states the purpose of monitoring and measuring, namely, “to provide evidence of conformity of product to determined requirements”.

“Where necessary to ensure valid results, measuring equipment shall
a) be calibrated or verified, or both, at specified intervals, or prior to use, against measurement standards traceable to … national measurement standards… the organization shall assess and record the validity of the previous measuring results when the equipment is found not to conform to requirements… Records of the results of calibration and verification shall be maintained.”

Basically, the equipment user must manage his risk of making incorrect measurements (“control”).  As zero risk is impossible (risk management = “tolerable” risk), he must also be able to assess the impact when measuring equipment is found to have drifted outside required limits. As in all quality management systems (QMS), record-keeping is essential.

“Verification” means “provision of objective evidence that a given item fulfils specified requirements” [International vocabulary of metrology (VIM), clause 2.44]. In this case, the item is a measuring system that is required to be sufficiently accurate. (To be more precise, the measurement results must be traceable to a national measurement standard, with a small enough measurement uncertainty.)

The equipment user must decide the interval between calibrations or verifications, taking into account regulations, conditions of use, advice from measurement experts, etc.

A calibration or verification is “traceable” [VIM, 2.41] when it is
(i) performed by competent personnel,
(ii) according to a documented & validated procedure (work instruction, SOP),
(iii) using traceable measuring equipment,
(iv) with a proper estimation of measurement uncertainty.

(i) How are personnel proven to be competent? By suitable training records.
(ii) How is a calibration procedure validated? By data, showing the capability of the personnel, procedure and equipment to achieve the claimed measurement uncertainty. Typically, a proficiency test (“PT”) or interlaboratory comparison is carried out.
(iii) How is the measuring equipment used to perform calibration (“measurement standards”) made traceable? It is itself calibrated, by
1) a National Metrology Institute (NMI) with a suitable Calibration and Measurement Capability (CMC) for this parameter published in the BIPM Key Comparison Database (KCDB), or,
2) a calibration lab accredited to ISO 17025 by an ILAC affiliate [ILAC P10:01/2013, sections 2 & 3].
(iv) How is the uncertainty of measurement estimated? The calibration procedure usually lists the main components of uncertainty and describes the manner in which they may be estimated. These components are combined using an internationally agreed method [EA-4/02 Evaluation of the Uncertainty of Measurement in Calibration].

Note the distinction between
a) measuring equipment used for product and process verification, and
b) measuring equipment used to perform calibration (“measurement standards”).
Item b) might be, for example, a “master gauge” used to check (calibrate or verify) other gauges in the factory: This measurement standard’s traceability should satisfy ILAC requirements, including accreditation of the calibrating laboratory to ISO 17025.
Item a) is all the other gauges used in the factory: These items may be calibrated “in-house” (even if the organization is not accredited as a calibration laboratory), but the process must still satisfy requirements (i) to (iv) [SANAS TR 25, section 3.3].

How to satisfy ISO 9001’s calibration/verification requirement in a cost-effective manner:

1. If possible, consider this “continuing cost of ownership” aspect when selecting which equipment to purchase. (This applies not only to measuring equipment, but also to the systems in which they are installed.) For example, sensors with “standard” dimensions and fittings will probably fit more easily into calibration apparatus. An additional access port, allowing connection of a measurement standard next to the working measuring equipment, may allow in situ calibration, saving downtime and effort.

2. Choose measuring equipment with appropriate drift specifications: better specs than necessary will mean unjustified extra expense, while equipment with poor specs will require more frequent calibration/verification with attendant wastage of time and money. This highlights the value of understanding how the various uncertainties in system behaviour affect the time or cost of the process and the quality of the final product. For example, it is probably not useful to install a temperature sensor accurate to 0.1 °C if the temperature controller has a cycle of ±5 °C; a sensor accurate to 1 °C or 1.5 °C would probably do.

3. Consider cost and manhours when choosing external (accredited) or in-house calibration. Remember that in-house calibration requires personnel to be trained, a procedure (including estimation of measurement uncertainty) to be documented, measurement standards to be available and records to be kept. Most organizations adopt a “hybrid” approach: Master gauges, and equipment requiring complex calibration procedures, are calibrated by an external, ISO 17025-accredited, calibration laboratory. Low-accuracy, simple (“factory floor”) measuring equipment is calibrated in-house.
This approach is practical, as the organization’s own personnel need not undergo high-level metrology training, and it is cost-effective, as expensive, high-accuracy, measurement standards need not be maintained in-house, while the bulk of measuring equipment need not be submitted to costly external calibration.

An example – Calibration of Resistance Temperature Devices (RTDs):

The organization chooses to purchase one master RTD with digital display (“master thermometer”). They have it calibrated by an ISO 17025-accredited calibration laboratory, over their operating temperature range (-40 °C to 200 °C), with a calibration uncertainty of 0.1 °C. They decide to send it out for recalibration annually, as the manufacturer’s one-year drift specification for the display is 0.2 °C, and they want to use it to calibrate their working RTDs to an uncertainty of ≤ 0.3 °C.

They also procure a one litre, wide-mouth vacuum flask and an ice crusher, so that they are able to prepare an ice point from available ice cubes and tap water. After experimenting on how best to achieve this with their equipment, they prepare a procedure describing preparation of the ice point and measurement of an RTD therein. The procedure highlights sources of error which may significantly affect the result and explains how to prevent or detect such errors. It also explains how to estimate the uncertainty of calibration of the RTD.

Having received their master thermometer with its calibration certificate, they measure it at the ice point according to their procedure (and estimate the uncertainty of measurement). They then prepare a report comparing their result to that of the external, accredited calibration laboratory at 0 °C: this constitutes an interlaboratory comparison (ILC), demonstrating the measurement capability of their personnel, procedure and equipment when calibrating an RTD in an ice point. The senior staff member files this ILC report in his training records, as evidence of his competence. Junior staff members then compare their own measurement results to that of the senior staff member (intra-laboratory comparison), with the criterion for acceptance being that the results agree within the combined uncertainties. Based on this documented evidence, the organization authorises the relevant staff members to perform in-house calibration of RTDs.

The junior staff members then perform in-house calibration of the organization’s working RTDs at 0 °C every three months (the interval being chosen to adequately manage the risk of measurement error) and record the results in a controlled document, with control limits of ±0.3 °C being imposed. (In other words, a working RTD passes if it reads between -0.3 °C and +0.3 °C at the ice point.) The working RTDs are of tolerance class C, that is, at the time of manufacture they complied with the temperature/resistance tables published in IEC 60751 within ±(0.6 + 0.01∙|t|) °C, over the range (-50 to 600) °C. As RTDs falling within these limits are acceptable to the organization, the single-point calibration/verification demonstrating compliance at 0 °C (difference < 0.3 °C, with expanded uncertainty of 0.3 °C) is judged to be sufficient to control temperature measurement accuracy over the full range of operation. (The master thermometer is calibrated over this full range, in case any working RTD exhibits suspicious results and it is desired to perform further evaluation at other temperatures.)

(Contact the author at lmc-solutions.co.za.)

Uncertainty of measurement: water vapour transmission of materials

The rate at which water vapour is transmitted through a sheet material is important, for example, if the sheet is to be used to damp-proof a building. The documentary standards ASTM E96 and SANS 952-1 describe methods of evaluating water vapour transmission (WVT), using a desiccant or water to establish a humidity gradient across the sheet. The following article will briefly describe the method, and then focus on estimation of the uncertainty of the calculated WVT value.

The Desiccant Method [E96 clause 4.1] involves sealing the specimen to be tested over the mouth of an impermeable test dish, with desiccant (anhydrous calcium chloride) inside. This dish is placed inside a test chamber or enclosure, where the temperature and humidity are controlled at (38 ± 1) °C and (95 ± 5) %rh [952-1 clause 6.11.1.5], for example. The dish is briefly removed from the chamber and weighed, periodically, over a period of several days. The mass gain indicates the amount of water vapour moving through the specimen into the desiccant. Typically, three specimens are tested [E96 clause 9.1], with a fourth “dummy” (control) specimen mounted on a dish and weighed, but without any desiccant or water in the dish to maintain a humidity gradient [E96 clause 9.6]. The mass change of the dummy is subtracted from the change in each of the test specimens, to cancel out the effect of variations in temperature and air buoyancy [E96 clause 11.3]. (In practice, vigorous air circulation within the test chamber, required to keep the surrounding air uniform in temperature and humidity [E96 clause 6.2], causes the dummy to gain significant mass, too, because it was sealed at a lower ambient humidity than the 95 %rh maintained in the chamber.)

Measurements of specimen mass are performed (perhaps once every 24 hours), until approximately six consecutive changes in mass (corrected for variation in the dummy), plotted versus time, fall “on a reasonably straight line” [952-1 clause 6.11.4.2.3]. The slope of this line (equal to rate of mass change, in grams per hour) is converted to WVT in grams per square metre per 24 hours [952-1 clause 6.11.5], using the measured area of the mouth of each dish. The mean of the WVT values of the three specimens is reported to the customer.

Here is a data set, for use in our discussion below:

Time Dummy Specimen 1 Specimen 2 Specimen 3
(h) m (g) dm (g) m (g) dm (g) dm_corr (g) m (g) dm (g) dm_corr (g) m (g) dm (g) dm_corr (g)
0 163.4055 0.0000 197.6220 0.0000 0.0000 200.0488 0.0000 0.0000 190.0098 0.0000 0.0000
24 163.4061 0.0006 197.6260 0.0040 0.0034 200.0545 0.0057 0.0051 190.0167 0.0069 0.0063
48 163.4112 0.0057 197.6346 0.0126 0.0069 200.0615 0.0127 0.0070 190.0238 0.0140 0.0083
72 163.4148 0.0093 197.6408 0.0188 0.0095 200.0685 0.0197 0.0104 190.0326 0.0228 0.0135
120 163.4165 0.0110 197.6462 0.0242 0.0132 200.0753 0.0265 0.0155 190.0392 0.0294 0.0184
144 163.4182 0.0127 197.6554 0.0334 0.0207 200.0847 0.0359 0.0232 190.0471 0.0373 0.0246
Fitted slope (g/h): 0.000130 0.000145 0.000158
Area (mm^2): 3117 3117 3117
WVT (g/m^2/24h): 1.00 1.12 1.21

 

The slopes above were fitted using the LINEST spreadsheet function. Using the formula =LINEST(measured_y_values, measured_x_values, intercept, stats), with intercept=TRUE (allowing a non-zero y-intercept) and stats=TRUE (displaying not just the fitted values of slope and intercept, but also four additional rows of statistical information), for specimen 1, the following output is obtained:

0.000 130 0.000 11
0.000 013 0.001 09
0.963 0.001 59
103.10 4
0.000 26 0.000 01

The first row gives fitted slope and y-intercept, the second row standard errors (uncertainties at coverage factor k=1) of the fitted slope and intercept, the third row correlation coefficient R^2 and standard error in the y-values, the fourth row the Fisher F-statistic and the degrees of freedom (number of data points minus number of fitted parameters). We will discuss the use of some of these statistical measures below. (The fifth row is not of interest to this discussion.)

How may we estimate the uncertainty of measurement (UoM) of this WVT value? First, consider that the basic task is to determine the change in mass over the change in time, or Latex formula. The absolute accuracy of the balance used to weigh the dishes is not important, nor are the absolute times indicated by the watch: only the changes are of interest.

How can we estimate the accuracy of Latex formula? We could evaluate the sensitivity of the balance [OIML R 76-1 clause T.4.1] to small changes in a load around 200 g (in the above example). However, there is an easier way, which also takes into account any effects that vary randomly from one balance reading to the next. As we have six data points to determine only two unknowns (slope and y-intercept of the straight line), we have what is called an “over-determined system”, for which we find the “best fit” line by the method of least squares. This line typically does not pass through any of the data points, but is “as close as possible” to all (in other words, the best compromise to all available data). The differences between the measured data points and the fitted line give a quantitative estimate of random errors in the measured values. These differences are conveniently combined in the standard error of the fitted slope, namely, 0.000 013 g/h for specimen 1 above. How do we expand this standard (k=1) uncertainty, to reach a level of confidence of approximately 95%? For a very large data set, we would simply multiply u(k=1) by the coverage factor k=2. However, as our data set is small, we should enlarge the coverage factor somewhat, to compensate for our limited knowledge. The t-distribution of Student tells us what this k-value should be: the spreadsheet function =TINV(1-0.95, 4) gives the value of Student’s t-distribution for 4 degrees of freedom and 95% level of confidence, namely, 2.8. Multiplying u(k=1) = 0.000 013 g/h by 2.8, we obtain the expanded uncertainty 0.000 036 g/h. (This is what U(k=2) would have been, if we had a very large data set, or, in other words, almost infinite degreees of freedom.) So, the slope for specimen 1 is (0.000 130 ± 0.000 036) g/h. Or, as a relative uncertainty, Latex formula, or 27%. Note that this is significantly worse than the balance sensitivity of 1% of total mass gain (which would translate to 0.000 001 g/h) required in the test methods [E96 clause 6.3, 952-1 clause 6.11.4.2.2], indicating that balance sensitivity is, in this case, negligible compared to other factors causing “noise” in the mass readings. It highlights the importance of having more data points than unknowns and performing a least squares fit, as this uncertainty component would otherwise be grossly underestimated. It also shows how the standard error in the slope is far more useful than the correlation coefficient R^2, in quantifying uncertainties.

Now, how do we estimate the uncertainty in Latex formula? (In the previous paragraph, it seems we already obtained a “complete” uncertainty for the slope. However, the fitting procedure we used assumes no uncertainty in the x-values, only uncertainty in the y-values, so we had better look at the uncertainty in the time intervals, too.) The documentary standards require time intervals to be measured to an accuracy of 1% (for example, a 24 hour interval to an accuracy of 15 minutes), so, Latex formula [E96 clause 11.3, 952-1 clause 6.11.4.2.2]. We can see that the relative uncertainty in Latex formula is far smaller than that in the fitted slope, so we expect the uncertainty in slope to completely dominate the final, combined, uncertainty.

The formula for WVT is Latex formula. When parameters are combined by simple multiplication or division, the relative uncertainties may be added simply in quadrature. So, Latex formula. As Latex formula is typically smaller than 0.01, it, like Latex formula, can be neglected, so that the final relative uncertainty is Latex formula, or 27%. In other words, U(k=2) = 1.00 g/m^2/24h * 0.27 = 0.27 g/m^2/24h.

The above is the UoM for specimen 1. Specimens 2 and 3 have similar uncertainties (0.29 g/m^2/24h and 0.25 g/m^2/24h, respectively). Now, what is the uncertainty of the mean of the three specimens? If the three uncertainties are similar in magnitude, the uncertainty of the mean is Latex formula. If the uncertainties are quite different, the weighted mean (giving more weight to those specimens with smaller uncertainties) could be used: Latex formula. The uncertainty of the weighted mean is Latex formula, which also works out to be 0.16 g/m^2/24h, in the above example.

Calibrating a platinum resistance thermometer at a fixed point

The topic of this article is the determination of the resistance ratio, Latex formula, of a platinum resistance thermometer (PRT) at a thermometric fixed point, such as the freezing point of zinc (Latex formula, on the ITS-90 temperature scale). It will discuss the data that should be recorded, the analysis of that data and the estimation of the Uncertainty of Measurement (UoM).

The design of fixed point cells and procedures to realise the required phase transitions are described elsewhere (for example, in Supplementary Information for the ITS-90, also called “the Red Book”). Likewise, using values of Latex formula at several temperatures Latex formula, together with their uncertainties, Latex formula, to calculate ITS-90 deviation function coefficients and propagate uncertainty, is covered in papers such as MSL Technical Guide 21 – Using SPRT Calibration Certificates. Here, we only discuss data needed to determine Latex formula and to estimate Latex formula for one fixed point temperature.

The quantity to be determined is resistance ratio: this is the ratio of the PRT’s resistance at the fixed point temperature Latex formulaLatex formula, to that at the triple point of water (0.01 °C), Latex formula.

Often, more than one PRT will be measured during the melt and freeze plateaus. One PRT must be measured repeatedly, to evaluate certain uncertainty components. We will call this “PRT1″, and the others, “additional PRTs”.

DATA TO BE RECORDED:

1. For each PRT, Latex formula and Latex formula the measurement at the fixed point.

Notes:

a) All three of the resistances, Latex formula, Latex formula and Latex formula, should be measured using the same resistance measuring instrument, on the same range. If it is a bridge, the same standard resistor should be used, too. This is so that two uncertainty components, calibration uncertainty of the standard resistor, and errors in range amplifiers or attenuators, cancel out in the ratio, and only non-linearity of the measuring instrument remains.

b) If a bridge is used with the same standard resistor, bridge ratios may be recorded in place of resistances. Since the standard resistor value, Latex formula, is constant (except for its temperature variation, considered in the uncertainty analysis, later), using Latex formula, or just Latex formula, will give the same resistance ratio. This applies for all resistance records mentioned below, except when noted otherwise.

c) Don’t confuse “bridge ratio”, Latex formula, and “resistance ratio”, Latex formula.

2. Furnace or bath setpoints used for melt, supercool, and freeze. This is so that we can change these setpoint temperatures next time, to achieve longer plateaus. Note: Do not make the setpoints so close to the fixed point temperature that stable furnace control may be mistaken for a plateau. Also, ensure that temperature variation does not take the furnace below the melting temperature at certain points during the control cycle (during the melt), or above the freezing temperature (during the freeze). Rather sacrifice some plateau time, and get unambiguous plateaus.

3. Melt:

(Note: The y-axes of the graphs below are graduated in temperature units, for convenient visual interpretation. Readings could, equivalently, have been plotted as resistance ratios Latex formula, resistances Latex formula, or bridge ratios.)

2014-07-27 Zn118 melt

a) Start time: This may be determined after completing the measurement, by studying a graph of PRT1’s readings. (In the example above, it’s 12:35.)

b) PRT1’s resistance at the solidus (start of the melt): This is needed to determine the melting range, that is, the difference from the liquidus (at the end of the melt). (In the example above, it’s 419.526 °C.)

c) End time: As for start time. (In the example above, it’s 17:35, in other words, the melt lasted five hours.)

d) PRT1’s resistance at the liquidus (end of the melt): Additional PRTs may be calibrated during the melt (as in the above example, from 13:20 to 15:00), but the end of the melt should be recorded using PRT1, so that the melting range and melt-freeze coincidence can be accurately determined. (In the example above, it’s 419.528 4 °C. In other words, the melting range is 0.002 4 °C.)

4. “Soak”, when the fixed point material is in the liquid state for several hours, after the melt:

2014-07-27 to 28 Zn118 melt & freeze

a) PRT1’s resistance, when the temperature has stabilised: Calculate the approximate difference from the melt temperature. (The approximate PRT sensitivity, 0.1 Ω/°C or 0.39 Ω/°C, may be used to convert differences in ohms to °C.) Use this to determine the offset (or error, or correction) of the furnace or bath’s temperature controller. This allows better setpoints to be used next time, more closely approaching the “melt + 5 °C” and “freeze – 1 °C” furnace temperatures commonly desired during melt and freeze. (In the example above, the “soak” temperature is approximately 5 °C above the melt, as desired.)

5. Supercool:

a)Time that the setpoint is reduced: This will tell us how long it takes for recalescence to occur. (If it takes too long, the chosen setpoint may be lower next time.)

b) Setpoint used during the supercool: This is usually several °C lower than that during the freeze, to hasten recalescence and the start of the freeze.

c) Time at which recalescence occurs: See a).

d) PRT1’s resistance, at the moment of recalescence: When the liquid starts solidifying, the temperature starts rising out of the supercool. The depth of the supercool (difference from freeze temperature) gives a rough indication of the “condition” (purity?) of the fixed point cell material. (The more impurities, the more easily nucleation occurs and freezing starts, therefore the shallower the supercool.)

(In the example above, the setpoint was reduced at 8:35, the PRT reached a minimum reading of 419.521 °C, and recalescence occurred at 9:00.)

6. Freeze:

2014-07-28 Zn118 freeze

a) Start time.

b) PRT1’s resistance at the liquidus (start of the freeze): If plateau shapes are as expected (PRT reading rising as the melt progresses, and falling as the freeze progresses), the melt-freeze coincidence is calculated as Latex formula. As the furnace temperature is several °C colder during freeze than melt, this difference in PRT readings indicates the sensitivity (if any) of the PRT to the environment outside the fixed point cell.

(In the above example, PRT1 reads 419.527 1 °C from 9:25 to 9:45, then an additional PRT is calibrated from 9:45 to 10:20, and PRT1 reads 419.527 2 °C from 10:30 to 10:45. Freeze – melt = 419.527 2 °C – 419.528 4 °C = -0.001 2 °C.)

c) Self-heating of the PRT: If the resistance measuring instrument allows it, change the current passing through the PRT (preferably by a factor of √2 or 1/√2, so that the power dissipated in the resistance element is conveniently doubled or halved) and note the change in its resistance. (These readings are not shown in the graph above.)

d) Vertical temperature gradients in the cell, during the plateau: These should preferably be evaluated during the plateau where the furnace or bath provides least compensation for stem conduction errors, that is, the freeze, for fixed points above room temperature, or the melt, for fixed points below room temperature.

2014-07-28 Zn118 freeze - immersion profile

(In the above example, PRT1’s immersion was changed to 70 mm, 50 mm, 30 mm, 20 mm and 10 mm above the bottom of the re-entrant well, from 10:50 to 13:00. Its readings were 419.524 °C, 419.526 8 °C, 419.527 3 °C, 419.527 3 °C and 419.527 2 °C, respectively. Its reading back at maximum immersion was 419.527 1 °C, very close to the value at the start of the freeze, indicating that the zinc cell was still on the freeze plateau. The red “ITS-90″ line in the immersion profile above is the expected variation in freezing temperature caused by a change in depth, according to the hydrostatic head coefficient for zinc published in the ITS-90 Table 2.)

Regarding the sequence of immersion depths: PRT1 is first raised to the highest position, then lowered, step-by-step, back down again. This is because raising the PRT causes some cold air to enter the re-entrant well, temporarily cooling the PRT. To avoid a resulting error, all but one of the measurements are done while increasing the immersion depth.

e) End time.

f) PRT1’s resistance at the solidus (end of the freeze): Additional PRTs may be calibrated during the freeze, but PRT1 should be re-inserted before the end of the freeze, so that the freezing range can be determined. In order to know what time period is available to calibrate other PRTs, record the first melt and freeze (using this combination of fixed point cell and furnace) using just one PRT. Note: If additional PRTs are to be inserted in the fixed point cell, they should be pre-heated (or cooled) to approximately the fixed point temperature, before insertion, to avoid excessive shortening of the freeze plateau.

(As can be seen in the above example, rounding of the plateau makes it difficult to precisely locate the end of the freeze. However, it is the temperature stability during the measurements from 9:25 to 13:00, when additional PRTs, self-heating and immersion measurements were performed, that is most important. The shape of the rest of the plateau is useful as an indicator of furnace temperature uniformity, and, consequently, shape of the solid-liquid interface, as the phase transition progresses, but will not be used in the uncertainty analysis. So, somewhat arbitrarily, the end of the freeze is estimated as 23:15, 419.526 °C, giving a freezing range of about 0.001 °C and a 14-hour freeze plateau.)

DETERMINING THE RESISTANCE RATIO Latex formula:

The liquidus temperature, when almost all the material is liquid (at the end of the melt or the start of the freeze), is closest to the ideal phase transition temperature [McLaren, “The freezing points of high purity metals as precision temperature standards”, In Temperature: Its Measurement and Control in Science and Industry, Vol. 3, 1962, 185-198]. For all but one of the metal fixed points used to calibrate PRTs (mercury, indium, …, silver), the freeze is usually preferred over the melt. (Gallium is used on the melt, as it has such a large supercool that its freeze cannot be used.) So, for Latex formula we will use the value at the start of the freeze (the resistance equivalent to 419.527 2 °C), namely, 65.619 14 Ω.

The phase transition temperature published in the ITS-90 is that at the surface of the fixed point material. The temperature changes with increasing depth, due to the increasing pressure exerted by the column of material above the measurement location. For zinc, this hydrostatic head effect is 2.7 mK/m (“depth” coefficient in ITS-90 Table 2). The mid-point of the PRT sensing element is 155 mm below the surface of the zinc, where it is 0.002 7 °C/m x 0.155 m = 0.000 4 °C hotter than at the surface. The resistance corrected for hydrostatic head is therefore 65.619 14 Ω – 0.000 4 °C x 0.1 Ω/°C = 65.619 10 Ω.

For Latex formula and Latex formula, the measured values are 25.547 308 Ω and 25.547 304 Ω, respectively. The hydrostatic head effect in the WTP cell is -0.73 mK/m x 0.265 m = -0.000 19 °C. (Note the difference in sign from zinc: water, unusually, freezes at a lower temperature when the pressure increases.) The resistances corrected for hydrostatic head are 25.547 327 Ω and 25.547 323 Ω, respectively.

The zinc cell was sealed by the manufacturer, with the gas pressure adjusted to be 101.3 kPa at the freezing temperature, so no correction is required for gas pressure.  (The phase transition temperature varies with varying gas pressure above the fixed point material, according to the “pressure” coefficient published in ITS-90 Table 2.) The water cell, being a triple point, should not contain any gas but water vapour, so no gas pressure correction is applied here, either.

So, Latex formula.

The resistances were measured at 1 mA current. (It is common practice to correct fixed point calibration data to 0 mA current, using the self-heating measurements mentioned above. However, here we do not correct for self-heating, as we plan to use the PRT at 1 mA current without applying self-heating corrections. For interest’s sake, the self-heating of this PRT due to the 1 mA current was 0.000 08 Ω at the zinc point and 0.000 02 Ω at the water triple point: these values are very small, owing to the design of this model of PRT.)

COMPONENTS OF MEASUREMENT UNCERTAINTY [CCT-WG3, “Uncertainties in the realisation of the SPRT subranges of the ITS-90″, CCT/08-19/rev]:

1. Gas pressure: The uncertainty in gas pressure inside a sealed fixed point cell may be estimated as 3 kPa (coverage factor k=1), if no method of measuring it exists [CCT-WG3 guide, section 2.1]. To convert to temperature units, use the gas pressure coefficient of Latex formula for zinc [ITS-90 Table 2], yielding 0.000 1 °C (k=1). For the WTP cell, the residual gas pressure may be estimated by the inverting the cell and observing how much the remaining gas bubble is compressed [CCT-WG3 guide, section 3.1]: observing a reduction in bubble volume of 100 times, we estimate the effect of the residual gas pressure as 0.000 002 °C (k=1).

2. Hydrostatic pressure: We estimate the uncertainty in immersion depth of the mid-point of the PRT element below the surface of the zinc or water to be 10 mm (k=1). (This uncertainty arises from lack of knowledge of the exact depth of the zinc, as well as thermal expansion inside the fixed point cell and the PRT as the temperature rises.) For zinc, 2.7 mK/m x 0.01 m = 0.000 03 °C (k=1). For the WTP, -0.73 mK/m x 0.01 m = 0.000 007 °C (k=1).

3. Chemical impurities and isotopic composition: Earlier, we mentioned that the liquidus temperature is closest to the ideal phase transition temperature, and chose to use the value at the start of the freeze. The liquidus temperature differs from the ideal temperature because the fixed point material is not completely pure. The zinc cell manufacturer reported the total mole fraction of impurities to be Latex formula. Using this information, the uncertainty in the liquidus temperature may be estimated using the “overall maximum estimate” (OME) method: Latex formula, where the cryoscopic constant Latex formula for zinc, so that Latex formula (k=1) [CCT-WG3 guide, equation (2.23) and Appendix B]. (The melting range following a slow freeze was previously recommended as an indicator of purity: the purer the material, the narrower the melting range. However, some significant impurities may not betray their presence by an increased melting range, so this range is only used for quality assurance purposes now, to indicate changes in the cell or furnace condition.) For the WTP cell, we have no impurity information, so we use a literature value of 0.000 05 °C (k=1.732) [CCT-WG3 guide, section 3.2]. Likewise, for the isotopic composition of the water, we use a literature value of 0.000 1 °C (k=1.732) [CCT-WG3 guide, section 3.3].

4. Immersion and thermal effects: The vertical temperature gradient measured during the zinc freeze deviates from the expected behaviour by a maximum of 0.000 25 °C over the bottom 30 mm, with the PRT being hotter than expected. (See the difference between the “Zn118 freeze” line and the red “ITS-90″ line in the “Immersion profile” graph above. We choose 30 mm as it is approximately half the length of the PRT element.) However, Latex formula, suggesting that the lower furnace temperature during the freeze causes the PRT to be colder than expected during that plateau. To be conservative, we will use the larger of these values, 0.001 2 °C (k=1.732), as the uncertainty due to immersion and thermal effects for zinc. For the WTP, the following immersion profile was measured:

WTP immersion profile

The largest deviation from the expected profile, over the bottom 30 mm, is 0.000 036 °C. We use this value as the half-width of a rectangular distribution (k=1.732).

5. Difference from the liquidus point: PRT1 was measured at the end of the melt and at the start of the freeze, that is, at the liquidus point. However, the additional PRTs measured during the melt were 0.001 3 °C to 0.000 8 °C below the liquidus point. (See the melt graph of PRT1, above.) So, the additional PRTs measured during the melt must include an additional uncertainty component of approximately 0.001 °C (k=1.732?) to account for this difference. The one measured during the freeze was at the liquidus point (considering the agreement of PRT1’s readings before and after).

6. PRT oxidation state, crystal defects and strain (variation in Latex formula): Latex formula changes somewhat during the fixed point measurement, because of various causes. The uncertainty component associated with this variation is Latex formula, which is 0.000 02 °C (k=1.732) in temperature units. The effect of variation in Latex formula is larger, the higher the temperature: the uncertainty scales according to W(t).

7. Self-heating: We do not correct measured resistances at 1 mA to zero current, therefore we do not include an uncertainty for self-heating.

8. Resistance measuring instrument – non-linearity: The bridge non-linearity has been evaluated as Latex formula (k=2) in units of bridge ratio. To find the uncertainty in Latex formula, multiply by Latex formula, which is 100 Ω, yielding 0.000 02 Ω. Dividing by 0.1 Ω/°C, we obtain 0.000 2 °C (k=2).

9. Standard resistor: The temperature coefficient of Latex formula is Latex formula. The maximum variation in its temperature during the measurements is estimated to be 0.2 °C (k=1.732), yielding an uncertainty in Latex formula of Latex formula, or 0.000 07 °C (k=1.732).

We want to calculate the uncertainty in resistance ratio Latex formula. To do this, we first calculate Latex formula, propagate that to the zinc temperature by multiplying by W(Zn), then combine it with the other components relevant to the zinc point. In doing this, beware of double-counting components: Variation in Latex formula must be included in the WTP budget (as is), or in the Zn budget (scaled by W(Zn) = 2.569), but not in both. Bridge non-linearity affects the ratio between Zn and WTP readings more than it does the very narrowly varying Latex formula value, so we only count it once, in the Zn budget. Variation in the temperature of the standard resistor was estimated over the day or so between measurements of Latex formula and Latex formula, so is also only counted once.

WTP uncertainty budget:

Component Value (mK) Divisor Sensitivity coeff u(k=1) (mK)
Gas pressure 0.002 1 1 0.002
Hydrostatic head 0.007 1 1 0.007
Impurities 0.05 1.732 1 0.029
Isotopic composition 0.1 1.732 1 0.058
Immersion 0.036 1.732 1 0.021
Difference from liquidus
Variation in Rtp
Self-heating
Bridge non-linearity
Std resistor
Propagation of u(Rtp)
uc(k=1) 0.062

 

Zn uncertainty budget:

Component Value (mK) Divisor Sensitivity coeff u(k=1) (mK)
Gas pressure 0.1 1 1 0.1
Hydrostatic head 0.03 1 1 0.03
Impurities 0.3 1 1 0.3
Isotopic composition
Immersion 1.2 1.732 1 0.7
Difference from liquidus 0 1.732 1 0
Variation in Rtp 0.02 1.732 2.569 0.01
Self-heating
Bridge non-linearity 0.2 2 1 0.1
Std resistor 0.07 1.732 1 0.04
Propagation of u(Rtp) 0.062 1 2.569 0.16
uc(k=1) 0.8

The dominant component in the Zn budget is immersion (stem conduction error). As we were very conservative in estimating this component (the value from the immersion profile measurement was five times smaller than the freeze-melt value used), we can safely assume large degrees of freedom in this component, therefore large effective degrees of freedom in the combined uncertainty. So, we multiply by a coverage factor of k=2 to obtain the expanded uncertainty Latex formula. (Actually, as the dominant component follows a rectangular distribution, we’re entitled to use k=1.65 [EA-4/02 M: 1999, Expression of the Uncertainty of Measurement in Calibration, section S9.14], yielding 0.001 3 K, but let’s be conservative and stick with 1.6 mK.)

(Contact the author at lmc-solutions.co.za.)

Uncertainty of measurement: relative humidity via dew point and air temperature

This article discusses the calibration of a relative humidity (RH) hygrometer by comparison with a condensation (“chilled mirror”) dewpoint hygrometer and a thermometer measuring air temperature (“dry-bulb temperature”, in humidity parlance). It focuses on estimation of the uncertainty to be associated with the measurement result.
The comparison between the RH hygrometer (Unit Under Test, or UUT) and the dewpoint hygrometer and thermometer (together forming the reference standard) is performed in  a temperature- and humidity-variable chamber. The dewpoint hygrometer measures dew-point (or frost-point, if below 0 °C) temperature, Latex formula, with an uncertainty of 0.1 °C (coverage factor k=2). A resistance thermometer is used to measure the air temperature, Latex formula, also with an uncertainty of 0.1 °C (k=2). (No correction is applied for self-heating of the resistance thermometer, as it was calibrated in air, that is, in similar conditions to those in which it is used.) The temperature uniformity of the chamber is specified by the manufacturer to be ± 0.3 °C. (We assume a coverage factor of k = √3.)
Measurements are performed at temperatures of 5 °C, 20 °C and 50 °C, and at relative humidities of 10 %rh, 50 %rh and 90 %rh.

First, we must be able to calculate relative humidity from measured values of dew point and air temperature. Relative humidity is defined as a ratio of water vapour pressures: Latex formula, where Latex formula is the actual vapour pressure of water and Latex formula is the saturation vapour pressure of water at the prevailing temperature [Beginner’s guide to humidity measurement, NPL Good Practice Guide No 124, p 17]. (Here we express RH from 0 to 1, not 0 %rh to 100 %rh.) We will use the Magnus formula to calculate water vapour pressures: Latex formula, where Latex formula is saturation water vapour pressure (in Pa) at temperature Latex formula (in °C), Latex formula is used for the irrational number 2.718… (to distinguish it from the symbol for vapour pressure), and the constants are Latex formula and Latex formula [Guide to the measurement of humidity, Institute of Measurement and Control, 1996, p 53]. The Magnus formula has an uncertainty of less than 1.0 % (k=2) from -65 °C to 60 °C. We will not apply the water vapour enhancement factor to Latex formula or Latex formula, to account for the presence of gases other than water vapour, as it would cancel in the ratio Latex formula.

How do we determine the actual water vapour pressure, Latex formula? It is the saturation water vapour pressure at the dew-point temperature Latex formula, by the definition of dew point [Beginner’s guide to humidity measurement, p 2]. So, applying the Magnus formula, Latex formula.

We may also need to calculate dew point from relative humidity and air temperature. To achieve this, first calculate vapour pressure Latex formula, then manipulate the Magnus formula to obtain Latex formula [Guide to the measurement of humidity, Institute of Measurement and Control, 1996, p 54].

We will also need the sensitivity coefficients Latex formula and Latex formula:

Latex formula Latex formula

Evaluating the sensitivities at typical temperatures Latex formula = -20 °Cfp to 50 °Cdp and Latex formula = 5 °C to 50 °C, we see the familiar rule-of-thumb that Latex formula or Latex formula, in other words, RH changes by approximately 6% of the value, for a change of 1 °C in dew point or air temperature. (The symbols °Cfp and °Cdp, for “degrees Celsius frostpoint” and “degrees Celsius dewpoint”, are commonly used to distinguish dew-point temperature, a measure of humidity, from air temperature.) In other words, if Latex formula increases from 8 °Cdp to 9 °Cdp (at Latex formula = 20 °C), RH changes from 0.46 (or 46 %rh) to 0.49 (or 49 %rh), an increase of 3 %rh, or 6% of value. If Latex formula increases from 49 °C to 50 °C (at Latex formula = 48 °Cdp), RH changes from 0.95 (95 %rh) to 0.90 (90 %rh), a decrease of 5 %rh, or 6% of value.

Here are the dew points, for the air temperature and relative humidity measurement points mentioned above:

Air temp: 5 °C 20 °C 50 °C
RH: 10 %rh -21.8 °Cfp -11.2 °Cfp 10.1 °Cdp
50 %rh -4.0 °Cfp 9.3 °Cdp 36.7 °Cdp
90 %rh 3.5 °Cdp 18.3 °Cdp 47.9 °Cdp

We will evaluate uncertainties for the three combinations indicated in bold in the table above.

We estimate hysteresis of the UUT, a capacitive RH sensor, to vary from zero at 10 %rh to 0.6 %rh (k=1) at 50 %rh to zero at 90 %rh.

5 °C, RH = 0.10 (10 %rh):

Component Value u(k=1) Sensitivity u(RH)
Ref std: Dewpoint -21.8 °Cfp 0.05 °C 0.010 0.0005
Air temperature 5.0 °C 0.05 °C -0.007 -0.0004
Chamber: Temperature gradient 0.17 °C -0.007 -0.0012
UUT: Hysteresis 0.000 RH 1 0.0000
Combined uncertainty (k=1) 0.0013
U(k=2) 0.003 (0.3 %rh)

 

20 °C, RH = 0.50 (50 %rh):

Component Value u(k=1) Sensitivity u(RH)
Ref std: Dewpoint 9.3 °Cdp 0.05 °C 0.034 0.0017
Air temperature 20.0 °C 0.05 °C -0.031 -0.0015
Chamber: Temperature gradient 0.17 °C -0.031 -0.0054
UUT: Hysteresis 0.006 RH 1 0.0060
Combined uncertainty (k=1) 0.0083
U(k=2) 0.017 (1.7 %rh)

 

50 °C, RH = 0.90 (90 %rh):

Component Value u(k=1) Sensitivity u(RH)
Ref std: Dewpoint 47.9 °Cdp 0.05 °C 0.046 0.0023
Air temperature 50.0 °C 0.05 °C -0.045 -0.0022
Chamber: Temperature gradient 0.17 °C -0.045 -0.0078
UUT: Hysteresis 0.000 RH 1 0.0000
Combined uncertainty (k=1) 0.0084
U(k=2) 0.017 (1.7 %rh)

(Contact the author at lmc-solutions.co.za.)

Uncertainty of measurement: conventional mass of a weight

This article will discuss the calibration of a 1 kg weight of class Latex formula by comparison with a 1 kg weight of class Latex formula (weight classes are described in OIML R 111-1), using a balance of resolution 0.1 mg. In particular, it will focus on the estimation of uncertainty of measurement (UoM) for this calibration, for which the result is intended to be reported as a conventional mass (as discussed in OIML D 28).

The 80-page document R 111-1 describes many characteristics of weights (for example, construction) that are of limited relevance to the calibration laboratory: we will use mostly the sections on Maximum Permissible Errors (section 5, p 11-12), Density (sections 10, p 17-18 and B.7.9.3, p 58) and, especially, Calibration (Annex C, p 61-70). The 12-page document D 28, “Conventional value of the result of weighing in air”, presents a convenient summary of the information most relevant to calibration.

The conventional mass of a body is equal to the mass Latex formula of a standard weight that balances this body under “conventional” conditions, namely, ambient temperature Latex formula = 20 °C, air density Latex formula and standard weight density Latex formula [D 28 section 4, p 5]. The conditions have been chosen such that mass, Latex formula, and conventional mass, Latex formula, of a weight do not differ “much” [D 28 section 0, p 4]. However, we will see, when we try to achieve the required calibration uncertainty for a 1 kg Latex formula weight, which is Latex formula [R 111-1 section 5.2 and Table 1, p 11-12], or, equivalently, a relative standard uncertainty of Latex formula, that typical deviations of weight density from the conventional Latex formula can cause significant differences between Latex formula and Latex formula.

Note: The subscript “c” indicates “conventional”, “r” refers to the reference weight (in other words, the measurement standard) and “t” refers to the test weight (or Unit Under Test).

The relation between conventional mass and mass is given by Latex formula [D 28 equation 1, p 6].

In our example, both the reference weight and the test weight are made of stainless steel. The mass of the reference weight is chosen to be Latex formula, with the largest calibration uncertainty allowed by R 111-1 for class Latex formula weights. Relevant data are presented in the table below.

Quantity Uncertainty Reference
Latex formula
Latex formula Latex formula [R 111-1 Table B.7, p 58]
Latex formula Latex formula [R 111-1 Table 1, p 12]
Latex formula Latex formula [R 111-1 Table B.7, p 58]
Air pressure Latex formula Latex formula
Humidity Latex formula Latex formula
Air temperature Latex formula Latex formula
Latex formula Latex formula Latex formula (see below for calculation) [R 111-1 equation (E.3-1), p 76]

Notes:

1.The conventional mass Latex formula is Latex formula lower than Latex formula: this difference is large (compared to the Latex formula relative uncertainty goal), although the assumed weight density is not far from ideal.

2. As the densities of the reference and test weights are not known, they are “assumed” according to R 111-1 Table B.7 (for stainless steel). Although they are assumed to be the same in most of the data analysis below, the possible difference between the densities must be taken into account in the uncertainty analysis. In particular, during calculation of the uncertainty in the air buoyancy correction Latex formula, the sensitivity coefficient of Latex formula will be calculated using the worst-case scenario: as Latex formula for 1 kg Latex formula weights and Latex formula for 1 kg Latex formula weights [R 111-1 Table 5, p 17], the sensitivity coefficient Latex formula will be used. (The calculation is performed below.)

3. The air pressure Latex formula, and, consequently, air density Latex formula, are unusually low, because the measurements were performed at an altitude of 2400 m. The even-more-approximate formula for air density, Latex formula [R 111-1 equation (E.3-2), p 76], yields a similar air density, Latex formula.

The uncertainty in air density is calculated as follows: Latex formula Latex formula. Sensitivity coefficients come from R 111-1 section C.6.3.6 (p 68), with Latex formula and Latex formula being converted from Latex formula to Latex formula and from fractional relative humidity to %rh, respectively. (Both change by a factor of 100, though in opposite directions.) It is clear that air pressure has the largest effect on air density, followed by temperature, with the effect of relative humidity being negligible.

The conventional masses of test and reference weights are related as follows:

Latex formula [D 28 equation (9), p 8],

where Latex formula is the measured difference in apparent masses.

The air buoyancy correction Latex formula [D 28 equation (10), p 8] is applied, because the air density differs from Latex formula by more than 10 % [R 111-1 section 10.2.1, p 18].

To determine the uncertainty Latex formula, we’ll need the sensitivity coefficients Latex formula, Latex formula and Latex formula.

Then, Latex formula, where Latex formula (the uncertainty of the weighing process and the balance, combined) and Latex formula, in the notation of R 111-1 section C.6, p 66-70.

Expressed as a relative uncertainty, Latex formula.

From the table above, Latex formula.

From equation (C.6.3-1) of R 111-1 (p 67), Latex formula Latex formula Latex formula,

where Latex formula is the air density during the last calibration of the reference weight.

Using Latex formula, Latex formula Latex formula + Latex formula. So, Latex formula, with the terms in Latex formula and Latex formula dominating over the term in Latex formula.

The term Latex formula contains the uncertainty of the weighing process, Latex formula, which is an ESDM calculated as 0.01 mg, the sensitivity of the balance, Latex formula, and the display resolution of the balance, Latex formula. (Eccentric loading of the balance is included in Latex formula, and magnetism is negligible, according to p 69 of R 111-1.) In total, let’s suppose that Latex formula, so that Latex formula.

Finally, Latex formula. So, we have achieved our goal of a relative standard uncertainty smaller than Latex formula.

(Contact the author at lmc-solutions.co.za.)

Uncertainty of measurement: emissivity of a reflective foil

Reflective foil laminates are used in thermal insulation of buildings. A standard test method [SANS 1381-4] describes the measurement (amongst other properties) of their emissivity using a thermopile radiation thermometer. This article describes how to estimate the uncertainty of measurement (UoM) in this application of infrared radiation thermometry.

The documentary standard SANS 1381-4 requires that the emissivity of one reflective surface of the specimen being tested be less than or equal to 0.05, or 5% (clause 4.8).
To measure the emissivity (clause 5.8), half of the specimen’s surface is painted black, the specimen is heated to 70 °C (presumably, this temperature is chosen to represent a typical situation in use, in a ceiling or around a hot water geyser), and the total amounts of thermal radiation coming from the reflective part and from the blackened part are measured by a calibrated thermopile (clause 5.8.1.2). The emissivity of the blackened part, Latex formula, is assumed to be 0.95, or 95% (clause 5.8.1.3). The thermopile output signals when viewing the reflective part, Latex formula, and the blackened part, Latex formula, are used to calculate the emissivity of the reflective part, Latex formula, as follows: Latex formula, or Latex formula (clause 5.8.4).

To understand the relationship between thermopile output, target emissivity and temperature, let’s analyse the heat transfer to and from the detector surface (thermopile hot junction):

Let the target (foil) temperature be Latex formula (70 °C, in this case), ambient temperature be Latex formula (probably 23 °C), thermopile hot junction temperature be Latex formula and thermopile cold junction temperature be Latex formula.

The voltage output of the thermopile, Latex formula, is proportional to the difference between hot and cold junction temperatures, that is, Latex formula.

We express the total amounts of thermal radiation using the Stefan-Boltzmann law. The nett thermal radiation entering the detector is the sum of that emitted by the target to the thermopile hot junction, Latex formula, plus that reflected by the target from the surroundings to the hot junction, Latex formula, minus that emitted from the hot junction, Latex formula.

Heat transferred by convection from the thermopile hot junction to the adjacent air is Latex formula, where Latex formula is the convection heat transfer coefficient and Latex formula is the surface area of the hot junction or detector.

This is all the heat transferred from the outside world to the detector surface (hot junction). At equilibrium, it is balanced by heat transferred from the hot junction towards the cold junction (within the body of the detector) by conduction. This heat flow causes a temperature gradient between hot and cold junctions, with the thermal conductivity of the detector body, Latex formula, relating the temperature difference to the amount of heat flowing: Latex formula, where Latex formula is the distance between hot and cold junctions.

At equilibrium, the heat transferred to the detector surface by radiation and convection should be equal to that lost to the cold junction side by conduction: Latex formula.

Rearranging the above equation, Latex formula.

Let us assume that the thermopile backside has an efficient heatsink, so that Latex formula. (Deviations from ideal behaviour, for example, due to changes in the thermopile cold junction temperature with increasing incident radiation, should be evident from the thermopile’s calibration results.) Then, the equation becomes Latex formula.

At this point, I get stuck: I would hope to reduce this to Latex formula or, equivalently, Latex formula, so that thermopile output Latex formula is proportional to Latex formula.

Returning to the simple equation Latex formula used in SANS 1381-4, let’s identify the sources of uncertainty:

The dependence of the thermopile output Latex formula on target temperature Latex formula and ambient temperature Latex formula is shown on the right-hand side of the equation derived above. As Latex formula and Latex formula are functions of Latex formula and Latex formula, any variation in these temperatures will cause variation in the signals Latex formula and Latex formula. The ratio Latex formula does not depend on the values of Latex formula and Latex formula, as these terms are the same in numerator and denominator and cancel out, but only on their stability during the time required to measure Latex formula and Latex formula. For this reason, we do not explicitly include uncertainties in these temperatures, but rely on them being captured in the standard deviations of Latex formula and Latex formula.

The uncertainty in thermopile output signals introduced by the digital multimeter (DMM) used to measure them is typically around Latex formula of the measured signal (for a 6.5-digit DMM). This is negligible, compared to the repeatability components (experimental standard deviation of the mean, or ESDM) and uncertainty in the emissivity of the blackened part of the specimen. For this reason, we do not consider uncertainties arising from the DMM any further.

The distance between the thermopile detector and the target (reflective part or blackened part of the specimen) should not affect the results, provided that the target always fills the field-of-view of the detector. So, as long as the detector is close enough to the specimen, no uncertainty results from slight variation in this distance.

The standard deviations (ESDM, to be precise) of Latex formula and Latex formula must be taken into account. As Latex formula is typically a very small value, its ESDM is particularly significant (see numerical example, below).

The relative uncertainty in Latex formula is roughly estimated to be Latex formula. (In other words, Latex formula.) If this component appears to be significant in the following numerical example, we will try to estimate it more precisely.

Numerical example:

Measurements of Latex formula: 1 μV, 8 μV, 0 μV, 11 μV, 6 μV and 9 μV. (Mean = Latex formula, standard deviation = Latex formula, ESDM = Latex formula, relative uncertainty Latex formula.)

Measurements of Latex formula: 424 μV, 411 μV, 410 μV, 417 μV, 378 μV and 378 μV. (Mean = Latex formula, standard deviation = Latex formula, ESDM = Latex formula, relative uncertainty Latex formula.)

Result for emissivity: Latex formula, or 1.4%.

As the relation between Latex formula and Latex formula, Latex formula and Latex formula is one of simple multiplication and division, we can combine the relative uncertainties simply:

Latex formula.

The effective degrees of freedom, Latex formula, will be close to those of the dominant component, Latex formula: Latex formula, since Latex formula readings were taken. For Latex formula, the coverage factor for a level of confidence of 95.45% is 2.65. So, the expanded relative uncertainty is Latex formula, the expanded absolute uncertainty is Latex formula and the measurement result is Latex formula, or Latex formula.

Take care! When the quantity being measured (emissivity, in this case) is dimensionless and expressed in percent, and its relative uncertainty is expressed in percent, confusion can arise. The expanded relative uncertainty estimated above is 0.8, or 80%, of the measured value. It is not already an absolute uncertainty in emissivity, in other words, the result is not Latex formula, which would be nonsensical.

We see that Latex formula is the dominant component of uncertainty, by far. As Latex formula is unlikely to be significant compared to this, it is not necessary to estimate the latter component more precisely than the rough estimate we used earlier.

Note, regarding the simple combination of relative uncertainties performed above: This is only correct when the function is one of simple multiplication and division. For more general situations, the sensitivity coefficient must be determined by taking the partial derivative. The equivalence of these approaches for the simple equation Latex formula is demonstrated below:

Latex formula Latex formula.

(Contact the author at lmc-solutions.co.za.)
 

Preparation and use of the ice point in Thermometry

For a Temperature calibration laboratory, a testing laboratory or any other business that needs to verify the accuracy of its thermometers, the ability to realise the ice point is perhaps the most important and most basic of Thermometry capabilities.

Q: What are some of the uses of the ice point?

A: 1. Intermediate checks of resistance thermometers (PRTs and thermistors) and liquid-in-glass thermometers:

Some method of verifying the accuracy of measuring equipment between calibrations is usually required by a quality management system, so that the equipment’s reliability can be checked when necessary, preferably without the inconvenience of using an external calibration service. It is possible to compare a thermometer to another of similar or greater accuracy, but using an “absolute” measurement standard like the ice point is often more convenient. (The ice point can be realised to an accuracy of about ± 0.01 °C without too much trouble.)

Note: Measurement at the ice point is not a very sensitive in-service check for thermocouples. For a PRT, a change from 100.0 Ω to 100.1 Ω (0.25 °C) at 0 °C is equivalent to a change from 300.0 Ω to 300.3 Ω (0.75 °C) at 550 °C, but, for a type K thermocouple, a 10 µV (0.25 °C) change at 0 °C is equivalent to a 260 µV (7 °C) change at 550 °C. This makes it necessary to check thermocouples at a temperature further from ambient (for example, at 200 °C) to draw meaningful conclusions about drift.

2. Recalibration of liquid-in-glass (LIG) thermometers:

If a LIG thermometer is not used above 200 °C or so, all significant changes in calibration will be due to changes in bulb volume, not to changes in the capillary [Cross et al, Maintenance, Validation, and Recalibration of Liquid-in-Glass Thermometers, NIST SP 1088, 2009]. (We do not consider gross errors, such as a separated liquid column, here.) The effect of such changes in the bulb (for example, secular change and temporary depression of zero) may be evaluated by observing the temperature indicated by the thermometer at the ice point. (Comparison with a calibrated reference thermometer of equal or greater accuracy, in a uniform-temperature environment, is also an option, but the ice point is often simpler.) Past calibration results for the thermometer may then be adjusted by a constant offset, to compensate for the difference between the present and past indicated temperatures at 0 °C. (For example, if the reading at 0 °C rises from -0.4 °C to -0.3 °C, the reading at 100 °C will also rise by 0.1 °C.) This single-point recalibration technique, combined with regular visual inspection to identify problems such as a separated liquid column, is often sufficient to assure the quality of measurement results, avoiding the need for expensive and time-consuming recalibration at an external calibration laboratory.

(Note: We must evaluate how well we can realise and use an ice point, before relying on it unreservedly. To do so, measure a thermometer at the ice point yourself, immediately before and/or after it returns from calibration, and compare your result(s) to that reported in the calibration certificate. Repeat this check periodically, to evaluate reproducibility. Bear in mind the uncertainty of calibration and the accuracy to which you can read the thermometer, when interpreting the results.)

3. Calibration or intermediate checks of low-temperature infrared radiation thermometers:

The emissivities of ice and liquid water at infrared wavelengths longer than 2 µm are high (~0.96), making it easy to create a blackbody target (emissivity ≈ 1) for calibration of low-temperature infrared radiation thermometers. (Such thermometers usually operate in the wavelength range 8 to 14 µm.)

Note: When aiming the thermometer at the ice point, take care to view an area of melting ice. The top surface of the ice may often not contain liquid water, and may be at a temperature colder than 0 °C: rather make a hole in the ice and view an area of grey slush, lower down. The hole also increases the effective emissivity of the target.

4. For a reference PRT in a calibration laboratory, adjustment of its calibration results to compensate for drift:

If a PRT is bumped and its resistance increases, the relative change in resistance is usually similar over the whole temperature range. For example, a change from 100.0 Ω to 100.1 Ω at 0 °C (a 0.1 % increase) will usually mean a change from 300.0 Ω to 300.3 Ω at 550 °C (again, a 0.1 % increase). If the calibration certificate reports a curve of resistance as a function of temperature, it will usually be written in terms of a resistance ratio, R(T)/R(0.01 °C) or R(T)/R(0.00 °C). If the user can measure R(0.00 °C) sufficiently accurately, he may use his latest measurement at the ice point to calculate the resistance ratio, thereby compensating for much of the drift in R(T) since the PRT’s calibration.

Notes:

(i) To calculate R(0.01 °C) from the measured resistance at the ice point, R(0.00 °C), use R(0.01 °C) = R(0.00 °C) / W(0.00 °C) = R(0.00 °C) / 0.99996.

(ii) If the user uses his own measurement of R(0 °C) in the calculation of resistance ratio (and, subsequently, temperature), he must include the uncertainty of that measurement in the uncertainty of the calculated temperature. For this reason, it is only sensible to use your own measurement of R(0 °C) to compensate for drift, if the uncertainty in that value is smaller than the typical drift for which you are trying to compensate.

5. For a  reference PRT measured on an ohmmeter or a resistance bridge, elimination of most resistance measurement errors:

If the PRT’s calibration results are expressed in terms of resistance ratio (as discussed above), the user can eliminate the effect of most errors in resistance measurement, by measuring both R(T) and R(0 °C) on the same range of the same measuring instrument. Then, the resistance ratio will be independent of any linear errors in the resistance measuring instrument, including, most importantly, any drift in a reference resistor or reference voltage since its last calibration. The only resistance measurement errors that still have an effect are those that are not proportional to the measured resistance value.

6. For a thermocouple, more accurate cold junction temperature:

The output of a thermocouple depends on the temperature difference between the measuring (or “hot”) junction and the reference (or “cold”) junction: any uncertainty in the reference junction temperature causes an uncertainty in the calculated temperature of the measuring junction. While electronic Cold Junction Compensation typically measures the temperature of the reference junction to an accuracy of ± (0.5 to 0.1) °C, immersing the reference junction in an ice point controls its temperature to 0.00 °C ± 0.01 °C, that is, an order of magnitude more accurately.

Q: How do we prepare an ice point?

A: The container in which the ice point is to be prepared should be thermally insulated. A wide-mouthed vacuum flask, 80 mm to 100 mm in diameter and 200 mm to 400 mm deep, is ideal. For convenience in cleaning the flask and packing the ice, it should not have a narrow neck. (It is convenient if you can fit your hand inside it.) If the thermal insulation at the bottom of the flask is good enough, a thermometer can be inserted all the way to the bottom without the tip being in a hot spot. (Vacuum insulation is better than expanded polystyrene.)

17.01 Vacuum flask, ice cubes, ice crusher, scoop - Ice cubes in crusher - Crushed ice being scooped

The ice to be used must be crushed or shaved, preferably to a chip size of 1 mm or less. It is preferable, but not essential, to make it from distilled or deionised water.

Sufficient liquid water should be available to fill approximately one third of the thermally insulated container. Again, distilled or deionised water is preferred, but tap water may be used.

A scoop will assist in handling the ice without contaminating it with salts from the hands.

Scoop the crushed ice into the container, adding liquid water until the ice appears translucent or grey. (This indicates that it is melting, and therefore at 0 °C. White, frosty ice is usually colder than 0 °C.) Compact the ice, so that it is packed against the bottom of the container and is not floating on top of liquid water.

17.08 White frosty ice - Grey slush after adding water

Insert the first thermometer to be measured, to the appropriate depth, wait 3 to 20 minutes for thermal equilibrium (five minutes is usually sufficient) and record its reading. When first realising the ice point, and periodically (perhaps monthly) thereafter, this thermometer should be one that has been calibrated to a high accuracy at 0 °C, to provide data on the deviation of your ice points from the desired temperature of 0.00 °C, and their stability in temperature.

Insert the next thermometer to be measured, ensuring that it is in good contact with the ice (particularly if you insert it in a previously used hole).

Drain off excess water when necessary, and re-compact the ice. (To determine how long it takes for an excess of liquid water to accumulate, insert a high-resolution thermometer to the bottom of an ice point and record its readings regularly over several hours, noting when they start to rise.)

17.17 Stable reading - Final reading

(Contact the author at lmc-solutions.co.za.)