HART - 4-20mA protocol with a digital overlay and its security
HART (Highway Addressable Remote Transducer) - 4-20mA protocol with FSK signaling, no authentication, physical protection of junction boxes. OT Protocol Encyclopedia.
Jozef Sulwinski
HART (Highway Addressable Remote Transducer) is a communication protocol that combines an analog 4-20 mA signal with digital data transmission using FSK (Frequency Shift Keying). Developed in 1986 by Rosemount (now Emerson), HART solved a fundamental problem in process automation - how to add digital communication (diagnostics, calibration, parameterization) without replacing existing 4-20 mA analog wiring.
Today, HART is the most widely used protocol for field device communication in the world - with over 40 million installed devices. The standard is maintained by FieldComm Group, and the current version HART 7 supports both classic analog communication and multidrop mode.
Protocol architecture
The unique feature of HART is the coexistence of analog and digital signals on the same wire:
| Parameter | HART (analog + FSK) |
|---|---|
| Physical layer | 4-20 mA (analog) + FSK 1200/2200 Hz (digital) |
| Topology | Point-to-point (typical) or multidrop (up to 63 devices) |
| Digital speed | 1200 bps (Bell 202 FSK) |
| Authentication | None |
| Encryption | None |
| Integrity | Checksum (error detection, not cryptographic protection) |
| Range | Up to 3000 m (depending on loop impedance) |
| Power | From current loop (2-wire) |
The FSK signal is superimposed on the 4-20 mA current loop as an oscillation with a zero mean value - it does not affect the analog reading. This means:
- The 4-20 mA analog signal carries the process variable in real time (e.g. temperature) - read by standard analog input cards in PLC/DCS systems
- The HART digital signal carries additional variables, diagnostics, configuration parameters, and calibration - read by a HART communicator or HART multiplexer
In point-to-point mode (the most common), a single transmitter communicates with the DCS/PLC system. In multidrop mode, the analog signal is fixed at 4 mA, and all communication is digital - this mode is less commonly used due to low speed.
Applications
HART is the standard in process automation:
- Chemical and petrochemical industry - pressure, temperature, level, and flow transmitters
- Energy - monitoring boiler, turbine, and desulfurization plant parameters
- Water and wastewater - flow, pH, turbidity, and tank level measurement
- Pharmaceuticals - process parameter control with full device diagnostics
TIP
Many HART installations do not use the digital channel in daily operation - the DCS system reads only the 4-20 mA analog signal. Despite this, the HART channel is active and responds to queries. An attacker with a HART communicator (a compatible USB modem costs a few hundred dollars) can read diagnostics, change calibration parameters, or modify the transmitter’s measurement range.
Security assessment
The HART protocol has no security mechanisms - it was designed in an era of complete physical isolation of field instrumentation.
Vulnerabilities:
- No authentication - any device connected to the current loop (or junction box) can send HART commands to the transmitter. A HART communicator connected at any point on the loop gains full access to device configuration
- No encryption - HART commands and responses are transmitted in plaintext. A HART modem allows eavesdropping on all communication
- No command-level access control - HART defines three command levels (universal, common practice, device-specific), but does not control who sends them
- Physical accessibility - the 4-20 mA current loop runs from the field transmitter to the control cabinet, often over hundreds of meters, through junction boxes located in the field
Attack scenarios:
- Calibration tampering - an attacker changes the transmitter’s measurement range (e.g. from 0-100C to 0-200C), causing the DCS system to read false values
- Parameter modification - changing damping, units, or operating mode of the transmitter
- Diagnostics as reconnaissance - reading the device tag, description, model, and serial number provides a map of field instrumentation
- Write-protect bypass - many transmitters have a physical write-protect switch, but it is disabled by default
Segmentation and protection
Protecting HART installations relies primarily on physical security - the protocol itself provides no access control tools.
Physical protection - priority:
- Junction boxes - locked, with tamper sensors. Junction boxes are the easiest access point to the HART loop in the field
- Cable routes - cable trays enclosed, in areas with controlled access
- Marshalling cabinets - access control to cabinets where current loops terminate at terminals (intrinsic safety barriers)
- Write-protect on transmitters - enable the physical write-protect switch on all HART transmitters after configuration
Segmentation and monitoring:
- HART multiplexers as zone boundaries - a HART multiplexer (e.g. Emerson THUM, Pepperl+Fuchs) aggregates HART data from multiple loops and makes it available over Ethernet. This is the point where network segmentation becomes possible
- Firewall on the multiplexer - Ethernet communication from the HART multiplexer should pass through a firewall that restricts access to the instrument management server (AMS/PDM)
- Configuration change monitoring - Asset Management systems (e.g. Emerson AMS, ABB Ability) record changes to HART instrument parameters. Alerting on unauthorized calibration or range changes is critical
- Calibration station isolation - portable HART communicators should be subject to controls (checkout register, device whitelist)
A detailed approach to designing security zones in OT networks, including field-level protection, is described in our article on OT network segmentation.
TIP
If you are planning a field-level modernization, consider WirelessHART - the only fieldbus protocol with native encryption (AES-128). For existing HART installations: enable write-protect on transmitters, secure junction boxes, and deploy configuration change monitoring through AMS.
Sources
- FieldComm Group - HART Protocol - official specification and documentation
- IEC 62591 - WirelessHART - wireless evolution of HART
- NIST SP 800-82 Rev. 3 - Guide to OT Security, field-level security
- Emerson - HART Communication - manufacturer resources
- IEC 62443-3-3 - security requirements for automation systems
Need help in this area?
Our experts will help you assess the risk and plan next steps.