Back To Basics: 4-20mA Current Loops

I think the 4–20mA current loop is one of the simplest and most reliable ways to send analog sensor data over long distances. I’ll share a bit of history, why those spans exist, and some practical tips from my experience.

4-20mA loop

The 4–20mA loop dates back to 1950s process industries. The idea of a current loop really took hold when plants had to move from using pneumatic control (3–15 psi, purely mechanical) to electronic signals. Engineers needed a signal that could travel long over noisy wires without degrading. It was expensive to detect signals below 3psi hence the lower range of 3psi got stuck. By driving a constant current rather than a voltage, you avoid voltage‐drop issues in the field wiring: no matter what resistance the wires add, the receiver always sees the same current. BTW, lower limit is 4mA and not 0mA because of “live zero” measurement. It means if we use 0mA we can’t detect if the value is actually meant to zero or the loop is broken because of power loss or wire-break in circuit.

Technically, a 4–20mA loop is just that: the sensor or transmitter adjusts its internal resistance so that it draws between 4mA (minimum) and 20mA (maximum) from a fixed 24V DC supply. The controller reads that current across a shunt resistor (commonly 250Ω, so 4mA→1V, 20mA→5V) into an ADC(If its Vref is in that range). Why 20mA at the top end? It’s a practical limit. Early transistors and relays tolerated up to around 20mA without burning out or dropping too much voltage.

In practice, you’ll see 4–20mA used for pressure transducers, temperature transmitters, flow meters, level sensors, pH probes, and almost any industrial instrument.  When practically implementing circuits for 4-20mA, make sure to take care of ground loops and to have isolation circuit in the front end of your receiver, purely as you are working in industrial environments. There are a lot of ready-made ICs from major suppliers to help build the 4-20mA loops. Search online and pick from them.

Fun fact: you can layer HART digital communication onto a 4–20mA loop without disrupting the analog measurement, allowing for diagnostics.

If you liked the post, Share it with your friends!

Back To Basics: RTD

This week lets discuss RTDs or Resistance Temperature Detectors.

They’re simple sensors where the resistance of a metal element changes predictably with temperature. So how does it work? As the temperature rises, the vibrations in the metal lattice increase, scattering electrons and raising resistance, which can be measured. They are not thermocouples. A thermocouple uses two dissimilar metals, while an RTD uses a resistive wire element.

RTD

Sensing wires in RTDs are typically made from metals like platinum (Pt), Nickel, or Copper. Common ones are named Pt100 and Pt1000 because they indicate the resistance at a base temperature of 0 °C – Pt100 has 100Ω resistance, and Pt1000 has 1000Ω. So Pt1000 will have higher resolution. IEC 60751 is the international standard that specifies the temperature‑vs‑resistance relationship, accuracy tolerance classes (e.g. Class A, Class B) for industrial platinum RTDs. Based on construction type, Platinum RTDs can be wire-wound around a substrate, thin film pattern deposited on a substrate, or coiled wire type.

RTDs are split based on sensing wire configurations, as 2-wire, 3-wire, and 4-wire types. The 2-wire RTD is the simplest and cheapest, but it includes lead wire resistance in its measurement, causing accuracy limitations. The 3-wire RTD compensates for lead wire resistance by measuring the resistance in the third wire, significantly increasing accuracy for most industrial applications. The 4-wire RTD provides the highest accuracy by fully eliminating lead wire resistance errors, making it ideal for precision measurements.

RTDs particularly superior in precision applications ranging from -200 °C to 600 °C compared with thermocouples. Its output is linear, and Platinum elements change very little over time, minimizing recalibration frequency. Very good for long term use with minimal drift under 0.1 °C in industrial and medical devices.

Practical tip: choose wire-wound elements for stability, thin-film for quick response and compactness, or coiled-film if you need the best of both worlds, especially under vibration.

Try them out in your projects if you haven’t already. ????

If you liked the post, Share it with your friends!
1 4 5 6 7 8 65