— A Practical Guide for Engineers, EPCs, and Project Teams
The 4-20mA analog signal has been the backbone of industrial instrumentation for decades. It is simple, robust, and universally understood. But it has one fundamental limitation: it can only transmit one piece of information. A single current value tells you the process variable, and nothing else. No device status, no diagnostics, no secondary measurements, no configuration data.
HART (Highway Addressable Remote Transducer) solved this problem with remarkable elegance. It superimposes a digital communication signal on top of the existing 4-20mA analog loop, allowing instruments to transmit configuration data, diagnostics, and multiple process variables simultaneously, without disrupting the analog signal and without requiring new wiring.
This guide explains how HART works, why it is so widely adopted, and what engineers need to know to specify, install, and troubleshoot HART-based instrumentation systems.
1. What Is HART?
HART is a hybrid communication protocol that combines analog and digital signalling on the same two wires. It was developed in the late 1980s by Rosemount Inc. and has since become the most widely used digital field communication standard in the process industries, with an installed base of tens of millions of devices worldwide.
Key characteristics:
| Characteristic | Details |
|---|---|
| Developer | Rosemount Inc. (now Emerson), later standardised by the HART Communication Foundation (now FieldComm Group) |
| Signal type | Hybrid: analog 4-20mA + digital FSK |
| Data rate | 1,200 bits per second |
| Modulation | Frequency Shift Keying (FSK), Bell 202 standard |
| Wiring | Two wires (existing 4-20mA loop) |
| Topology | Point-to-point or multidrop |
| Devices per loop | 1 (point-to-point) or up to 15 (multidrop) |
| Typical cable length | Up to 3,000 m (10,000 ft) |
Why HART became dominant: HART works over existing 4-20mA wiring. No new cables, no new trays, no new marshalling cabinets. For brownfield plants with thousands of existing loops, this backward compatibility is invaluable. You can upgrade a plant to digital diagnostics and configuration without replacing a single metre of cable.
2. The Genius of HART: FSK Modulation on a DC Loop
The core innovation of HART is that it transmits digital data using Frequency Shift Keying (FSK) on top of the analog current signal. Understanding this mechanism explains why HART works so reliably.
2.1 The FSK Signal
HART uses two frequencies to represent binary data:
| Binary Value | Frequency | Meaning |
|---|---|---|
| Logic 1 | 1,200 Hz | Mark |
| Logic 0 | 2,200 Hz | Space |
These two frequencies are superimposed on the 4-20mA DC signal as a small AC current with an amplitude of approximately ±0.5 mA.
2.2 Why the Analog Signal Is Not Disturbed
This is the critical insight. The FSK signal is a sine wave, and a sine wave has an average DC value of zero. Because the average value of the HART signal is zero, the DC component of the loop current (the 4-20mA signal) is unaffected.
The result: the analog receiver (PLC/DCS analog input card) sees a stable 4-20mA signal, while the digital receiver (HART modem or DCS HART card) simultaneously decodes the FSK signal riding on top.
A useful analogy: Think of a boat floating on water. The DC current is the water level. The HART signal is a small ripple on the surface. The water level (analog signal) stays the same, while the ripple (digital data) travels along it.
2.3 The Hybrid Signal in Practice
| Signal Component | What It Represents | Who Reads It |
|---|---|---|
| DC level (4-20 mA) | Primary process variable | Analog input cards, indicators, recorders |
| FSK modulation (±0.5 mA) | Digital data (configuration, diagnostics, secondary variables) | HART modems, DCS HART cards, handheld communicators |
Critical implication: Because the digital and analog signals are independent, you can use a HART transmitter with a legacy analog control system and still access configuration and diagnostics. The control system does not need to understand HART, as long as someone with a HART communicator can access the device.
3. HART Protocol Architecture
HART follows a layered architecture aligned with the OSI model:
| Layer | HART Implementation | Function |
|---|---|---|
| Physical Layer | Bell 202 FSK, 1,200 bps | Defines the electrical signal, cable requirements, and network limits |
| Data Link Layer | Master-slave, token passing for multiple masters | Manages message framing, error detection, and bus arbitration |
| Application Layer | HART commands (Universal, Common Practice, Device-Specific) | Defines the commands and data structures |
3.1 Master-Slave Architecture
HART uses a master-slave communication model. A slave device (the field transmitter) only speaks when spoken to. It never initiates communication on its own, except in burst mode.
Master devices:
| Master Type | Examples |
|---|---|
| Primary Master | DCS/PLC HART interface card, asset management system |
| Secondary Master | Handheld communicator, laptop with HART modem |
Key principle: A HART loop can have up to two masters (one primary and one secondary). The two masters coordinate access to the bus. In practice, the secondary master (handheld communicator) is typically used only during commissioning or maintenance, when it temporarily takes control.
Why this matters: You can connect a handheld communicator to a live HART loop without disrupting communication between the DCS and the transmitter, provided the DCS is operating as primary master and the handheld as secondary master.
3.2 Slave Device Addressing
Each HART device has a polling address:
| Address | Mode | Analog Output |
|---|---|---|
| 0 | Point-to-point (analog + digital) | 4-20 mA active |
| 1-15 (HART 5) | Multidrop (digital only) | Fixed at 4 mA |
| 1-63 (HART 6/7) | Multidrop (digital only) | Fixed at 4 mA |
Critical note: When a device is set to a polling address other than 0, its analog output is fixed at 4 mA. This is a common source of confusion during commissioning. If a transmitter is inadvertently left in multidrop mode, the control system will read 4 mA (zero) continuously.
4. HART Communication Modes
HART operates in three primary modes:
4.1 Point-to-Point Mode (Analog + Digital)
Description: One transmitter on the loop, polling address 0, 4-20mA analog signal active.
Characteristics:
Analog signal available for control
Digital communication available simultaneously for configuration and diagnostics
Most common mode in process plants
Typical application: A pressure transmitter sending a 4-20mA signal to a DCS card, while a maintenance technician uses a handheld communicator to read diagnostics.
4.2 Multidrop Mode (Digital Only)
Description: Multiple transmitters (up to 15 in HART 5, up to 63 in HART 6/7) connected on a single pair, all with polling addresses 1 and above.
Characteristics:
Analog signal is fixed at 4 mA for all devices
All data is transmitted digitally
Slower update rate (each device is polled in sequence)
Lower wiring cost (multiple instruments share one cable)
Typical application: Remote monitoring of tank farms, where multiple level transmitters share a single cable to the control room, and update rate is not critical.
Trade-off: Multidrop saves cable cost but eliminates the analog signal and reduces update speed.
4.3 Burst Mode
Description: A slave device continuously broadcasts a response without waiting for a master to poll it.
Characteristics:
Faster data update (up to 3-4 messages per second)
Only one device can burst at a time
Master must manage burst mode carefully
Typical application: Applications requiring faster data than standard polling, such as advanced control or fast diagnostics.
5. What HART Transmits
HART transmits far more than just the primary process variable. A HART device can provide:
5.1 Process Variables
| Variable | Symbol | Description |
|---|---|---|
| Primary Variable | PV | The main measurement (e.g., pressure) |
| Secondary Variable | SV | Second measurement (e.g., sensor temperature) |
| Tertiary Variable | TV | Third measurement |
| Fourth Variable | QV | Fourth measurement |
Example: A HART differential pressure transmitter may report differential pressure as PV, static pressure as SV, and sensor temperature as TV, all from a single device.
5.2 Configuration Data
Tag number, description, message
Sensor type and calibration
Range values (upper and lower range limits)
Damping time constant
Units of measurement
Alarm and saturation levels
5.3 Diagnostics Data
Device status (faults, warnings, out-of-spec conditions)
Sensor health (drift, degradation)
Loop current verification
Electronics temperature
Time since last calibration
Self-test results
5.4 HART Command Categories
| Category | Description | Examples |
|---|---|---|
| Universal Commands | Standardised across all HART devices | Read PV, read tag, read range values |
| Common Practice Commands | Common across many device types but not mandatory | Calibration, loop test, sensor trim |
| Device-Specific Commands | Unique to each device type and manufacturer | Access to proprietary diagnostics, configuration parameters |
Why this matters: Universal commands ensure that any HART communicator can read basic data from any HART device. Device-specific commands unlock the full capability of a particular instrument.
6. HART Revisions: Evolution of the Standard
HART has evolved through several revisions, each adding capabilities:
| Revision | Year | Key Features |
|---|---|---|
| HART 5 | 1990s | Original standard; up to 15 devices in multidrop; 2-byte device address |
| HART 6 | 2001 | Long tag (32 characters); 63 device addresses; improved burst mode |
| HART 7 | 2007 | WirelessHART support; up to 4 dynamic variables; improved diagnostics; TDMA for wireless; HART-IP |
| HART-IP | 2012 | HART over Ethernet/IP networks |
| WirelessHART | 2007 | Self-organising mesh network based on IEEE 802.15.4 |
Backward compatibility: HART 7 devices can communicate with HART 5 masters for universal commands. However, HART 7 specific features (such as the fourth variable or advanced diagnostics) are not accessible to HART 5 masters. This is a common source of confusion during commissioning: a HART 7 transmitter connected to a legacy HART 5 DCS card will communicate, but only basic data will be available.
WirelessHART: Uses the same HART application layer but replaces the physical layer with a wireless mesh network. This allows HART devices to be deployed in locations where cabling is impractical or too costly, while maintaining compatibility with the HART ecosystem.
7. Loop Requirements for HART Communication
HART communication requires specific loop conditions to function reliably.
7.1 Loop Resistance
HART modems require a minimum loop resistance to generate a detectable FSK voltage signal.
| Parameter | Requirement |
|---|---|
| Minimum loop resistance | 230 Ω (some references state 250 Ω) |
| Maximum loop resistance | Determined by power supply voltage and transmitter minimum voltage |
| Typical DCS input resistance | 250 Ω (satisfies the minimum requirement) |
Why minimum resistance matters: The HART modem generates a current signal (±0.5 mA), not a voltage signal. To convert this into a detectable voltage, there must be sufficient loop resistance. The FSK voltage amplitude is:
text
V_FSK = I_FSK × R_loop = 0.5 mA × 230 Ω = 0.115 V (115 mV)
If loop resistance is too low, the FSK voltage becomes too small for the modem to detect, and communication fails.
Common problem: If a HART transmitter is connected to a very low-resistance loop (for example, a 4-20mA input card with only 10 Ω input impedance and no other resistance), HART communication will not work. Adding a 250 Ω resistor in series solves the problem.
7.2 Cable Capacitance
HART specifies a maximum loop capacitance of 0.2 µF. This limits cable length, particularly for cables with high capacitance per metre.
Typical cable lengths:
| Cable Type | Typical Maximum Length |
|---|---|
| Twisted shielded pair | 1,500 to 3,000 m |
| High-capacitance cable | Shorter, limited by 0.2 µF total |
7.3 Power Supply
The power supply must provide sufficient voltage for both the analog loop and the transmitter’s minimum operating voltage:
text
V_supply ≥ V_min_transmitter + (I_max × R_total_loop)
Typical values:
V_supply: 24 V DC
V_min_transmitter: 12 V DC
I_max: 20 mA
Maximum total loop resistance: 600 Ω at 24 V DC
HART adds no additional power requirement: Because the average value of the FSK signal is zero, HART does not increase the power consumption of the loop. The same power supply that works for a standard 4-20mA loop works for HART.
7.4 Cable Type
HART works over standard instrumentation cable:
Twisted pair (essential for noise rejection)
Shielded (recommended)
Minimum conductor size: typically 0.5 mm²
No special cable required: This is one of HART’s key advantages. Unlike Foundation Fieldbus or Profibus PA, HART does not require specialised cable, terminators, or network components.
8. HART vs Other Digital Protocols
| Feature | HART | Foundation Fieldbus | Profibus PA |
|---|---|---|---|
| Signal type | Analog + digital (FSK) | Digital only | Digital only |
| Data rate | 1,200 bps | 31.25 kbps | 31.25 kbps |
| Wiring | Existing 4-20mA | Dedicated fieldbus cable | Dedicated fieldbus cable |
| Devices per segment | 1 (point-to-point) or 15 (multidrop) | Up to 32 | Up to 32 |
| Power | Loop-powered | Bus-powered | Bus-powered |
| Cable | Standard instrumentation | Specialised fieldbus cable | Specialised fieldbus cable |
| Analog backup | Yes (4-20mA remains) | No | No |
| Retrofit to existing plants | Excellent | Poor | Poor |
| Cost of upgrade | Low | High | High |
| Best for | Brownfield upgrades, general instrumentation | Greenfield, advanced control | Greenfield, discrete/hybrid |
The key differentiator: HART is the only protocol that allows a plant to retain its analog control system while gaining digital capability. This is why HART dominates the installed base and why it remains the default choice for most new instrumentation, even in plants that use fieldbus for selected applications.
9. Configuration and Commissioning
9.1 Device Description (DD) Files
Every HART device is supplied with a Device Description (DD) file, which tells the host system how to interpret the device’s data and commands. DD files use Electronic Device Description Language (EDDL) , an international standard (IEC 61804).
Why DD files matter: Without the correct DD file, a host system can only access universal commands. Device-specific configuration and diagnostics require the DD file.
Best practice: Verify that your host system has the latest DD files for all HART devices before commissioning. DD files are available from the FieldComm Group and device manufacturers.
9.2 Configuration Tools
| Tool | Application |
|---|---|
| Handheld Communicator | Field configuration and diagnostics; works with any HART device |
| Laptop with HART Modem | Configuration using manufacturer software |
| DCS/PLC HART Card | Centralised configuration and monitoring |
| Asset Management System | Plant-wide configuration, calibration, and diagnostics |
9.3 Commissioning Checklist
| Step | Action |
|---|---|
| 1 | Verify loop resistance is at least 230 Ω |
| 2 | Verify power supply voltage is adequate |
| 3 | Confirm transmitter polling address is 0 for analog mode |
| 4 | Check tag number and configuration data |
| 5 | Verify range values (LRV, URV) match the design |
| 6 | Configure damping, units, and alarm levels |
| 7 | Perform loop test (verify 4, 12, and 20 mA output) |
| 8 | Verify communication with the host system |
| 9 | Record device serial number, firmware version, and DD version |
10. HART Diagnostics and Asset Management
One of HART’s most valuable capabilities is its diagnostic data, which supports predictive maintenance and reduces unplanned downtime.
10.1 Typical HART Diagnostics
| Diagnostic | What It Indicates |
|---|---|
| Sensor health | Drift, degradation, or failure of the sensing element |
| Loop current verification | Whether the actual loop current matches the commanded value |
| Electronics temperature | Overheating of the transmitter electronics |
| Time since last calibration | Supports calibration scheduling |
| Self-test results | Built-in test routines that verify functionality |
| Process alarms | Out-of-range or out-of-spec conditions |
10.2 Asset Management Systems
HART data feeds into Asset Management Systems (AMS) such as Emerson AMS Device Manager, Honeywell Field Device Manager, and Yokogawa FieldMate. These systems:
Centralise device configuration and calibration records
Monitor device health across the plant
Schedule maintenance based on actual device condition
Provide audit trails for regulatory compliance
Reduce commissioning and maintenance time
Business case: Studies have shown that HART-based asset management can reduce maintenance costs by 20-30% and reduce unplanned downtime by identifying degrading devices before they fail.
11. Installation and Wiring Best Practices
| Practice | Why |
|---|---|
| Use twisted pair cable | Essential for noise rejection on the FSK signal |
| Use shielded cable | Protects against EMI from VFDs and motors |
| Ground shield at one end only | Prevents ground loops |
| Maintain at least 230 Ω loop resistance | Required for HART communication |
| Verify power supply voltage | Must satisfy loop resistance and transmitter requirements |
| Keep cable length within limits | Typically under 3,000 m; verify capacitance |
| Separate from power cables | Maintains signal integrity |
| Label and document all HART devices | Simplifies maintenance |
| Record device configuration | Enables restoration after replacement |
| Use the correct DD files | Ensures full device functionality |
12. Common Problems and Troubleshooting
| Problem | Likely Cause | Solution |
|---|---|---|
| No HART communication | Loop resistance below 230 Ω | Add a 250 Ω resistor in series with the loop |
| No HART communication | Power supply voltage too low | Verify supply voltage against loop resistance |
| No HART communication | Transmitter in multidrop mode (address > 0) | Set polling address to 0 for analog mode |
| No HART communication | Incorrect DD file | Install the correct DD file on the host |
| Analog signal correct but no digital data | HART modem not connected or configured | Verify HART modem and connection |
| Analog signal fixed at 4 mA | Transmitter in multidrop mode | Set polling address to 0 |
| Intermittent communication | Excessive cable capacitance or noise | Reduce cable length; verify shielding |
| Only universal commands available | HART 5 host with HART 7 device | Upgrade host or accept limited functionality |
| Device not detected | Wrong polling address | Scan addresses or verify device address |
| Communication works at transmitter but not at DCS | Insufficient loop resistance at DCS end | Verify total loop resistance |
| Two masters conflict | Primary and secondary master contention | Coordinate master access |
13. Common Mistakes to Avoid
| Mistake | Consequence | Prevention |
|---|---|---|
| Insufficient loop resistance | HART communication fails | Verify at least 230 Ω; add resistor if needed |
| Leaving transmitter in multidrop mode | Analog output fixed at 4 mA; control system reads zero | Verify polling address 0 before commissioning |
| Using the wrong DD file | Device-specific commands unavailable | Install correct DD files before commissioning |
| Grounding shield at both ends | Ground loops, communication errors | Ground at one end only |
| Exceeding maximum cable length | Signal attenuation, unreliable communication | Verify cable capacitance and length |
| Assuming all HART devices are compatible | HART 7 features unavailable with HART 5 host | Verify HART revision compatibility |
| Not recording device configuration | Difficult to restore after replacement | Document all configuration parameters |
| Ignoring HART diagnostics | Missed early warning of device degradation | Enable and monitor diagnostics |
| Routing signal cable with power cable | EMI-induced communication errors | Maintain separation |
14. Why Choose Anhui Tiankang for HART Instruments?
Anhui Tiankang (Group) Co., Ltd. has been manufacturing industrial instruments for nearly five decades. Our HART-enabled instruments are designed to provide full digital capability while maintaining the reliability of the analog loop.
HART-enabled product portfolio:
| Product | HART Revision | Key Features |
|---|---|---|
| TK1151 pressure transmitters | HART 7 | 4-20 mA + HART, Ex ia/Ex d, up to 100:1 turndown |
| TK3051 intelligent transmitters | HART 7 | Multiple dynamic variables, advanced diagnostics, SIL2/SIL3 |
| Temperature transmitters | HART 7 | RTD/TC input, cold junction compensation, head-mounted or rail-mounted |
| Level transmitters | HART 7 | Radar, DP, guided wave with full HART configuration |
| Flow instruments | HART 7 | Electromagnetic, vortex, and Coriolis flowmeters |
Core advantages:
Full HART 7 compliance: Access to all four dynamic variables and advanced diagnostics
DD files available: EDDL-compliant device descriptions for all major host systems
Complete certifications: CCC Ex, ATEX, IECEx, SIL
CNAS-accredited laboratory: Full performance testing including HART communication verification
Proven track record: Long-term supplier to CNPC, Sinopec, CNOOC, and international EPC projects
Engineering support: Configuration assistance, DD file management, and commissioning support
15. Conclusion
HART is a remarkable engineering achievement: it delivers digital communication over existing analog wiring, without disrupting the analog signal and without requiring new cable, new trays, or new control system hardware.
Key takeaways:
| Aspect | Key Principle |
|---|---|
| How it works | FSK modulation (1,200 Hz and 2,200 Hz) superimposed on the 4-20mA DC signal |
| Why it works | The average value of the FSK signal is zero, so the analog signal is unaffected |
| Loop requirement | Minimum 230 Ω loop resistance for communication |
| Cable | Standard twisted shielded pair; no special cable required |
| Communication modes | Point-to-point (analog + digital), multidrop (digital only), burst |
| Data | Up to four process variables, configuration, and diagnostics |
| Revisions | HART 5, 6, 7, WirelessHART, HART-IP; verify compatibility |
| Best practice | Verify loop resistance, polling address, and DD files before commissioning |
The strategic value of HART: HART allows a plant to gain digital capability, configuration flexibility, and device diagnostics without abandoning its analog infrastructure. For brownfield plants with thousands of existing loops, this is the difference between a feasible upgrade and an unaffordable one. For greenfield plants, HART provides a simple, proven, and universally supported path to digital instrumentation.
Remember: HART is not a stepping stone to fieldbus. It is a mature, robust, and universally supported standard in its own right. For the vast majority of process instrumentation applications, HART provides all the digital capability you need, over wiring you already have.
Contact Us
For HART instrument selection advice, technical documentation, or project quotations, please contact:
Yin Shuangjie
International Sales Manager
📧 Email: [email protected]
📱 WhatsApp / Zalo: +86 17856068126
🌐 Website: http://www.tiankang-global.com/
Anhui Tiankang – Your partner for reliable HART instrumentation solutions.

