Learn PLCs free
Programming Guides11 min read4 355 words

What Is a Smart Transmitter? Digital Field Instruments Explained

A smart transmitter explained — how it differs from a conventional 4-20mA transmitter, HART and digital protocols, remote configuration, and diagnostics.

IAE
Senior PLC Programmer
15+ years hands-on experience • 50+ automation projects completed
PLC
Programming Excellence

A smart transmitter is a field instrument that contains an embedded microprocessor. Where a conventional transmitter converts a physical measurement into a proportional 4-20mA current and nothing more, a smart transmitter digitises the measurement internally, processes it, communicates configuration and diagnostic data over a digital channel, and can output multiple variables simultaneously. The microprocessor is what makes it "smart": the device understands itself, reports its own health, and can be interrogated or reconfigured from a control room without touching the wiring.

Smart transmitters are now the factory default for pressure, differential pressure, temperature, flow, and level measurement in process plants. Understanding what they do — and what the digital channel alongside the 4-20mA signal carries — is essential for anyone commissioning, configuring, or troubleshooting process instrumentation.


What a Smart Transmitter Is

Microprocessor at the Core

Every smart transmitter contains at least one microprocessor or microcontroller. That processor performs several jobs that a purely analog device cannot:

  • Sensor linearisation. Raw sensor outputs (thermocouple millivolts, capacitance from a pressure capsule) are non-linear. The microprocessor applies a stored linearisation curve to produce an accurate engineering-unit reading across the entire span.
  • Temperature compensation. The processor reads an internal temperature sensor and corrects the primary measurement for ambient temperature drift — a significant source of error in conventional analog transmitters.
  • Digital communication. The processor encodes measurement, configuration, and diagnostic data into a digital signal that travels over the same wires as the analog output or over a dedicated digital fieldbus.
  • Self-diagnostics. The device continuously checks its own sensors, memory, and electronics and flags faults without external test equipment.

The Digital Channel

A smart transmitter always has a digital communication channel. The channel may run simultaneously with a 4-20mA signal (as in HART) or it may replace the analog signal entirely (Foundation Fieldbus, Profibus PA, WirelessHART). Through this channel an engineer can:

  • Read the primary variable in engineering units with full resolution (not limited to the 12-bit resolution of a typical analog input card)
  • Read secondary variables (sensor temperature, electronics board temperature, static pressure on a differential pressure transmitter)
  • Change the range, damping, and output units without any physical adjustment
  • Download a complete device description — tag, serial number, firmware revision, last calibration date
  • Read or clear active diagnostics and fault codes

This two-way digital channel is the defining capability that separates a smart transmitter from its conventional predecessor.


Smart vs Conventional (Analog) Transmitter

Smart Transmitter vs Conventional Transmitter: HART Digital Channel Explained Side-by-side comparison showing what travels on the signal wires for a conventional 4-20mA transmitter versus a HART smart transmitter with simultaneous analog and digital channels. CONVENTIONAL TRANSMITTER 4–20 mA analog only Signal wire carries: 4–20 mA (one variable only) One process variable Configuration: physical pots at device Diagnostics: none — fault = out-of-range mA Calibration: manual, field visit required No remote access SMART TRANSMITTER (HART) 4–20 mA + FSK digital on same wires Signal wire carries: 4–20 mA + HART digital Up to 4 process variables (PV/SV/TV/QV) Configuration: remote via AMS / handheld Diagnostics: NE 107 status (Failure / Maint.) Calibration: stored in device memory Full remote access — no field visit
Conventional 4–20 mA transmitter vs HART smart transmitter: the HART digital channel adds remote configuration, multiple variables, and NE 107 diagnostics without changing the analog wiring.

The distinction comes down to what travels on the signal wires.

Feature Conventional Analog Smart Transmitter
Output signal 4-20mA only 4-20mA + digital (HART) or digital only (FF, PA)
Configuration method Physical zero/span pots or switches at the device Software tool over digital channel, from any location
Variables transmitted One (primary measurement only) Multiple (primary + secondary + status)
Diagnostics None — fault shows as out-of-range current Self-diagnostics with coded fault messages
Accuracy drift source Ambient temperature, aging components Compensated by microprocessor; drift is tracked
Rangeability Fixed to hardware trims Adjustable remotely; wide turndown ratio
Calibration records Paper-based, done at the device Stored in device memory; retrievable by software

Why the 4-20mA Signal Is Still There on a HART Device

When HART is the protocol, the transmitter continues to output a conventional 4-20mA current loop on the same two wires. This matters: a HART transmitter drops directly into any existing analog wiring infrastructure. The DCS or PLC analog input card reads the current just as before. The HART digital channel operates simultaneously and independently — it does not disturb the analog signal.

This backward compatibility is one reason HART became the dominant smart-transmitter protocol. Plants could upgrade from conventional to smart instruments without rewiring a single panel.


HART and All-Digital Protocols

Smart Transmitter Digital Protocol Comparison: HART, Foundation Fieldbus, Profibus PA, WirelessHART Side-by-side comparison of the four main smart transmitter digital protocols — HART, Foundation Fieldbus H1, Profibus PA, and WirelessHART — showing communication medium, speed, analog output, and typical application. HART FSK over 4–20 mA 1.2 kbit/s Analog: YES Backwards compat. 4 variables (HART 7) Handheld config Most widely deployed protocol IEC 61158 FOUNDATION FF All-digital 2-wire bus 31.25 kbit/s H1 Analog: NO Multi-drop segment Function blocks in field PID in transmitter Large petrochem / refining DCS plants IEC 61158 PROFIBUS PA All-digital 2-wire bus 31.25 kbit/s Analog: NO Via DP/PA coupler Multi-drop segment Siemens / ABB DCS Siemens / ABB process plants IEC 61158 WIRELESSHART Mesh radio (2.4 GHz) 250 kbit/s raw Analog: NO Power only — no cable Latency 1–4 s typical Self-healing mesh Remote / retrofit monitoring points IEC 62591
Smart transmitter digital protocol comparison: HART is the most widely deployed due to backward compatibility with 4–20 mA wiring; Foundation Fieldbus and Profibus PA are all-digital for DCS-based plants; WirelessHART suits remote or retrofit monitoring.

HART — Digital over 4-20mA

HART (Highway Addressable Remote Transducer) superimposes a low-amplitude frequency-shift-keying (FSK) digital signal onto the 4-20mA loop current. The two frequencies — 1,200 Hz for a digital "1" and 2,200 Hz for a digital "0" — average to zero over each bit period and therefore add no net DC offset to the analog current. The average value of the loop current remains the undisturbed process variable.

Read the full HART protocol tutorial for a detailed breakdown of the communication stack.

Key HART facts for instrument engineers:

  • Two-way communication. A handheld communicator or Asset Management System (AMS) initiates requests; the transmitter responds.
  • Point-to-point mode. Standard wiring with one transmitter per loop. The 4-20mA signal is live.
  • Multi-drop mode. Up to 15 devices on one pair of wires, each with a unique address 1–15. The 4-20mA output is fixed at 4mA (minimum current to power the device); all process values travel digitally. Used mainly for configuration and asset management rather than real-time control because the polling cycle is slow.
  • HART 5 vs HART 7. HART 7 added WirelessHART, enhanced device description, and improved diagnostics. Most modern instruments are HART 7; HART 5 masters can communicate with HART 7 devices at the HART 5 feature level.
  • Primary, Secondary, Tertiary, Quaternary variables. A HART transmitter can report up to four variables. A multivariable transmitter (e.g., a vortex flowmeter measuring mass flow, volumetric flow, temperature, and pressure) sends all four in a single HART command.

Foundation Fieldbus H1

Foundation Fieldbus replaces the 4-20mA signal entirely with an all-digital, two-wire bus. Multiple transmitters share one segment. The bus provides both power and communication at 31.25 kbit/s.

Fieldbus transmitters host function blocks — standardised software modules (AI, PID, AO) that run inside the device. A PID control loop can execute in the transmitter itself, reducing the load on the DCS and cutting loop execution time. Foundation Fieldbus is common in large petrochemical and refining plants where control-in-the-field is valuable.

Profibus PA

Profibus PA is the process automation variant of Profibus. Like Fieldbus H1, it is an all-digital, two-wire bus that powers devices and communicates simultaneously. It runs at 31.25 kbit/s on the segment and connects to a Profibus DP network via a coupler. Profibus PA devices are common in plants using Siemens or ABB DCS platforms.

WirelessHART

WirelessHART uses the HART command set and device model but transmits over a self-organising mesh radio network (IEEE 802.15.4 at 2.4 GHz). It is defined by HART 7 and standardised as IEC 62591.

A WirelessHART transmitter needs only power — no signal cable. It is ideal for:

  • Monitoring remote or hard-to-cable locations
  • Temporary monitoring during turnarounds
  • Retrofitting measurement points where cable installation would be disruptive or costly

The mesh network self-heals around failed nodes. Latency is typically 1–4 seconds per update, making WirelessHART suitable for monitoring and alerting rather than tight closed-loop control.


HART Transmitter Signal Flow: 4-20mA Primary Variable Plus Digital Secondary Variables and Diagnostics Horizontal flow diagram showing how a HART smart transmitter sends the 4-20mA primary variable to a PLC analog input simultaneously while an AMS or HART multiplexer accesses secondary variables, configuration data, and NE 107 diagnostic status over the HART digital channel. HART Smart Transmitter — Dual Signal Path HART TRANSMITTER e.g. Pressure, flow, temperature, level 4–20 mA (PV) + HART FSK digital same 2 wires PLC ANALOG INPUT Reads 4–20 mA every scan Scaled to eng. units (PV) HART MULTIPLEXER or HART-transparent I/O Polls: SV, TV, QV, diagnostics PLC / DCS PID control loop Alarm on PV deviation AMS / HMI NE 107 status display Remote config / calibration HART Benefits No field visit for config 4 variables on 2 wires Backward compatible NE 107 fault codes Calibration in memory No rewiring needed to upgrade analog → smart transmitter
HART smart transmitter dual signal path: the PLC analog input reads the 4–20 mA primary variable every scan; the HART multiplexer or AMS polls secondary variables, diagnostics, and configuration data over the same wire pair on a slower cycle.

Benefits of Smart Transmitters

Remote Configuration

Span, zero, damping, output units, and process alarms can all be changed from a HART handheld, a laptop running vendor configuration software, or an AMS — without visiting the field device. On a large plant this saves hours of travel and scaffold time per instrument.

Rangeability is one of the most practical advantages. A single smart differential pressure transmitter can be reconfigured to span 10 inH₂O or 400 inH₂O by software command. A conventional transmitter requires a hardware capsule change or a field recalibration.

Multi-Variable Measurement

A single smart transmitter can report multiple process variables. A Coriolis mass flowmeter, for example, measures mass flow rate, volumetric flow rate, fluid density, and fluid temperature simultaneously. Over HART, all four are available to the AMS; the 4-20mA primary output carries the variable assigned as most critical to the PLC.

This matters for process optimisation: variables that would previously require separate instruments are available from a single device, reducing installed cost and maintenance burden.

Diagnostics and Predictive Maintenance

The self-diagnostic capability of a smart transmitter is its most transformative feature from a maintenance perspective. The device continuously monitors:

  • Sensor integrity — open or shorted sensor element, sensor drift beyond threshold
  • Electronics health — voltage rail monitoring, memory checksum failures
  • Process conditions — plugged impulse line detection (on DP transmitters using statistical process monitoring), saturated sensor, over-temperature

Diagnostic data is reported using NE 107 status categories (in most modern HART 7 and Fieldbus devices): Failure, Out of Specification, Maintenance Required, Function Check. An AMS or DCS can map these to process alarms without requiring the operator to decode raw fault codes.

This shifts maintenance from calendar-based to condition-based: the instrument tells you when it needs attention rather than requiring periodic manual checks.

Accuracy and Stability

Microprocessor-based linearisation and temperature compensation typically produce better accuracy and stability than a purely analog design. The processor can also perform auto-zero functions, detect zero drift caused by static pressure effects on DP transmitters, and compensate automatically.


Asset Management and the Controls View

From a PLC or DCS perspective, a HART smart transmitter appears identical to a conventional transmitter on the analog input card. The 4-20mA signal arrives, is scaled to engineering units, and drives control loops exactly as before. Nothing changes on the PLC side unless the system is actively configured to use the HART channel.

Adding HART capability to the controls layer opens a second data stream alongside the process variable:

HART Multiplexers and I/O with HART Pass-Through

A HART multiplexer sits across multiple field loops and presents all HART secondary variables and diagnostics to the DCS or a separate AMS over a serial or Ethernet connection. Modern I/O systems (e.g., Emerson CHARM, Honeywell HLAI, ABB S800) pass HART transparently so the DCS host can communicate with every instrument directly.

Using HART Variables in the PLC

On a PLC with a HART-capable analog input module, the module reads both the 4-20mA primary variable (fast, each scan cycle) and polls HART secondary variables on a slower cycle (typically every 1–10 seconds). This means:

  • A DP flow transmitter can report static pressure and sensor temperature to the PLC — useful for density compensation in flow calculations — without additional instruments.
  • A temperature transmitter can report the raw sensor resistance alongside the temperature, allowing the PLC to detect a drifting sensor before the process is affected.

Predictive Maintenance Integration

HART diagnostics flowing into an AMS (Emerson AMS Device Manager, Honeywell FDM, ABB Field Information Manager) allow maintenance teams to build condition-based maintenance schedules. The AMS maintains a device health history, issues alerts when a transmitter reports "Maintenance Required," and stores calibration records electronically.

Integrating this with the PLC historian or DCS event log creates a complete asset health picture: process data and instrument condition data in the same time-stamped record.

For loop calibration workflows, smart transmitters also reduce the time on-site because the as-found and as-left trim values are written directly to device memory and retrievable by the AMS without a separate paper record.


Smart Transmitter NE 107 Diagnostic Status Categories: Failure, Out of Specification, Maintenance Required, Function Check Side-by-side comparison of the four NE 107 device health status categories used by HART 7 and Fieldbus smart transmitters, showing the meaning, urgency, and example conditions for each category. NE 107 Smart Transmitter Diagnostic Status Categories FAILURE Device is faulty Measurement not reliable Examples: Sensor open/short EEPROM corrupt Electronics failure Urgent: take offline OUT OF SPEC Process outside limits May still measure but outside rated range Examples: Over-temperature Pressure overshoot Viscosity too high Review process conditions MAINTENANCE REQ. Needs attention soon Still measuring correctly but degradation detected Examples: Plugged impulse line Sensor drift detected Calibration due Schedule planned maintenance FUNCTION CHECK Temporary test state Output intentionally held or simulated Examples: Loop test in progress Simulation active Calibration ongoing Clears automatically on completion
NE 107 diagnostic status categories used by HART 7 and Fieldbus smart transmitters: Failure requires immediate action; Maintenance Required enables condition-based rather than calendar-based maintenance scheduling.

Limitations of Smart Transmitters

Smart transmitters are not without trade-offs. Understanding the limitations helps in making informed specification decisions.

Higher Unit Cost

A smart transmitter costs more than a comparable conventional analog device. The gap has narrowed considerably over the past decade, but for non-critical monitoring points on tight capital budgets, conventional transmitters remain cost-competitive.

Requires HART Infrastructure to Exploit Digital Features

The 4-20mA output works with any existing analog infrastructure. But accessing HART diagnostics and secondary variables requires a HART-capable handheld, a multiplexer, or HART-transparent I/O. Plants with legacy non-HART I/O infrastructure must invest in HART access hardware to benefit from the digital channel — otherwise the smart transmitter operates as a conventional analog device.

Complexity of Digital Protocols

Foundation Fieldbus and Profibus PA offer powerful capabilities (distributed control, multi-variable, diagnostics) but require specialised engineering during commissioning. Segment design, device description files (DD/EDD), bus termination, and coupler sizing all add complexity compared to a conventional 4-20mA loop. The payoff is worth it on large DCS-based plants; less so for small PLC-based systems.

Battery Life on WirelessHART

WirelessHART devices run on primary lithium batteries. Update rate, radio power, and ambient temperature all affect battery life. A device configured for a 1-second update interval will exhaust its battery far sooner than one set to 60 seconds. Application engineers must balance measurement frequency against maintenance interval requirements.

Cybersecurity Exposure

Digital communication channels introduce cybersecurity considerations that do not exist for purely analog loops. HART and Fieldbus segments connected to corporate networks or remote access systems must be assessed against IEC 62443 requirements. This is particularly relevant for plants implementing remote diagnostics over IP networks.


Frequently Asked Questions

What is a smart transmitter?

A smart transmitter is a field instrument with an embedded microprocessor that digitises the measurement internally, applies linearisation and temperature compensation, communicates over a digital protocol (HART, Foundation Fieldbus, Profibus PA, or WirelessHART), and continuously performs self-diagnostics. Unlike a conventional transmitter, it can be configured and interrogated remotely without visiting the field device.

What is the difference between a smart and conventional transmitter?

A conventional transmitter produces only a 4-20mA analog current proportional to the measured variable. A smart transmitter does the same but adds a digital communication channel that carries secondary variables, device configuration, calibration data, and diagnostic status. The smart transmitter can be ranged, configured, and diagnosed from a control room or laptop; the conventional transmitter requires physical access and manual adjustment.

What is HART?

HART (Highway Addressable Remote Transducer) is a digital communication protocol that superimposes an FSK digital signal onto a standard 4-20mA current loop. The digital signal does not affect the analog measurement. Through HART, an engineer can read secondary variables, change configuration, and access device diagnostics using a handheld communicator or Asset Management System — without breaking the 4-20mA loop or interrupting the process measurement. See the HART protocol tutorial for a complete technical breakdown.

Can a smart transmitter still output 4-20mA?

Yes. HART-based smart transmitters output a conventional 4-20mA signal simultaneously with the digital HART channel. They are fully backward-compatible with any analog input card or panel meter. Foundation Fieldbus and Profibus PA devices do not output 4-20mA — they are all-digital — but a HART device wired to an analog input card behaves identically to a conventional transmitter from the PLC's perspective.


Summary

A smart transmitter earns the "smart" designation from its microprocessor, which enables accurate measurement through digital linearisation and temperature compensation, bi-directional digital communication for remote configuration and secondary variables, and continuous self-diagnostics that support condition-based maintenance. HART is the most widely deployed protocol because it adds the digital channel without touching the existing 4-20mA wiring infrastructure. All-digital protocols like Foundation Fieldbus and Profibus PA go further, enabling distributed control and multi-drop wiring but requiring dedicated engineering.

From the controls layer, a HART smart transmitter integrates into a PLC system with no change to the analog input wiring. The HART channel — accessed through a multiplexer, HART-transparent I/O, or a handheld communicator — provides secondary variables, diagnostics, and configuration capability that fundamentally change how instrumentation is commissioned, maintained, and optimised.

For process engineers and automation professionals, the temperature transmitter article covers smart transmitter application in temperature measurement specifically, including sensor type selection and thermowell considerations.

#smarttransmitter#HART#digitaltransmitter#fieldinstrument#diagnostics#instrumentation
Share this article:

Related Articles