RTD / PT100 Temperature Sensor
A platinum resistance thermometer whose resistance increases linearly with temperature — more accurate and more stable than a thermocouple over the 0–500 °C industrial range.
01 / Recognize it
What this sensor looks like
Learn the housing, active face, mounting, and connector before you meet it on a machine.

Hardware recognition
Know what to look for
Use the silhouette, active face, and connection style to identify the device before checking its part number and datasheet.
- Body and mounting
- A stainless probe often looks similar to a thermocouple assembly.
- Active face
- The platinum element is protected inside the probe tip.
- Cable and terminals
- Two-, three-, or four-wire terminals distinguish the lead-compensation method.
02 / Understand the principle
Watch cause become a PLC signal
Follow the physical event through the sensing element and into the exact controller value.
Signal story / live loop
RTD / PT100 Temperature Sensor: cause to controller
Now showingPhysical event
Probe temperature rises → Resistance increases → %IW68 = 180 °C
03 / Test and commission it
Commission it on the bench
Move the process, adjust the setpoint, invert the logic and inject faults. Watch the PLC value respond immediately.
Commissioning bench
RTD / PT100 Temperature Sensor
PLC channel
%IW68
RAW 9677
Engineering value
108 °C
RTD input
Channel healthy
Signal is inside the expected operating range
Commissioning note: A 3-wire input compensates lead resistance only when lead lengths and gauges match.
Field guide
An RTD (Resistance Temperature Detector) measures temperature by exploiting the predictable increase in electrical resistance of a metal element as temperature rises. PT100 — the most common industrial type — uses a platinum element with a resistance of exactly 100 Ω at 0 °C. At 100 °C the resistance is approximately 138.5 Ω; the relationship is defined by the IEC 60751 standard (the α = 0.00385 Ω/Ω/°C coefficient curve).
**RTD vs Thermocouple — the core trade-off:** - **Accuracy:** PT100 offers ±0.15 °C (Class AA) to ±0.5 °C (Class B) accuracy. A Type K thermocouple is typically ±1.5 °C to ±2.5 °C. For processes where 1 °C matters, the RTD wins decisively. - **Range:** Thermocouples cover -200 °C to +1260 °C (Type K). PT100 covers -200 °C to +850 °C. For temperatures above 600 °C (furnaces, kilns, exhaust gas), a thermocouple is the only option. - **Linearity:** Platinum resistance vs temperature is nearly linear over the industrial range. Thermocouple output is nonlinear and requires a polynomial correction table in the module. - **Stability:** PT100 sensors drift less than 0.1 °C per year at moderate temperatures. High-temperature thermocouples can drift several degrees per year. - **Cost:** RTD sensors and their input modules cost more than thermocouple equivalents. For high-density temperature monitoring (10+ points), the cost differential becomes significant.
**2-wire, 3-wire, and 4-wire configurations** exist because the lead resistance of the cable between the RTD and the PLC module adds to the measured resistance, introducing a temperature error:
- **2-wire:** the cable resistance is included in the measurement. Accurate only for very short cable runs (<1 m) or when cable resistance is calibrated out. Avoid in industrial settings. - **3-wire:** the most common industrial configuration. A third conductor allows the module to measure and subtract the lead resistance. Eliminates most lead-resistance error assuming the three conductors have equal resistance (same gauge, same length, same temperature). - **4-wire (Kelvin):** true four-wire measurement. Two wires carry the excitation current; two separate wires measure the voltage drop across the element only. Lead resistance has zero effect. Used in precision laboratory and pharmaceutical applications. Requires a 4-wire RTD input channel.
**PLC wiring:** RTD input modules (e.g. Siemens SM331 RTD, Allen-Bradley 1756-IR6I) supply a precise excitation current to the RTD and measure the resulting voltage. The module applies the IEC 60751 linearisation and outputs a scaled integer — typically 0 to 27648 representing 0.0 °C to a configurable upper range. Shielded cable, grounded at the panel end only, is mandatory for accurate low-resistance measurement.
Use this when…
- Process temperature measurement requiring ±0.5 °C or better accuracy
- Long cable runs where thermocouple extension wire cost or signal noise is a concern
- Food, pharmaceutical, or water treatment where stability and repeatability over years matter
Where you will see it
Pharmaceutical batch reactor
PT100 sensors in a 4-wire configuration measure batch temperature to ±0.3 °C for GMP process validation — the linearity of platinum means calibration drift over a 5-year service life is negligible.
Water treatment
PT100 sensors monitor inlet/outlet temperatures on heat exchangers; the small temperature differences (2–5 °C) require the accuracy class that thermocouples cannot reliably achieve.
Next skill
Connect it to PLC logic
Unlock PLC integration challenges