HART Communication Explained: How Digital Communication Works Over a 4-20mA Loop

— 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:

CharacteristicDetails
DeveloperRosemount Inc. (now Emerson), later standardised by the HART Communication Foundation (now FieldComm Group)
Signal typeHybrid: analog 4-20mA + digital FSK
Data rate1,200 bits per second
ModulationFrequency Shift Keying (FSK), Bell 202 standard
WiringTwo wires (existing 4-20mA loop)
TopologyPoint-to-point or multidrop
Devices per loop1 (point-to-point) or up to 15 (multidrop)
Typical cable lengthUp 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 ValueFrequencyMeaning
Logic 11,200 HzMark
Logic 02,200 HzSpace

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 ComponentWhat It RepresentsWho Reads It
DC level (4-20 mA)Primary process variableAnalog 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:

LayerHART ImplementationFunction
Physical LayerBell 202 FSK, 1,200 bpsDefines the electrical signal, cable requirements, and network limits
Data Link LayerMaster-slave, token passing for multiple mastersManages message framing, error detection, and bus arbitration
Application LayerHART 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 TypeExamples
Primary MasterDCS/PLC HART interface card, asset management system
Secondary MasterHandheld 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:

AddressModeAnalog Output
0Point-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

VariableSymbolDescription
Primary VariablePVThe main measurement (e.g., pressure)
Secondary VariableSVSecond measurement (e.g., sensor temperature)
Tertiary VariableTVThird measurement
Fourth VariableQVFourth 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

CategoryDescriptionExamples
Universal CommandsStandardised across all HART devicesRead PV, read tag, read range values
Common Practice CommandsCommon across many device types but not mandatoryCalibration, loop test, sensor trim
Device-Specific CommandsUnique to each device type and manufacturerAccess 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:

RevisionYearKey Features
HART 51990sOriginal standard; up to 15 devices in multidrop; 2-byte device address
HART 62001Long tag (32 characters); 63 device addresses; improved burst mode
HART 72007WirelessHART support; up to 4 dynamic variables; improved diagnostics; TDMA for wireless; HART-IP
HART-IP2012HART over Ethernet/IP networks
WirelessHART2007Self-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.

ParameterRequirement
Minimum loop resistance230 Ω (some references state 250 Ω)
Maximum loop resistanceDetermined by power supply voltage and transmitter minimum voltage
Typical DCS input resistance250 Ω (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 TypeTypical Maximum Length
Twisted shielded pair1,500 to 3,000 m
High-capacitance cableShorter, 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

FeatureHARTFoundation FieldbusProfibus PA
Signal typeAnalog + digital (FSK)Digital onlyDigital only
Data rate1,200 bps31.25 kbps31.25 kbps
WiringExisting 4-20mADedicated fieldbus cableDedicated fieldbus cable
Devices per segment1 (point-to-point) or 15 (multidrop)Up to 32Up to 32
PowerLoop-poweredBus-poweredBus-powered
CableStandard instrumentationSpecialised fieldbus cableSpecialised fieldbus cable
Analog backupYes (4-20mA remains)NoNo
Retrofit to existing plantsExcellentPoorPoor
Cost of upgradeLowHighHigh
Best forBrownfield upgrades, general instrumentationGreenfield, advanced controlGreenfield, 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

ToolApplication
Handheld CommunicatorField configuration and diagnostics; works with any HART device
Laptop with HART ModemConfiguration using manufacturer software
DCS/PLC HART CardCentralised configuration and monitoring
Asset Management SystemPlant-wide configuration, calibration, and diagnostics

9.3 Commissioning Checklist

StepAction
1Verify loop resistance is at least 230 Ω
2Verify power supply voltage is adequate
3Confirm transmitter polling address is 0 for analog mode
4Check tag number and configuration data
5Verify range values (LRV, URV) match the design
6Configure damping, units, and alarm levels
7Perform loop test (verify 4, 12, and 20 mA output)
8Verify communication with the host system
9Record 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

DiagnosticWhat It Indicates
Sensor healthDrift, degradation, or failure of the sensing element
Loop current verificationWhether the actual loop current matches the commanded value
Electronics temperatureOverheating of the transmitter electronics
Time since last calibrationSupports calibration scheduling
Self-test resultsBuilt-in test routines that verify functionality
Process alarmsOut-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

PracticeWhy
Use twisted pair cableEssential for noise rejection on the FSK signal
Use shielded cableProtects against EMI from VFDs and motors
Ground shield at one end onlyPrevents ground loops
Maintain at least 230 Ω loop resistanceRequired for HART communication
Verify power supply voltageMust satisfy loop resistance and transmitter requirements
Keep cable length within limitsTypically under 3,000 m; verify capacitance
Separate from power cablesMaintains signal integrity
Label and document all HART devicesSimplifies maintenance
Record device configurationEnables restoration after replacement
Use the correct DD filesEnsures full device functionality

12. Common Problems and Troubleshooting

ProblemLikely CauseSolution
No HART communicationLoop resistance below 230 ΩAdd a 250 Ω resistor in series with the loop
No HART communicationPower supply voltage too lowVerify supply voltage against loop resistance
No HART communicationTransmitter in multidrop mode (address > 0)Set polling address to 0 for analog mode
No HART communicationIncorrect DD fileInstall the correct DD file on the host
Analog signal correct but no digital dataHART modem not connected or configuredVerify HART modem and connection
Analog signal fixed at 4 mATransmitter in multidrop modeSet polling address to 0
Intermittent communicationExcessive cable capacitance or noiseReduce cable length; verify shielding
Only universal commands availableHART 5 host with HART 7 deviceUpgrade host or accept limited functionality
Device not detectedWrong polling addressScan addresses or verify device address
Communication works at transmitter but not at DCSInsufficient loop resistance at DCS endVerify total loop resistance
Two masters conflictPrimary and secondary master contentionCoordinate master access

13. Common Mistakes to Avoid

MistakeConsequencePrevention
Insufficient loop resistanceHART communication failsVerify at least 230 Ω; add resistor if needed
Leaving transmitter in multidrop modeAnalog output fixed at 4 mA; control system reads zeroVerify polling address 0 before commissioning
Using the wrong DD fileDevice-specific commands unavailableInstall correct DD files before commissioning
Grounding shield at both endsGround loops, communication errorsGround at one end only
Exceeding maximum cable lengthSignal attenuation, unreliable communicationVerify cable capacitance and length
Assuming all HART devices are compatibleHART 7 features unavailable with HART 5 hostVerify HART revision compatibility
Not recording device configurationDifficult to restore after replacementDocument all configuration parameters
Ignoring HART diagnosticsMissed early warning of device degradationEnable and monitor diagnostics
Routing signal cable with power cableEMI-induced communication errorsMaintain 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:

ProductHART RevisionKey Features
TK1151 pressure transmittersHART 74-20 mA + HART, Ex ia/Ex d, up to 100:1 turndown
TK3051 intelligent transmittersHART 7Multiple dynamic variables, advanced diagnostics, SIL2/SIL3
Temperature transmittersHART 7RTD/TC input, cold junction compensation, head-mounted or rail-mounted
Level transmittersHART 7Radar, DP, guided wave with full HART configuration
Flow instrumentsHART 7Electromagnetic, 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:

AspectKey Principle
How it worksFSK modulation (1,200 Hz and 2,200 Hz) superimposed on the 4-20mA DC signal
Why it worksThe average value of the FSK signal is zero, so the analog signal is unaffected
Loop requirementMinimum 230 Ω loop resistance for communication
CableStandard twisted shielded pair; no special cable required
Communication modesPoint-to-point (analog + digital), multidrop (digital only), burst
DataUp to four process variables, configuration, and diagnostics
RevisionsHART 5, 6, 7, WirelessHART, HART-IP; verify compatibility
Best practiceVerify 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.