4-20mA vs HART vs Fieldbus Signals.
A working engineer's breakdown of 4-20mA, HART, Foundation Fieldbus, PROFIBUS PA, and PROFINET for instrument signals. Signal bandwidth, diagnostic capability, wiring cost, and selection criteria for new and brownfield projects.
Signal type selection shapes every downstream decision. Card count, cabinet size, wiring cost, cable schedule, commissioning time, and long-term maintenance access. Picking the wrong type for a plant's lifecycle is expensive to reverse.
This covers the four signal conventions a working controls or instrumentation engineer encounters most often.
4-20mA analog
The default for process transmitters since the 1970s.
- Two-wire loop-powered. 4mA represents 0% of range, 20mA represents 100%.
- Bandwidth. One process variable per loop.
- Diagnostics. None. A broken loop reads 0mA, detectable but a stuck transmitter cannot report its own failure.
- Wiring. One twisted pair per signal, home-run to the PLC AI card.
- Cost. Lowest hardware cost per point.
When to pick it
- Brownfield projects matching existing signal convention
- Loops where the host has no HART or fieldbus interface
- Safety instrumented systems where simplicity is a reliability requirement, SIL 2 plus with minimal hardware diagnostic loops
HART
A digital modulation on top of the 4-20mA carrier. Every modern transmitter is HART-capable whether or not the host reads it.
- Same wiring as 4-20mA. Same physical infrastructure.
- Bandwidth. Primary analog variable plus three secondary variables and diagnostics.
- Diagnostics. Transmitter reports its own health, including sensor out of range, electronics failure, internal temperature.
- Remote configuration. Range, damping, tag number all writable from the host.
- Wiring cost. Identical to 4-20mA.
- Card cost. HART-capable AI cards are typically 20-40% more than analog-only. Worth it.
When to pick it
- Every new installation where the host supports HART, most do
- Retrofits where you replace the card but keep the field wiring. You gain diagnostics without running new cable
Foundation Fieldbus, FF and PROFIBUS PA
Fully digital process-instrumentation buses. Devices share a single segment. One pair of wires can carry 16-32 instruments plus their power.
- Bandwidth. Multiple process variables per device, device diagnostics, configuration, trending data.
- Wiring. Trunk-and-spur topology. Dramatically fewer home-runs than hardwired.
- Cost. Higher per-device hardware cost, much lower wiring cost. Break-even is usually around 200-300 devices per plant.
- Diagnostic depth. Predictive maintenance data including valve stiction, sensor drift, actuator health.
When to pick it
- New continuous-process plants over 500 instruments
- Plants where maintenance access is difficult, offshore, high-radiation, harsh environment
- Organizations with a predictive-maintenance program that can consume the diagnostic data
When to avoid it
- Small installations where the wiring cost savings do not offset the hardware premium
- Plants without staff trained on fieldbus commissioning, the learning curve is real
PROFINET and EtherNet/IP
Industrial Ethernet. Common in discrete manufacturing. Increasingly used in process plants for high-level supervisory networks and for remote I/O.
- Bandwidth. Very high. Supports motion, video, and I/O on the same network.
- Topology. Star or ring, typically with managed switches.
- Use in process. Remote I/O racks connecting field termination to the PLC. The individual field instruments usually remain on 4-20mA, HART, or fieldbus down to the remote I/O.
- Cost. Mid-range hardware. Wiring cost depends on topology.
When to pick it
- Connecting distributed remote I/O racks back to a central PLC
- Integrating packaged equipment, compressor skids, water-treatment packages that ship with Ethernet interfaces
- Supervisory links between PLC, HMI, historian, and OT, IT boundary
Signal type comparison table
The table below puts the key decision variables side by side. Values are indicative. Specific products vary.
| Attribute | 4-20mA | HART | Foundation Fieldbus H1 | PROFIBUS PA | PROFINET, EtherNet/IP |
|---|---|---|---|---|---|
| Cable pairs per signal | 1 | 1 | Shared segment | Shared segment | Shared Ethernet |
| Max devices per segment | 1 | 1, multidrop rare | 16-32 | 16-32 | Network-limited |
| Max segment distance | 3,000 m, loop | 3,000 m | 1,900 m, trunk | 1,900 m, trunk | 100 m per switch span |
| Process variables per device | 1 | 1 primary plus 3 secondary | 4-16 | 4-16 | Application-defined |
| Diagnostic depth | None | Transmitter self-diagnosis | Device plus valve stiction, drift | Device plus valve stiction, drift | Application-layer |
| Calibration approach | Physical HART handheld or bench calibrator | Remote via host or handheld. Trims to sensor | Remote via host. Auto-validation built in | Remote via host. Auto-validation built in | Application-dependent |
| Relative hardware cost per point | Lowest | Low-medium | Medium-high | Medium-high | Medium |
| Relative wiring cost, >200 devices | High | High | Low | Low | Low-medium |
| SIL suitability | Yes, simple, well-understood | Yes, with SIL-rated transmitter | Conditional, IEC 61784-3 required | Conditional, IEC 61784-3 required | Not typical for SIL loops |
| Brownfield compatibility | Existing cable | Existing cable, new card | New segment wiring needed | New segment wiring needed | New infrastructure |
When each is appropriate
4-20mA for trip loops
Safety instrumented system, SIS trip loops favour 4-20mA for a specific reason. Simplicity. A 4-20mA loop has one failure mode detectable by the host, broken wire reads 0mA, which trips as a safe state in most designs. The absence of digital protocol layers means the safety case is easier to document and validate under IEC 61511. When a voted shutdown system requires IEC 61511 SIL 2 or higher, straightforward 4-20mA with SIL-rated transmitters is the default unless the SIS manufacturer has explicitly certified a digital fieldbus variant.
For BPCS, basic process control analog loops where a trip is not the function, the diagnostic limitations of pure 4-20mA are a real cost. A stuck transmitter feeding a control loop is indistinguishable from a transmitter reading a constant process value. HART removes this risk.
HART for diagnostics on existing installations
The most cost-effective use of HART is in brownfield plants that already have 4-20mA wiring and are upgrading the control system. Replacing analog input cards with HART-capable cards costs money. Running new cable costs much more. A HART upgrade on an existing installation gives the maintenance team transmitter self-diagnostics, remote calibration, and secondary variable access at the cost of new cards and host configuration only.
HART multiplexers extend this to plants where the DCS does not natively read HART. The multiplexer sits on the existing wiring, polls all HART devices on a segment, and presents device health data over a separate network connection to an asset management system. This is common in large chemical plants that have older DCS infrastructure but need predictive maintenance capability.
Foundation Fieldbus for new continuous-process plants
Foundation Fieldbus H1 makes economic sense in new-build continuous-process plants with 300 or more field instruments. The wiring reduction is the primary driver. Instead of running a home-run cable pair from each transmitter to the marshalling cabinet, which in a large plant can mean 50-100km of cable, trunk cables serve entire process areas, with short spurs to individual devices. Field junction boxes are smaller and fewer. Marshalling space in the cabinet is replaced by fieldbus interface cards that each handle 16-32 devices.
The secondary benefit is process optimization data. Foundation Fieldbus devices return multiple process variables and internal diagnostics in every scan cycle. A control valve with a FOUNDATION Fieldbus positioner reports its commanded position, actual position, air pressure, and friction estimate in real time. This data is the input for a valve health program.
The caution. Commissioning a fieldbus segment is substantially more complex than terminating a 4-20mA loop. Segment loading calculations, stub length limits, and device address conflicts are all failure modes that do not exist in hardwired installations. The first fieldbus project at a facility always takes longer than estimated.
PROFIBUS PA for hazardous areas in European plants
PROFIBUS PA uses the same physical layer as Foundation Fieldbus H1, IEC 61158-2, 31.25 kbit, s, power over the segment, which means the intrinsic safety, IS barrier and Zener barrier designs are identical. In practice, PROFIBUS PA is chosen over Foundation Fieldbus where the DCS or PLC is Siemens-based, PROFIBUS PA integrates natively with SIMATIC S7 and PCS7 or where the plant is in a European region with strong PROFIBUS PA vendor support.
From an I/O list perspective, the distinction between Foundation Fieldbus and PROFIBUS PA is primarily in the protocol column and the DCS card type. The instrument count, segment count, and wiring design follow the same rules.
Retrofit guidance
Adding HART to an existing 4-20mA plant.
- Confirm the existing cable is twisted pair. Shielded twisted pair is required for HART. Unshielded pairs or multi-conductor cables without individual pair shields introduce enough noise to corrupt the HART signal.
- Replace the analog input cards with HART-capable cards. Most manufacturers offer drop-in replacements for existing backplane slots.
- Configure the DCS or PLC to read HART data. Most modern DCS platforms have an asset management module. Configure it to poll device descriptors, DD files for the installed transmitter models.
- Do not remove legacy 4-20mA calibration procedures immediately. Verify the HART trim works on your instrument population before removing the physical calibration program.
Converting from 4-20mA to Foundation Fieldbus on an existing plant is a larger project. It requires new segment cabling, new interface cards, new device addresses, and engineering work to reconfigure the control strategy from analog PID to fieldbus function blocks. Most operating companies choose to do this at the major revamp boundary, 5-10 year shutdown rather than as a running-plant retrofit.
Mixing in one project
Real plants run all of these. A typical modern installation.
- Process transmitters on HART, most of the I/O count
- Modulating control valves on HART or Foundation Fieldbus
- On, off valves and solenoids hardwired 24VDC
- Motor starts, stops hardwired 24VDC with Ethernet feedback from VFDs
- Remote I/O racks connected via PROFINET or EtherNet/IP
The I/O list should capture the signal type per instrument so the wiring cost, card count, and cabinet layout can be estimated correctly.
Signal type in the I/O list
A structured I/O list includes a Protocol column. Values.
4-20mA, analog only, no HARTHART, 4-20mA with HART diagnostics activeFF, Foundation FieldbusPROFIBUS PA, PROFIBUS Process AutomationPROFINET, Industrial EthernetEthernetIP, EtherNet/IPHardwired, discrete 24VDC or 120VAC
This column drives the card type selection in the PLC hardware estimate. If your I/O list does not carry signal type, the hardware estimate is effectively a guess. The I/O list creation guide walks through how to structure the Protocol column and the other metadata columns that make a hardware estimate defensible.
Related
- P&ID to I/O list
- Generate S7-1200 / S7-1500 tag tables from P&IDs
- Estimating PLC I/O count for a project bid
- PLC tag naming conventions
- Instrument index vs I/O list vs line list
- ISA 5.1 letter codes cheat sheet
FAQ
Can I use HART on a safety instrumented system loop.
Yes, but with conditions. IEC 61511 requires that any technology used in a safety loop is suitable for the SIL rating of that loop. HART-capable transmitters from major manufacturers, Emerson, Endress and Hauser, Yokogawa have SIL 2 and SIL 3 certificates. The HART communication itself is not part of the safety function. The 4-20mA analog value is the trip input, and the HART channel carries diagnostics only. This architecture is well-understood and accepted by most functional safety assessors. What is not acceptable is using HART to write setpoints or configurations into a transmitter in a SIL loop without a properly controlled management-of-change process and a documented proof-test that verifies the change did not affect the safety function.
What happens to an instrument's I/O point when it is on a fieldbus segment.
On a fieldbus segment, Foundation Fieldbus H1 or PROFIBUS PA, the physical wiring is one segment, not one-wire-per-device. In the I/O list, each device still gets its own row. Tag, description, signal class, and signal type. However, the card-type column changes from "AI card, 16-channel" to "FF H1 interface card" or "PROFIBUS PA card," and the card count is calculated per segment rather than per channel. One fieldbus card typically handles two to four segments. Each segment carries 16-32 devices. A hardware estimate that counts fieldbus devices as analog channels will significantly overestimate card count and cabinet space.
How does HART multidrop work, and when should I use it.
In HART multidrop mode, multiple transmitters share one pair of wires. Each device is set to a unique poll address, 1-15, and the host polls each one in sequence. In multidrop mode the analog signal is fixed at 4mA. All data is digital HART. This configuration is used almost exclusively for non-critical monitoring instruments where polling latency, typically 1-3 seconds per device at full segment is acceptable. It is not appropriate for control loops or for any loop where a fast analog signal is required. Multidrop is most common in tank gauge or environmental monitoring installations. It is rarely used in mainstream process control.
Is there a preferred signal type for valve positioners.
HART is the most common choice for new valve positioner installations on modulating control valves. A HART-capable positioner reports actual valve position, applied pressure, and stem friction estimate back to the host, which is the input for a valve health and predictive maintenance program. Foundation Fieldbus positioners are used in fieldbus-native plants and offer the same diagnostics without a separate HART poll. Pure 4-20mA positioners are still specified on applications where diagnostic data is not required and lowest-cost hardware is the priority. For emergency shutdown valves, ESDVs in a SIS, the positioner specification is set by the functional safety design basis, not by general signal-type preference. Both HART and 4-20mA variants are used depending on the SIL rating and proof-test strategy.
Does the signal type appear in the exported I/O list from Tagsight.
Yes. Where the drawing shows the protocol, the I/O list includes a protocol column. Otherwise the field is left for the engineer to complete. The P&ID to TIA Portal and P&ID to Rockwell L5X exports use the signal class column, AI, AO, DI, DO to allocate tag types. The protocol column is for wiring and card-count work, not PLC tag import.