HART Protocol: How It Works and How to Use a HART Communicator

Share:

Instrumentation · Communication Protocols · HART

HART Protocol: How It Works and How to Use a HART Communicator

A complete beginner-to-intermediate guide to HART: what it is, how FSK works, point-to-point vs multidrop, what the four process variables are, and a step-by-step guide to using a HART field communicator in the plant.

Plain English Explanation FSK Diagram Included Step-by-Step Communicator Guide Troubleshooting Table

Walk into any modern process plant and you will find HART instruments on almost every control loop. Pressure transmitters, temperature transmitters, level instruments, flow meters, control valve positioners. The vast majority of smart field devices installed in oil and gas, chemical, water and power plants communicate using the HART protocol.

Yet many instrumentation technicians and engineers use HART every day without fully understanding how it actually works. They know how to connect a HART communicator, but they do not always understand why it needs a 250 ohm resistor, what FSK means, or what data is actually flowing through that 4-20 mA loop alongside the process variable.

This guide explains HART from the beginning: what it is, the clever physics behind how it works, what information it carries, and exactly how to use a HART communicator in the field to read diagnostics, configure transmitters and perform calibration. By the end you will have a complete working understanding of HART that goes well beyond just knowing how to press buttons on a communicator.

What this article covers
What HART stands for and where it came from  ·  How FSK superimposes digital on analogue without interference  ·  Point-to-point vs multidrop mode  ·  The four HART process variables (PV, SV, TV, QV)  ·  What information HART carries  ·  How to connect and use a HART communicator step by step  ·  Common HART problems and troubleshooting.
Advertisement
Advertisement

What Is HART Protocol?

HART stands for Highway Addressable Remote Transducer. It is a digital communication protocol that allows two-way communication between smart field instruments and host systems (DCS, PLC, handheld communicator) over the same two-wire cable that carries the standard 4-20 mA analogue signal.

In simple terms, HART allows a smart transmitter to do two things at the same time over the same pair of wires:

  1. Send the primary process measurement as a standard 4-20 mA analogue signal (which the DCS reads in the normal way)
  2. Simultaneously communicate digital information: secondary process variables, device status, diagnostics, configuration settings and more, to a HART communicator or HART-capable host system

This is the core genius of HART. It was designed to give you the benefits of digital communication without requiring you to change your existing 4-20 mA wiring or your existing DCS input cards. The plant's control system continues to read the 4-20 mA signal exactly as before. The HART digital signal rides on top of it invisibly.

HART in one sentence
HART is a hybrid analogue and digital protocol that superimposes a low-level digital signal on top of the 4-20 mA current loop, allowing two-way communication with smart field instruments without disturbing the analogue measurement signal.

A brief history

HART was originally developed by Rosemount Inc. in the late 1980s, based on the Bell 202 telephone modem standard, the same technology that brought caller ID to landline telephones. The protocol was made open and vendor-independent in 1993 when the HART Communication Foundation was established. Today it is governed by the FieldComm Group and is installed in more than 40 million devices worldwide, making it the most widely deployed digital field communication protocol in the process industries.

HART Communication Protocol Flow Chat
Figure 1: HART Communication Protocol Flow Chat

Watch: HART Protocol Explained (Video)

Before diving deeper into the technical detail, this short video from RealPars gives an excellent visual explanation of how HART works alongside the 4-20 mA signal:

What Is HART Protocol? By RealPars (Industrial Automation Education)

How HART Works: Frequency Shift Keying (FSK) Explained

The key to understanding HART is understanding how a digital signal can sit on top of an analogue current signal without corrupting it. The answer is a technique called Frequency Shift Keying (FSK).

Here is the physics in plain language:

  • The 4-20 mA analogue signal is a DC (direct current) signal. Its value at any moment represents the process measurement.
  • The HART digital signal is an AC (alternating current) sine wave signal superimposed on top of the DC loop current.
  • The digital signal uses two frequencies: 1,200 Hz represents a binary 1 and 2,200 Hz represents a binary 0.
  • Critically, the HART sine wave is symmetrical: the positive half of each cycle exactly cancels the negative half. The net effect on the DC current level is zero. The average of the AC signal adds nothing to the DC value.
  • This means the 4-20 mA analogue reading is completely unaffected by the HART digital signal riding on it.
HART Signal: 4-20 mA Analogue + FSK Digital Superimposed 0 mA 4 mA 12 mA 20 mA 4-20 mA DC signal Bit 1 = 1,200 Hz Bit 0 = 2,200 Hz Bit 1 = 1,200 Hz The FSK sine wave is symmetrical: net average = 0. The DC 4-20 mA level is unchanged. 4-20 mA analogue (DC) HART digital bit 1 (1,200 Hz) HART digital bit 0 (2,200 Hz)

Figure 1: HART uses Frequency Shift Keying (FSK) to superimpose a digital signal on the 4-20 mA loop. Binary 1 = 1,200 Hz and Binary 0 = 2,200 Hz. Because the sine wave averages to zero, the DC analogue reading is completely unaffected.

The HART digital signal communicates at 1,200 baud (bits per second). This allows two or more digital updates per second from a smart field device. It is slow by modern standards, but it is fast enough for field device configuration, diagnostics and secondary variable reading, which change slowly in process applications.

Why 250 ohms is required
A HART communicator needs a minimum of 250 ohms resistance in the loop to detect and generate the FSK signal correctly. A DCS input card typically provides this. If you are bench-calibrating a transmitter with a direct ammeter (which has near-zero resistance), add a 250 ohm resistor in series with the loop. Without it, the HART communicator will show "No Device Found" even though the transmitter is powered and outputting a correct 4-20 mA signal.
Advertisement
Advertisement

HART Communication Modes: Point-to-Point vs Multidrop

HART instruments can be configured to operate in one of two network modes:

FeaturePoint-to-Point ModeMultidrop Mode
How it worksOne HART device per loop. 4-20 mA carries the primary variable. Digital HART rides alongside.Multiple HART devices (up to 15) on a single pair of wires. Each device has a unique poll address (1-15).
Analogue outputActive: 4-20 mA represents the process variableFixed at 4 mA. All communication is digital only.
Poll addressAddress 0 (default for all HART devices)Address 1 to 15 (each device has a unique address)
Typical useThe standard mode for almost all HART field instruments in process plantsRemote monitoring, asset management, where analogue control is not required
Number of devices per loopOneUp to 15
Update rate2 or more digital updates per second plus continuous 4-20 mASlower digital-only updates shared across all devices on the loop
Point-to-point is the standard
Almost every HART instrument you encounter in a process plant will be in point-to-point mode (address 0). Multidrop is used in specific applications such as well monitoring in oil and gas, where multiple sensors at a remote site all communicate back to a single SCADA RTU over one cable pair. If your HART communicator shows "No Device Found" check whether the device has been set to a non-zero poll address. This is a common cause of communication failure.

What Information Does HART Carry?

The HART digital signal carries a rich set of information that goes far beyond the single process variable available from the 4-20 mA signal alone. Understanding what is available helps you get far more value from your HART instruments.

The four process variables

Every HART-capable instrument can transmit up to four process variables digitally. These are labelled PV, SV, TV and QV. For a multivariable instrument like a Coriolis flow meter, all four carry different measurements. For a simple pressure transmitter, PV is pressure and the others may be secondary calculations.

VariableFull nameExample: Pressure transmitterExample: Coriolis flow meter
PVPrimary VariableProcess pressure (also the 4-20 mA signal)Mass flow rate (also the 4-20 mA signal)
SVSecondary VariableSensor temperature (internal)Density
TVThird VariableCalculated % of rangeFluid temperature
QVFourth VariableLoop current (mA value)Volumetric flow rate

See our detailed article on process variables in HART transmitters: PV, SV, TV and QV explained for more on this.

Device status and diagnostics

Beyond process variables, HART carries continuous device status and diagnostic information. This is one of the most powerful and underused features of HART. Every time a HART communicator reads a device, it also receives:

  • Device status byte: Reports whether the device is operating normally, has an active alarm, is in fixed-current mode, or has a hardware failure
  • Additional device status: More detailed flags including loop current saturated, primary variable out of limits, non-primary variable out of limits
  • Extended diagnostics (on HART 7 devices): Advanced diagnostics including sensor failure, electronics failure, configuration changed flag, and maintenance required warnings

Configuration data

Through a HART communicator or HART-capable DCS, you can read and write the transmitter's configuration including:

  • Tag name and description
  • Lower and upper range values (LRV and URV)
  • Engineering units
  • Damping value
  • Transfer function (linear or square root)
  • Sensor type and configuration (for temperature transmitters)
  • Alarm and saturation limits

How to Connect a HART Communicator

HART Communicator Connection Points in a Live Loop DCS / PLC Analogue input 250Ω in card +ve wire -ve wire HART Communicator clips anywhere on the loop wires Junction Box Good access point for communicator Smart Transmitter 4-20 mA + HART The HART communicator connects in parallel across the loop wires at any convenient point: DCS terminals, junction box terminals, or transmitter terminals. A minimum of 250 ohms must be present in the loop for HART to communicate. DCS input cards typically provide this.

Figure 2: The HART communicator connects in parallel across the loop wires at any convenient point. No loop break is needed. The communicator clips onto the loop at the DCS terminals, the junction box or the transmitter terminals.

Three places you can connect a HART communicator
  • At the DCS/PLC input terminals: Convenient from the control room. Access requires opening the marshalling cabinet.
  • At the field junction box: The most practical field location. Loop terminals are accessible without disturbing the transmitter.
  • At the transmitter terminals: Direct connection. Useful when the transmitter is in a accessible location and you want to verify configuration at the device itself.
Advertisement
Advertisement

How to Use a HART Communicator: Step-by-Step

The procedure below uses the Emerson 475 Field Communicator as the reference, which is the most widely used HART communicator globally. Other brands (Beamex, Meriam) follow the same general steps. Full product documentation is available on the Emerson 475 Field Communicator product page.

  1. Connect the communicator to the loop Clip the two HART communicator leads (red and black) across the loop wires in parallel. Polarity does not matter for HART communication. Connect either way around. Then confirm the loop is powered (24V DC) and that 250 ohms or more of resistance is present in the loop. The communicator draws power from its internal battery only.
  2. Power on and select HART Press the power button on the 475. From the main menu, tap the HART application icon. The communicator will begin searching for a HART device on the loop. This takes 5 to 15 seconds. If it finds a device, it will display the device tag, model and PV reading.
  3. Read the online menu The communicator connects online and displays the Home screen showing: Tag name, PV (primary variable with engineering units), AO (analogue output in mA) and device status. Navigate using the arrow keys or touchscreen. The typical menu structure is: Home screen → 1 Device Setup → 2 Diagnostics → 3 Review.
  4. Read process variables and status From the Home screen you can see PV, SV, TV and QV (if available for your device), the 4-20 mA output value, and any active alarm flags. For a pressure transmitter this gives you pressure, sensor temperature and loop current all at once, far more than the DCS sees from the 4-20 mA signal alone.
  5. Check device configuration Navigate to Device Setup to view the current configuration: tag, range (LRV and URV), units, damping, transfer function (linear or square root) and alarm settings. If any of these are wrong, this is where you correct them. Always review configuration before performing any calibration.
  6. Perform sensor trim / calibration For calibration, navigate to Device Setup then Calibration (or Sensor Trim depending on the device manufacturer). Follow the on-screen prompts. The communicator will ask you to enter the reference value (actual temperature, actual pressure etc.) and apply the trim. See our full guide on how to calibrate a temperature transmitter and how to calibrate a differential pressure transmitter for detailed procedures.
  7. Read diagnostics Navigate to Diagnostics or Device Status to view detailed fault flags. Smart transmitters report specific faults: sensor open circuit, electronics failure, configuration changed, primary variable saturated, loop current fixed mode active, and more. Reading diagnostics regularly is one of the most valuable uses of a HART communicator.
  8. Send (write) any changes to the device Any configuration or calibration changes made through the communicator are held in the communicator's memory until you send them to the device. Always look for a SEND button or prompt after making changes. If you close the communicator without sending, the changes are lost and the device is unchanged.
  9. Verify and disconnect After any changes, return to the Home screen and verify the PV, mA output and tag are correct. Disconnect the communicator leads. The loop continues operating normally throughout.
Loop current fixed mode: a critical warning
Many HART communicator functions (including sensor trim and fixed output test) put the transmitter into a fixed loop current mode, where the 4-20 mA output is held constant regardless of the actual process measurement. This means the DCS sees a frozen reading. Always inform the control room before entering fixed-current mode and ensure any associated control loops are in manual. The communicator will warn you when fixed-current mode is active and will exit it automatically when you disconnect.

The HART Loop Resistor: Why It Is Essential

The 250 ohm minimum loop resistance requirement is one of the most commonly misunderstood aspects of HART. Here is a clear explanation.

The HART FSK signal is a low-level voltage signal (approximately 0.5V peak-to-peak). For the communicator to generate and detect this voltage reliably, it needs a minimum impedance in the loop to work against. This is Ohm's law: V = I × R. With 250 ohms in the loop and a typical HART signal current of about 2 mA peak, the resulting voltage across the resistor is approximately 0.5V, which is enough for reliable HART detection.

Without 250 ohms, the voltage signal effectively collapses because the impedance is too low. The communicator and the transmitter cannot decode each other's signals. Read our detailed article on the HART loop resistor in HART communication for further explanation.

SituationResistor needed?Notes
Loop connected to DCS input cardUsually noMost DCS analogue input cards have 250 ohms built in. Check your DCS input card datasheet to confirm.
Loop connected to a simple ammeter (bench calibration)Yes, add 250 ohm in seriesAn ammeter has near-zero resistance. You must add an external 250 ohm resistor in series to enable HART communication.
Loop with a HART multiplexerUsually noHART multiplexers include the required impedance. Check manufacturer specification.
Long cable run with high cable resistanceNo additional resistorCable resistance contributes to loop resistance. At some point, cable resistance alone may exceed 250 ohms. Check total loop resistance.
Zener barrier in intrinsically safe loopUsually noMost IS barriers include sufficient series resistance for HART. Some older barriers may need a supplementary resistor.

HART Communication Problems: Troubleshooting Table

ProblemLikely causeFix
"No Device Found" / communicator cannot connectLess than 250 ohms in loop. No loop power. Wrong poll address. Device not HART-capable.Verify 250 ohm minimum resistance. Check 24V power at transmitter. Try polling addresses 0-15 (poll all). Confirm device is HART-enabled (check datasheet).
Intermittent HART communication dropsHigh electrical noise on the loop (from VFDs, contactors, poor cable shielding). Loop resistance too close to 250 ohm minimum.Check cable shielding and grounding. Increase loop resistance slightly above 250 ohms. Route HART cables away from power cables. Add HART filter at DCS input if required.
Communicator connects but device description is unknownHART Device Description (DD) file for that specific device model is not loaded on the communicator.Update the communicator DD library. Connect the communicator to a PC and download the latest DD files from the manufacturer. The device will still communicate in generic mode but not all functions will be accessible.
Configuration changes written but device returns to old settingsWrite protection enabled on device. Changes sent but device rejected them (range outside limits). Soft write protection via HART lock.Check device write protect switch (physical or software). Verify the configuration values are within the device's specified limits. Unlock write protection through the communicator menu.
DCS shows correct reading but HART communicator shows different valueDevice is in simulation or test mode. Communicator is reading digital value while DCS is reading analogue. Offset in output trim.Check whether fixed-current or simulation mode is active on the device. Verify output trim is correct (digital and analogue should match). Exit simulation mode.

Further Reading and External Resources

High authority external resources on HART protocol
Advertisement
Advertisement

Frequently Asked Questions: HART Protocol

What does HART stand for?
HART stands for Highway Addressable Remote Transducer. It is a digital communication protocol that superimposes a digital signal onto the standard 4-20 mA analogue current loop, allowing two-way communication with smart field instruments without changing existing wiring.
Why is a 250 ohm resistor needed for HART communication?
The HART FSK signal is a low-level voltage signal. A minimum of 250 ohms resistance in the loop is needed for the communicator to generate a detectable voltage using Ohm's law. Without it, the signal collapses and HART communication fails. DCS input cards usually include this resistance. Add an external 250 ohm resistor only when calibrating on a bench with a direct ammeter.
Does the HART signal affect the 4-20 mA reading?
No. The HART FSK sine wave is symmetrical: its positive half exactly cancels its negative half, so the net effect on the DC current level is zero. The 4-20 mA analogue reading is completely unaffected during HART communication. This is the core design principle that makes HART backward-compatible with existing analogue systems.
What is the difference between PV, SV, TV and QV in HART?
These are the four process variables transmitted digitally by a HART device. PV (Primary Variable) is the main measurement and also represents the 4-20 mA output. SV, TV and QV are secondary measurements. For a Coriolis meter, these would be mass flow, density, temperature and volumetric flow all on one device.
Can I use a HART communicator without interrupting the process?
Yes. The HART communicator clips onto the loop in parallel without breaking the loop wires. The 4-20 mA signal continues flowing normally during communication. The only exception is when you use fixed-current or simulation functions which freeze the mA output. Always put the control loop in manual before using these functions.
What is the HART communication speed?
HART communicates at 1,200 baud (bits per second), which allows two or more digital updates per second. This is slow compared to modern industrial protocols but sufficient for field device configuration, diagnostics and monitoring of process variables that change slowly.

What we learn today

  • HART (Highway Addressable Remote Transducer) is a hybrid analogue and digital protocol that communicates digitally over the same 4-20 mA wires without disturbing the analogue signal.
  • HART uses Frequency Shift Keying (FSK): 1,200 Hz = binary 1 and 2,200 Hz = binary 0, superimposed on the DC current loop as a symmetrical AC sine wave that averages to zero.
  • A minimum of 250 ohms resistance must be present in the loop for HART communication to work. DCS input cards typically provide this; add an external resistor only when calibrating on a bench with an ammeter.
  • HART carries far more than just the process variable: secondary measurements (SV, TV, QV), device status, diagnostics, and full configuration data are all available digitally.
  • Point-to-point mode (address 0) is the standard for almost all HART installations. Multidrop mode (up to 15 devices per loop) is used for remote monitoring applications where analogue control is not required.
  • The HART communicator connects in parallel across the loop wires without breaking the loop. The 4-20 mA signal continues normally during HART communication.
  • Always inform the control room and put loops in manual before using fixed-current mode, sensor trim or simulation functions that freeze the transmitter output.
  • HART is installed in over 40 million devices worldwide and remains the most widely deployed digital field communication protocol in the process industry today.

I hope you like above blog. There is no cost associated in sharing the article in your social media. Thanks for Reading !! Happy Learning

Leave a Reply

Your email address will not be published. Required fields are marked *