← SCADA & Industrial Controls Studio
Concept Explainer · SCADA

HART vs. 4–20 mA

This isn't really a "versus" at all. 4-20 mA is the base analog signal; HART is a digital protocol that rides on top of that exact same current loop, on the exact same two wires, without disturbing the analog reading underneath it.

"HART vs. 4-20mA" gets searched and discussed as if they were two competing signaling standards — pick one for your new instrument. They are not competitors. 4-20 mA is the base standard: a DC current loop where the process variable is encoded purely as current level between 4 mA (0% of range) and 20 mA (100% of range), one variable per loop, no inherent digital content. HART (Highway Addressable Remote Transducer) is a digital communication protocol, developed by Rosemount in the 1980s and now maintained by the FieldComm Group, that superimposes a low-amplitude Frequency Shift Keying (FSK) signal on top of that same 4-20 mA loop. Because the FSK tones average to zero over time, they don't shift the DC current the analog control system is reading — a HART-capable transmitter is simultaneously a perfectly normal 4-20 mA device and a device that can report diagnostics, secondary variables, tag names, and configuration over the same two wires, to any handheld or host that knows how to listen for the digital layer.

Pure 4-20 mA: analog-only pressure loop

Analog Only
PRESSURETRANSMITTER1 process variable2-wire loop4–20 mA CURRENTflat DC level = the reading4mA = 0%, 20mA = 100%PLC ANALOGINPUT CARDscales to engineering unitsone variable, one wire pair, no diagnostics, no tag name —the loop can only ever say "pressure is X%"
What's on the wire
Analog current only
A steady DC current level between 4 and 20 mA, linearly scaled to the process variable's range — nothing else.
Variables per loop
One
The current level can only represent a single process variable — no diagnostics, no secondary readings, no identity.

HART-enabled: same wires, digital signal riding on top

Analog + Digital Overlay
HART PRESSURETRANSMITTERPV + up to 3 more varssame 2 wiresSAME 4–20 mA + HART FSK1200/2200 Hz FSK, ±0.5 mA, averages to 0DC level unaffectedPLC ANALOGINPUT CARDreads current as beforeHANDHELD / HOSTreads diagnostics, tag, configboth layers coexist on the same two wires at once
What's on the wire
Analog + digital overlay
The same 4-20 mA DC level, plus a ±0.5 mA FSK digital signal (1200 Hz = "1", 2200 Hz = "0") that averages to zero.
Variables per loop
Primary + up to 3 more
Plus diagnostics, tag name, range, and configuration — all readable digitally without disturbing the analog PV.
Why this works

The digital signal is engineered to average to zero — that's the entire trick.

HART's FSK modulation uses two audio-range frequencies — 1200 Hz representing a digital "1" and 2200 Hz representing a "0", per the original Bell 202 modem standard — superimposed on the 4-20 mA loop at a small amplitude, typically around ±0.5 mA. Because a sine wave's average value over a full cycle is zero, and because those cycles are fast relative to how a standard analog input card's low-pass filtering responds, the FSK tones don't shift the DC current that a conventional analog input is reading. That is precisely why HART could be retrofitted onto the existing installed base of 4-20 mA wiring in the 1980s without requiring anyone to rewire a plant: a HART transmitter connected to a plain analog input still delivers a perfectly normal 4-20 mA reading, while a HART-aware handheld communicator or host system clipped onto the very same two wires can additionally read diagnostics, a secondary and tertiary process variable, device tag, range settings, and configuration — none of which the analog side even knows is happening.

Common misconception
"HART replaced 4-20 mA — new instruments use HART instead."

Backwards. HART does not replace the 4-20 mA loop — it requires it. Every HART transmitter is a 4-20 mA transmitter first; the analog current is still the primary variable, and it's still what most PLC analog input cards and safety instrumented systems actually use for control and trip decisions. What HART adds is a digital communication channel riding on top of that same current, used mainly for device configuration, calibration, and diagnostics via a handheld communicator or a host system with a HART interface — not typically as the primary path for fast control loop feedback, since polling a device digitally over HART (roughly 2 updates per second per device on a point-to-point connection) is far slower than the continuous analog signal. There is a separate, genuinely different option — all-digital fieldbus protocols like FOUNDATION Fieldbus or PROFIBUS PA, which do replace the analog current loop with a fully digital multi-drop bus — and thatcomparison is the real "digital replaces analog" story. HART itself was explicitly designed as a backward-compatible overlay, not a replacement, so a plant can retrofit smart-instrument diagnostics onto existing 4-20 mA wiring without touching the analog control path at all.

Related Concept Explainers
4-20mA vs. 0-10V Signals
Why current loops won out over voltage signaling for the analog layer HART rides on
RTU vs. PLC
The controllers on the other end of the loop reading the 4-20 mA analog input

HART vs. 4–20 mA — Concept Explainer

Clarifies that HART is not a competing protocol to 4-20 mA — it's a digital FSK communication signal superimposed on top of the same 4-20 mA current loop, letting a HART-capable field device report diagnostics, additional process variables, and configuration over the same two wires without disturbing the underlying analog reading. Illustrated with a pure analog 4-20 mA loop next to the same loop with HART's digital overlay added.

Why This Is Commonly Confused

The phrase "HART vs. 4-20mA" gets searched constantly as though the two were alternative signaling standards a designer chooses between, similar to choosing between 4-20mA and 0-10V. That framing is understandable — instrument datasheets list "4-20mA" and "HART" as separate spec-sheet line items, and procurement conversations often ask "analog or HART?" as if they were mutually exclusive options. But every HART instrument is also a 4-20mA instrument; HART cannot exist without the analog loop underneath it. The question being asked is really "plain 4-20mA, or 4-20mA with the HART digital overlay added," not a choice between two different signal types.

What Each One Actually Is

4-20 mA is an analog current-loop standard: the process variable is encoded purely as a DC current level, linearly scaled so 4 mA represents 0% of the transmitter's calibrated range and 20 mA represents 100%. Starting the range at 4 mA rather than 0 mA — a "live zero" — lets a receiving system distinguish a genuine 0% reading from a broken wire or dead transmitter, since a true fault reads 0 mA. A single 4-20 mA loop carries exactly one process variable and nothing else; there is no inherent digital content.

HART (Highway Addressable Remote Transducer) is a digital communication protocol, originally developed by Rosemount and now maintained by the FieldComm Group, that superimposes a Frequency Shift Keying (FSK) signal on top of that same current loop — per the Bell 202 standard, 1200 Hz representing a digital "1" and 2200 Hz representing a "0," at a small amplitude (roughly ±0.5 mA) that averages to zero over each cycle and therefore doesn't shift the DC current an analog input reads. A HART-enabled device can report a primary variable (still the 4-20 mA signal) plus up to three additional secondary variables, diagnostic status, device tag, calibration range, and configuration — all over the digital layer, readable by a handheld communicator or a host system with HART capability, entirely independent of whatever the analog side is doing.

Where This Matters in Instrumentation Design

The practical decision in the field is rarely "HART or 4-20mA" — it's whether to use HART's digital layer for anything beyond what the vendor ships by default (nearly all modern smart transmitters are HART-capable out of the box, whether or not anyone uses that capability), and how to wire the host system to take advantage of it. A control system can ignore HART entirely and just read the analog PV through a standard analog input card — perfectly valid, and still how most fast control loops actually get their feedback, since digital HART polling (roughly 2 updates/second per device point-to-point) is far slower than the continuous analog signal. Where HART earns its keep is asset management: a technician with a HART handheld communicator can walk up to any HART transmitter, wired anywhere, and pull diagnostics, verify calibration, or check for a sensor drift alarm without breaking the analog loop or taking the instrument out of service — a workflow that plain 4-20 mA instruments can't support at all. Multidrop HART configurations (multiple transmitters sharing one pair of wires, digital-only, no valid analog signal) exist for pure monitoring points but are a specialized minority case, not the typical use.

Frequently asked questions

Can I run a HART transmitter on a plain analog input with no HART capability?

Yes. Because HART's FSK signal is engineered to average to zero and not shift the underlying DC current, a HART transmitter functions as a completely normal 4-20 mA device on any standard analog input card. You simply won't be able to access the digital diagnostics, secondary variables, or configuration unless the host system (or a handheld communicator clipped onto the loop) is HART-aware.

Does adding HART communication slow down or interfere with the analog signal used for control?

No — that's the entire point of the design. The digital FSK tones are a small, fast-averaging-to-zero signal layered on top of the DC current; the analog process variable continues to update and drive the loop current exactly as it would without HART. HART's digital polling is comparatively slow (on the order of a couple of updates per second) and is not typically used as the primary path for fast control-loop feedback, which still relies on the continuous analog signal.

What does HART's 'live zero' at 4 mA (instead of starting at 0 mA) actually protect against?

It lets the receiving system distinguish a genuine 0% process reading from a fault condition. If the transmitter, wiring, or power supply fails, the loop current drops to 0 mA — which is unambiguously different from a real 4 mA reading at the low end of the range. Starting the scale at 0 mA would make a true 0% reading indistinguishable from a dead loop, which is a meaningful safety and diagnostic gap in process instrumentation.

Is HART the same thing as a fieldbus protocol like FOUNDATION Fieldbus or PROFIBUS PA?

No, and this is the comparison people sometimes actually mean when they say "HART vs. 4-20mA." FOUNDATION Fieldbus and PROFIBUS PA are genuinely all-digital protocols that replace the analog current loop entirely with a multi-drop digital bus carrying multiple devices' data over shared wiring, with no analog signal present at all. HART, by contrast, requires and preserves the analog 4-20 mA signal underneath its digital overlay — it's an addition to the analog loop, not a replacement for it.

How many devices can share one HART loop?

In the standard point-to-point configuration (one transmitter, one analog loop, HART overlay optional), it's one device — the same as a plain 4-20 mA loop. HART also defines a multidrop mode where multiple transmitters (typically up to 15) share one wire pair using unique polling addresses, but in multidrop mode every device's current is fixed at a constant value (commonly 4 mA) and the analog signal is no longer meaningful — communication is entirely digital in that mode, which is a specialized monitoring-only configuration rather than the typical single-loop HART deployment.

🎓

Try our SCADA Studio

More calculators, simulators, and guides for this discipline.

Related tools & guides

Instrumentation & Control Loop DesignerSCADA System Architecture: Field Devices, RTUs, SCADA Servers, and HMI DesignSCADA System Architecture (interactive diagram)