Skip to content
RFrftools.io
SensorsApril 3, 202612 min read

PT100 & PT1000 Temperature Sensors: Engineering Guide

Learn how to accurately calculate PT100/PT1000 sensor resistance, understand temperature sensitivity, and avoid common measurement pitfalls.

Contents

Understanding Platinum Resistance Temperature Detectors (RTDs)

Platinum resistance temperature detectors (RTDs) like PT100 and PT1000 are workhorses in industrial temperature measurement. These sensors leverage the predictable resistance-temperature relationship of platinum to deliver precision measurements across wide temperature ranges.

The Physics Behind RTD Resistance

Platinum RTDs operate on a fundamental principle: as temperature increases, the electrical resistance of platinum increases linearly. The standard equation describing this relationship is:

R(t)=R0[1+α(tt0)]R(t) = R_0[1 + \alpha(t - t_0)]

Where:

  • R(t)R(t) is resistance at temperature tt
  • R0R_0 is resistance at reference temperature (typically 0°C)
  • α\alpha is the temperature coefficient of resistance (for platinum, typically 0.00385 Ω/Ω/°C)

Practical Considerations for Engineers

Most engineers encounter two primary RTD types: PT100 (100 Ω at 0°C) and PT1000 (1000 Ω at 0°C). The key difference? Scaling. A PT1000 provides ten times the resistance change of a PT100, which translates to better noise immunity and easier signal conditioning.

Worked Example: Temperature to Resistance Calculation

Let's calculate the resistance of a PT100 sensor at 75°C. Using our standard platinum RTD equation:

  1. R0R_0 = 100 Ω
  2. α\alpha = 0.00385 Ω/Ω/°C
  3. Temperature = 75°C
R(75)=100imes[1+0.00385imes(750)]R(75) = 100 imes [1 + 0.00385 imes (75 - 0)]
R(75)=100imes[1+0.00385imes75]R(75) = 100 imes [1 + 0.00385 imes 75]
R(75)=100imes[1+0.28875]R(75) = 100 imes [1 + 0.28875]
R(75)=128.875ΩR(75) = 128.875 \, \Omega

Common Pitfalls and Engineering Gotchas

Rookie mistake #1: Assuming linear behavior across all temperatures. Real-world platinum RTDs have slight non-linearities, especially at extreme temperatures.

Rookie mistake #2: Ignoring lead wire resistance. In precision measurements, those extra milliohms matter. Always use 3-wire or 4-wire configurations to compensate.

Signal Conditioning Challenges

RTD circuits require careful design. You'll typically need:

  • Precision current source (usually 1–5 mA)
  • High-resolution ADC
  • Temperature compensation circuitry

When to Choose PT100 vs PT1000

  • PT100: Lower cost, standard industrial applications, moderate precision requirements
  • PT1000: High-precision measurements, longer cable runs, better noise rejection

Practical Measurement Tips

  1. Use constant current sources
  2. Minimize lead wire lengths
  3. Shield measurement circuits
  4. Calibrate periodically

Try It Out

Open the PT100/PT1000 Resistance vs Temperature calculator and start exploring your sensor's behavior. Experiment with different temperatures and sensor types to build intuition.

Pro tip: Always validate theoretical calculations with actual measurements. Math is great, but real-world validation wins every time.

Related Articles