HART Protocol: Digital Over Analog
What Is the HART Protocol?
In process industries worldwide, billions of dollars of infrastructure rely on simple 4-20mA analog loops to transmit measurements from field instruments to control rooms. The HART (Highway Addressable Remote Transducer) protocol adds a digital communication layer on top of these analog signals — without requiring any wiring changes.
Developed in the mid-1980s by Rosemount (now part of Emerson) and maintained as an open standard by the FieldComm Group, HART is installed in over 40 million devices globally, making it the most widely used smart instrument protocol in the process industry.
How It Works: FSK Modulation
HART uses Frequency Shift Keying (FSK) to superimpose a digital signal on the 4-20mA analog current. Two frequencies represent binary data:
- 1200 Hz represents logic 1 (mark)
- 2200 Hz represents logic 0 (space)
The FSK signal is symmetrical around zero, so its average value is zero and it does not affect the analog current reading. This means both analog and digital communication coexist on the same pair of wires simultaneously.
| Parameter | Value |
|---|---|
| Frequency for bit 1 | 1200 Hz |
| Frequency for bit 0 | 2200 Hz |
| Data rate | 1200 baud |
| Frame structure | 11 bits (start + 8 data + parity + stop) |
| Transaction time | ~500 ms for request/response |
The 1200 baud data rate is slow by modern standards, but it is sufficient for configuration, diagnostics, and secondary variable readout. The primary measurement is carried continuously by the analog signal.
Operating Modes
Point-to-Point Mode
This is the most common configuration. One device connects to one channel:
- The 4-20mA signal carries the Primary Variable (PV) continuously
- HART digital communication provides configuration, diagnostics, and up to 4 process variables (PV, SV, TV, QV)
For example, a Rosemount 3051 pressure transmitter outputs 4-20mA for pressure while simultaneously reporting sensor temperature, diagnostic status, and allowing remote recalibration over HART.
Multidrop Mode
Multiple devices (up to 15) share a single pair of wires:
- Each device is assigned a unique address (1-15)
- The analog current is fixed at 4mA (minimum)
- All data is transmitted digitally via FSK
- Continuous analog measurement is lost
| Feature | Point-to-Point | Multidrop |
|---|---|---|
| Devices per loop | 1 | Up to 15 |
| 4-20mA signal | Active | Fixed at 4mA |
| Update rate | Continuous (analog) + ~2/sec (digital) | ~2/sec per device |
| Use case | Measurement + diagnostics | Monitoring only |
| Wiring savings | One cable per device | One cable for 15 devices |
Multidrop mode is practical for applications that do not require fast updates, such as tank farm level monitoring.
Device Description (DD) and EDDL
Every HART device comes with a Device Description (DD) file. This file tells host software (such as AMS Device Manager or PACTware) everything about the device: available parameters, measurement units, valid configuration ranges, and calibration procedures.
The EDDL (Electronic Device Description Language) is the standard language for writing these files. It enables:
- Custom user interfaces for each device
- Automatic input validation
- Clear diagnostic messages
- Step-by-step calibration wizards
For engineers, this means any HART device from any manufacturer can be configured using the same host software — as long as the correct DD file is loaded. This is the principle of interoperability that makes HART valuable across multi-vendor installations.
Configuration Tools
Handheld Communicators
The Emerson 475 or Trex communicator is the most common field tool. Connect it to any point on the 4-20mA loop and it automatically identifies the connected device. Capabilities include:
- Live measurement readout
- Range adjustment
- Calibration (zero trim and span trim)
- Diagnostic log review
HART Multiplexers and Gateways
A HART Multiplexer enables DCS or SCADA systems to read digital HART data from dozens or hundreds of devices over a network. Instead of visiting each device in the field, an instrument engineer can monitor all equipment health from a workstation.
Solutions like Emerson AMS Device Manager provide a centralized dashboard showing:
- Device health status (healthy / warning / failure)
- Historical calibration records
- Predictive maintenance alerts
WirelessHART: The Wireless Generation
Released in 2007, WirelessHART (IEC 62591) was the first approved industrial wireless standard. It operates at 2.4 GHz (the same band as Wi-Fi) but uses fundamentally different techniques:
- Mesh networking: every device can relay data for its neighbors, providing redundant paths
- Frequency Hopping Spread Spectrum (FHSS): the signal hops across 15 channels to avoid interference
- AES-128 encryption: end-to-end data protection
- TDMA time management: each device transmits in a dedicated time slot to prevent collisions
| Feature | Wired HART | WirelessHART |
|---|---|---|
| Medium | Twisted pair | 2.4 GHz radio |
| Range | Up to 3000 m | 200 m between nodes |
| Power | Loop-powered (4-20mA) | Battery (5-10 years) |
| Update rate | 1200 baud | Configurable (1-60 sec) |
| Topology | Point-to-point / Multidrop | Mesh |
| Security | No encryption | AES-128 |
When to Use WirelessHART
WirelessHART is ideal when running cables is expensive or impractical:
- Rotating equipment monitoring (vibration, temperature)
- Sensors in hard-to-reach locations
- Rapid expansion projects without new infrastructure
- Environmental monitoring (gas leak detection, humidity)
A practical example: a cement plant installs 50 WirelessHART temperature sensors on main bearing housings across grinding lines. Installation takes two days instead of weeks of cable routing, and batteries last seven years.
Configuring a HART Device: Practical Steps
Here is a step-by-step example for commissioning a new HART pressure transmitter:
1. Electrical Wiring:
- Connect the transmitter to a 24 VDC supply through a loop resistor (typically 250 ohms)
- Verify correct polarity (+/-)
2. Initial Verification:
- Connect the handheld communicator to the loop
- Confirm model number and serial number
3. Basic Configuration:
- Set measurement type (absolute / gauge / differential)
- Define the measurement range (URV and LRV)
- Select engineering units (bar, psi, kPa)
- Set damping time according to process stability requirements
4. Calibration:
- Apply a known reference pressure
- Perform zero trim and span trim
- Record calibration date and results
5. Diagnostics:
- Check diagnostic messages
- Verify HART signal level is adequate
Summary
The HART protocol bridges the gap between legacy 4-20mA analog infrastructure and modern digital communication. FSK modulation adds a smart digital layer over existing wiring without modification. WirelessHART extends this concept into wireless territory with industrial-grade security and reliability. For any instrumentation and control engineer, understanding HART is not optional — it is an everyday necessity in process plants worldwide.