Skip to content
RFrftools.io
Sensor

Thermocouple Voltage & Temperature

Calculate thermocouple EMF voltage from temperature with cold junction compensation. Determine Seebeck output for Type K, J, T, and E sensors.

Loading calculator...

Formula

E=S×(ThotTcold)E = S × (T_hot − T_cold)

Reference: NIST Monograph 175

SSeebeck coefficient (K: 41 μV/°C) (μV/°C)
TTemperature (°C)

How It Works

This calculator computes thermocouple EMF from temperature using the Seebeck effect, essential for process engineers, instrumentation technicians, and control system designers measuring temperatures from -270 to +2300 C. Thermocouples generate a voltage proportional to the temperature difference between the hot (measurement) and cold (reference) junctions: E = S * (T_hot - T_cold), where S is the Seebeck coefficient in uV/C. NIST ITS-90 thermocouple tables (Monograph 175) define standard coefficients: Type K (Chromel-Alumel) = 41 uV/C, Type J (Iron-Constantan) = 51 uV/C, Type T (Copper-Constantan) = 43 uV/C, Type E (Chromel-Constantan) = 68 uV/C (highest sensitivity). Cold junction compensation (CJC) is mandatory since the reference junction is at instrument temperature, not 0 C. The linear Seebeck approximation provides +/-2-3% accuracy over 100 C spans; for precision applications, NIST polynomial tables achieve +/-0.02 C accuracy per IEC 60584-1:2013.

Worked Example

Problem

A Type K thermocouple measures a furnace at 850 C. The instrument terminal block is at 28 C. Calculate the measured EMF, CJC correction, and true voltage referenced to 0 C.

Solution
  1. Type K Seebeck coefficient: S = 41 uV/C (NIST average 0-1000 C)
  2. Temperature difference: dT = T_hot - T_cold = 850 - 28 = 822 C
  3. Measured EMF: E_meas = 41 * 822 = 33,702 uV = 33.70 mV
  4. Cold junction correction: E_cjc = 41 * 28 = 1,148 uV = 1.15 mV
  5. True EMF (ref 0 C): E_true = E_meas + E_cjc = 33.70 + 1.15 = 34.85 mV
  6. Verification: NIST Type K table at 850 C = 35.313 mV (linear approximation error = 1.3%)
Result: Measured EMF is 33.70 mV; after CJC correction, true EMF is 34.85 mV referenced to 0 C ice point. For +/-0.5 C accuracy, use NIST polynomial tables.

Practical Tips

  • Use the same alloy extension wire as the thermocouple (Type K extension with Type K sensor) to avoid creating additional Seebeck junctions at connectors per ASTM E230 requirements
  • For temperatures above 1000 C, Type K accuracy degrades due to chromium oxidation; switch to Type R or S (platinum-rhodium) for +/-0.25% accuracy up to 1600 C per IEC 60584-2
  • Dedicated thermocouple amplifier ICs (AD8495, MAX31855) include integrated CJC and provide direct digital output, simplifying signal conditioning to a single component

Common Mistakes

  • Ignoring cold junction compensation: if the terminal is at 30 C instead of 0 C, the error is 30*41 = 1230 uV = 30 C temperature error for Type K; modern instruments include automatic CJC but older meters may not
  • Using wrong thermocouple type calibration: Type K and Type J cables look identical; applying J calibration to K wire causes errors up to 50 C at 800 C per IEC 60584-1 deviation tables
  • Routing thermocouple extension wire near power cables: the millivolt signals couple inductively; IEEE 518 requires minimum 50 mm separation or use of twisted shielded thermocouple extension wire

Frequently Asked Questions

Thermocouples measure temperature difference between hot and cold junctions, not absolute temperature. If the cold junction (instrument terminal) is not at 0 C, the reading includes an offset. CJC measures terminal temperature with a separate sensor (thermistor or RTD) and adds the equivalent voltage correction. Without CJC, a 25 C terminal temperature causes 25 C measurement error. Modern transmitters include automatic CJC; verify it is enabled and calibrated per ISA-MC96.1 requirements.
Type K (Chromel-Alumel) is the industry standard, covering -200 to +1372 C with 41 uV/C sensitivity and +/-2.2 C or +/-0.75% accuracy (whichever is greater) per IEC 60584-1 Class 2. It represents 80% of industrial thermocouple installations. Type T is preferred for low temperatures (-200 to +350 C) due to better accuracy (+/-1 C) and oxidation resistance in humid environments. Type J offers higher sensitivity (51 uV/C) but is limited to +760 C maximum.
The linear approximation is +/-2-3% over a 100 C span around the calibration point, adequate for most industrial monitoring. For precision measurement or wide temperature ranges, NIST Monograph 175 provides polynomial coefficients achieving +/-0.02 C accuracy. The polynomial has 9-14 terms depending on thermocouple type and temperature range. Microcontroller implementations typically use lookup tables with linear interpolation for +/-0.1 C accuracy with minimal computation.

Related Calculators