Analog vs Digital Signals in Instrumentation: A Complete Guide

Share:

Instrumentation · Signal Types · Process Control

Analog vs Digital Signals in Instrumentation: A Complete Guide

Understand the difference between analog and digital signals, how each is used in process control, why 4-20 mA is the global standard, what fieldbus changed, and how to choose the right signal type for your application.

Plain English Signal Type Diagrams 4-20 mA vs Fieldbus Comparison Table

Every measurement made by an instrument in a process plant, whether it is a pressure reading from a transmitter or a temperature value from an RTD, must travel from the field device back to the control system as a signal. The type of signal used determines how accurately that information is communicated, how much noise can corrupt it, how many measurements can share the same cable, and how much diagnostic information the control system can access.

For most of the twentieth century, process plants used only one type of signal: the analog 4-20 mA current loop. It was simple, robust and universal. Over the past three decades, digital communication protocols have gradually entered the process industry, first as an addition to the analog signal (HART) and later as complete replacements (Foundation Fieldbus, PROFIBUS, Modbus). Today, most modern plants use a mixture of both analog and digital signals, and engineers need to understand both clearly.

This guide explains what analog and digital signals are, how each works in practice, the key differences between them, and how to make the right choice for each application in your plant. See also our related articles on AI, AO, DI and DO signal types and the HART protocol for further reading on how digital communication sits on top of analog signals.

What this guide covers
What analog signals are and how they work in process instrumentation  ·  What digital signals are and how they differ  ·  Why 4-20 mA became the world standard  ·  The key advantages and limitations of each type  ·  How HART bridges analog and digital  ·  Fieldbus and modern digital protocols  ·  Full comparison table  ·  How to choose the right signal type.
Advertisement
Advertisement

What Is an Analog Signal?

An analog signal is a continuously varying electrical signal whose value at any instant represents a physical measurement. In process instrumentation, the most common form is a current signal ranging from 4 mA to 20 mA, where the current level is directly proportional to the measured process variable.

The word "analog" means the electrical signal is an analogy of the physical quantity being measured. When the pressure rises continuously, the current rises continuously with it. The signal is smooth, continuous and can take any value within its range, not just fixed steps.

Analog Signal vs Digital Signal: What They Look Like
ANALOG SIGNAL Continuously varying: any value possible 4 mA 12 mA 20 mA Time Smooth, continuous curve Can be any value between 4 and 20 mA DIGITAL SIGNAL Discrete steps: only 0 or 1 0 1 Time 1 0 1 0 1Only two levels: HIGH (1) or LOW (0) Data encoded in sequences of bits Example: 4-20 mA current loop Example: HART FSK, Foundation Fieldbus, Modbus

Figure 1: Analog signals vary continuously and can take any value between the minimum and maximum. Digital signals use only two discrete states (0 and 1) to encode information as sequences of bits.

In process plants, analog signals take three main forms:

  • 4-20 mA current signal: The universal standard for transmitting a single process variable over a two-wire loop. 4 mA represents 0% of the measurement range and 20 mA represents 100%.
  • 0-10 V or 1-5 V voltage signal: Used in some building automation and HVAC systems. Less common in process plants because voltage signals are more susceptible to interference over long cable runs.
  • Pneumatic signal (3-15 psi): Still used in older plants. Air pressure carries the measurement signal from field to control room over tubing.
Why current, not voltage?
Current signals are preferred over voltage signals for long cable runs in process plants because current does not drop with cable resistance. Ohm's law tells us that voltage drops across resistance (V = I × R), but current stays constant throughout a series loop regardless of cable length. A 4-20 mA signal reads the same at 5 metres or 500 metres of cable. A 1-5 V signal would degrade with distance.

The 4-20 mA Current Loop: The Global Analog Standard

The 4-20 mA current loop is the most widely installed signal type in process instrumentation worldwide. Understanding it thoroughly is one of the most important foundations of instrumentation work.

The 4-20 mA Two-Wire Current Loop
24V DC Power Supply (or DCS card) Smart Transmitter Controls the current to match measurement DCS Input 250 ohm resistor reads voltage drop +ve loop wire +ve loop wire -ve return wire -ve return wire 4 mA = 0% measurement  |  12 mA = 50%  |  20 mA = 100% measurement Below 3.6 mA = fault (broken wire)  |  Above 21.0 mA = fault (overrange)

Figure 2: The 4-20 mA two-wire current loop. The power supply and DCS input card are typically combined. The transmitter controls how much current flows in the loop to represent the measurement. The DCS reads the voltage drop across the 250 ohm input resistor (V = I × R) to calculate the mA value.

Why does 4 mA represent zero, not 0 mA?

Starting at 4 mA instead of 0 mA has two important practical advantages:

  • Live zero for fault detection: If the wire breaks or the transmitter fails, the current drops to 0 mA. Since a working loop always reads at least 4 mA, the control system can immediately detect a broken wire or dead transmitter as a fault. This is the concept behind the NAMUR NE43 standard for fault signalling.
  • Powers the transmitter electronics: In a two-wire loop-powered transmitter, the transmitter draws power from the loop current itself. It needs a minimum of 3.5 to 4 mA to power its internal electronics even when the measurement is at zero.
4-20 mA Signal: What Each mA Value Means
0 mA 3.6 4 mA 12 mA 20 mA 20.5 21 mA Fault 0% 50% 100% Sat. FaultUsable range: 4.0 to 20.0 mA  |  NAMUR alarm below 3.6 mA and above 21.0 mA

Figure 3: The 4-20 mA range with NAMUR NE43 fault zones. Below 3.6 mA signals a broken wire or sensor failure. Above 21 mA signals an overrange condition or transmitter fault. The usable measurement range is 4.0 to 20.0 mA.

Advertisement
Advertisement

What Is a Digital Signal?

A digital signal represents information as a sequence of discrete binary values: 0 or 1, LOW or HIGH, OFF or ON. There are no in-between values. Complex data such as temperature readings, device status, configuration parameters and diagnostic information are all encoded as strings of 0s and 1s and transmitted in defined packet formats according to a communication protocol.

In process instrumentation, digital signals appear in two forms:

  • Discrete digital signals: A simple on/off state. A limit switch is open or closed. A pump is running or stopped. A valve is fully open or fully closed. These are represented as a single bit: 0 or 1.
  • Digital communication signals: Serial data streams that carry multiple values, device status and configuration over the same two wires. Examples include HART protocol, Modbus RTU/TCP, Foundation Fieldbus, PROFIBUS PA and PROFINET.
The key difference in one sentence
An analog signal carries one measurement continuously as a varying electrical level. A digital signal carries many values as a coded sequence of bits, which must be decoded by the receiver to extract the data.

Analog vs Digital Signals: Side-by-Side Comparison

Analog Signal (4-20 mA)

  • Carries one value: the primary process variable
  • Simple: one wire pair per measurement point
  • Compatible with all DCS and PLC analog input cards
  • Easy to troubleshoot with a multimeter
  • Robust in electrically noisy environments
  • Provides fault detection via NAMUR signal levels
  • Cannot carry secondary variables or diagnostics
  • Signal resolution is limited by ADC accuracy
  • No configuration access from the control room
  • Requires calibration and physical access for configuration

Digital Signal (Fieldbus / HART)

  • Carries multiple values: PV, SV, TV, QV plus diagnostics
  • Complex: requires protocol-specific infrastructure
  • Requires fieldbus-capable input cards or gateways
  • Requires protocol-specific tools to troubleshoot
  • Can be affected by noise if not properly installed
  • Provides rich diagnostic information: device health, alarms
  • Carries full device diagnostics and status bytes
  • Signal resolution is determined by device firmware (typically 15-16 bit)
  • Full remote configuration and calibration access
  • Devices can be configured and diagnosed remotely
CriteriaAnalog (4-20 mA)Digital (Fieldbus/HART)
Variables per wire pairOne (primary variable only)Multiple (up to four process variables plus diagnostics)
Signal resolution12-16 bit depending on ADC in DCS card15-16 bit from the device itself
Noise immunityExcellent. Current signal resists electromagnetic interference.Good if properly installed. Sensitive to grounding issues and cable routing near power cables.
Cable requirementStandard twisted pair, typically 0.5 mm² or largerSpecific cable specs for fieldbus (low capacitance, matched impedance)
Number of devices per cable pairOne device per wire pairUp to 32 devices on one Foundation Fieldbus segment
Remote configurationNot possible without HARTFull remote configuration from control room
Diagnostic informationNone (only the mA value)Full device health, predictive maintenance alerts, fault codes
Fault detectionNAMUR NE43 signal levels (below 3.6 mA = fault)Detailed fault diagnosis including sensor failure, electronics failure, communication errors
Wiring cost (per loop)Low. Standard cable and terminals.Higher. Specific cable, segment power conditioner, terminators.
Troubleshooting easeVery easy. Multimeter is all you need.Requires protocol-specific tools and knowledge.
SpeedImmediate (continuous)Governed by protocol update rate (e.g. HART: 2 updates/second)
Best forSimple measurements where one value is sufficient and ease of maintenance is criticalComplex measurements where diagnostics, multiple variables and remote configuration add value

How HART Bridges Analog and Digital

HART (Highway Addressable Remote Transducer) is the most widely used protocol in process instrumentation precisely because it solves the main problem with going fully digital: compatibility with existing 4-20 mA infrastructure. HART superimposes a digital communication signal on top of the 4-20 mA current loop without disturbing the analog measurement.

HART: Analog Signal + Digital Communication on the Same Wire
DCS / PLC Reads 4-20 mA as before HART Communicator Clips on loop wires, reads digital data Smart Transmitter Sends 4-20 mA analog + HART digital data 4-20 mA Analog (DC) HART Digital (AC FSK)
The same two wires carry both signals simultaneously. The DCS reads the mA. The HART communicator reads the digital data.

Figure 4: HART superimposes a digital FSK signal on the 4-20 mA loop. The DCS reads the current as usual. A HART communicator clipped anywhere on the loop wires reads secondary variables, device status and configuration without interrupting the 4-20 mA measurement.

The result is that a plant with existing 4-20 mA wiring can access digital capabilities without changing a single cable or DCS card. This backward compatibility is why HART is installed in over 40 million field devices worldwide. For a full explanation of how HART works, see our article on HART protocol: how it works and how to use a HART communicator.

Advertisement
Advertisement

Digital Fieldbus Protocols Used in Process Plants

When plants want to go beyond HART and use fully digital communication without any analog signal, several fieldbus protocols are available. Each has its own design philosophy, application strengths and level of adoption.

ProtocolPhysical layerSpeedDevices per segmentCommon use
HART (digital mode)Two-wire, 4-20 mA loop (point-to-point) or multidrop1,200 baud1 (point-to-point) or up to 15 (multidrop)Universal. Fitted to virtually all smart field instruments. The bridge between analog and digital.
Foundation Fieldbus H1Two-wire fieldbus segment, 31.25 kbps31.25 kbpsUp to 32 per segmentHigh-end process control in oil and gas, chemical plants. Multiple devices and control functions on one segment.
PROFIBUS PATwo-wire, intrinsically safe capable31.25 kbpsUp to 32 per segmentProcess industry (especially in Europe). Connects to PROFIBUS DP or PROFINET at the controller level via coupler.
Modbus RTURS485 serial, two-wireUp to 115.2 kbpsUp to 247 per busEnergy meters, drives, analysers, remote I/O. The most widely used digital protocol in industrial automation. See our Modbus protocol guide.
PROFINETIndustrial Ethernet (Cat5/Cat6)100 Mbps / 1 GbpsNetwork-limitedModern manufacturing and process plants. High-speed control, motion, safety over Ethernet infrastructure.
EtherNet/IPIndustrial Ethernet100 Mbps / 1 GbpsNetwork-limitedRockwell Automation / Allen-Bradley systems. Widely used in North American manufacturing.

Discrete Digital Signals: DI and DO

In addition to analog signals (4-20 mA) and serial digital protocols, process plants use simple discrete digital signals for on/off devices. These are the simplest form of digital signal in instrumentation.

Signal typeWhat it carriesTypical devicesVoltage levels
DI (Digital Input)Status from a field device to the DCS/PLC. Is the device ON or OFF?Limit switches, pressure switches, level switches, relay contacts, valve position feedback (open/closed)24V DC (most common in process), 110/220V AC in older plants, dry contact (potential-free)
DO (Digital Output)Command from DCS/PLC to a field device. Turn ON or turn OFF.Solenoid valves, motor contactors, alarm horns, signal lamps, relay coils24V DC (most common), higher voltages for motor starters and heavy loads

Discrete DI and DO signals are fundamentally different from 4-20 mA analog signals. There is no measurement of an intermediate value: the device is either in one state or the other. For a full explanation of all four signal types, see our article on AI, AO, DI and DO signals in instrumentation explained.

How to Choose Between Analog and Digital Signals

  • Use 4-20 mA analog when the application requires only one measurement value, when simplicity and ease of maintenance are the priority, when the control room team is more comfortable with traditional methods, or when the DCS does not support fieldbus input cards.
  • Use HART (analog + digital) when you want the simplicity and reliability of 4-20 mA but also need remote configuration access, secondary variable reading and device diagnostics without changing your wiring or DCS cards. HART is the best of both worlds for most applications.
  • Use Foundation Fieldbus or PROFIBUS PA when you need multiple device connections on a single cable pair, when the DCS natively supports these protocols, and when you are designing a new plant where the additional engineering investment in fieldbus gives long-term operational benefits through predictive diagnostics.
  • Use Modbus RTU when connecting energy meters, drives, analysers or remote I/O to a SCADA or PLC over RS485. Modbus is the most practical choice for devices that are not in the main DCS loop but need to report data to a supervisory system.
  • Use discrete DI/DO when the device is inherently on/off (switches, contactors, solenoids). There is no point using an analog signal to represent a state that only has two possible values.
  • Use Ethernet-based protocols (PROFINET, EtherNet/IP) when building a modern plant with a digital backbone, when high-speed data exchange is required, or when integrating with MES, historian or cloud data systems that expect standard IP networking.
The answer for most existing process plants
For the vast majority of existing process plants, the practical answer is: keep 4-20 mA for field instruments but enable HART on every smart transmitter and actually use the HART communicator for configuration, diagnostics and secondary variable reading. This alone upgrades the information available from each instrument from one value to four values plus rich diagnostics, with zero changes to cables, DCS cards or control loops.

Common Signal Problems and How to Fix Them

ProblemSignal typeCauseFix
Signal reads below 4 mA constantly4-20 mA analogBroken wire, failed transmitter or blown fuse on loop power supplyCheck continuity on loop wires. Verify 24V DC at transmitter terminals. Check I/O card fuse. Replace transmitter if power is present but output is still below 3.6 mA.
Noisy or unstable signal4-20 mA analogPoor cable shielding, ground loops, proximity to VFDs or high-voltage cablesCheck that cable shield is grounded at one end only. Re-route cables away from power cables. Add ferrite filters on cables near VFDs. Check for multiple earthing points creating a ground loop.
HART communicator shows No Device FoundHART digitalLess than 250 ohms in the loop, no loop power, wrong poll addressAdd 250 ohm resistor in series if measuring on a bench with an ammeter. Verify 24V power. Try polling all addresses 0-15. See HART protocol guide.
DCS reads wrong engineering unit value despite correct mA4-20 mA analogWrong LRV or URV configured in DCS AI card configurationCheck DCS AI configuration for that tag. Correct the LRV, URV and engineering units to match the transmitter datasheet.
Digital bus devices drop off intermittentlyFoundation Fieldbus / PROFIBUS PAMissing or wrong termination resistors, excessive segment length, too many devices, power supply sagVerify exactly two terminators per segment (one at each end). Check segment power conditioner output voltage. Count total device load current. Reduce segment length or add repeater.

Further Reading and External Resources

Trusted external resources on analog and digital signals
Advertisement
Advertisement

Frequently Asked Questions: Analog vs Digital Signals

What is the difference between analog and digital signals in instrumentation?
An analog signal is a continuously varying electrical value (typically 4-20 mA) where the current level directly represents the process measurement. A digital signal encodes information as sequences of 0s and 1s and carries multiple values, device status and diagnostics. Analog is simpler and more robust. Digital carries far more information but requires more complex infrastructure.
Why is 4-20 mA the standard for process instrumentation?
4-20 mA became the standard because current does not degrade with cable length (unlike voltage), the live zero at 4 mA enables broken wire detection, the signal can power the transmitter electronics in a two-wire loop, and it works reliably in electrically noisy industrial environments. It is also universal: every DCS and PLC supports 4-20 mA analog input cards.
What does 4 mA represent in a 4-20 mA signal?
4 mA represents 0% of the measurement range (the lower range value, LRV). 20 mA represents 100% (the upper range value, URV). The live zero at 4 mA allows the control system to detect a broken wire or dead transmitter, which would show as 0 mA rather than the lowest measurement value.
What is HART and is it analog or digital?
HART is both. It superimposes a digital communication signal on top of the standard 4-20 mA analog current loop. The DCS reads the 4-20 mA analog signal as usual. A HART communicator clipped onto the same wires reads the digital data without disturbing the analog measurement. This backward compatibility with existing 4-20 mA infrastructure makes HART the most widely used digital field protocol in the world.
When should I use a digital fieldbus instead of 4-20 mA?
Use Foundation Fieldbus or PROFIBUS PA when designing a new plant, when you need multiple devices on one cable pair, or when rich diagnostics and predictive maintenance from the field instruments are a priority. For existing plants, enabling HART on smart transmitters gives most of the digital benefits without changing any wiring or DCS cards.
What is the difference between AI, AO, DI and DO signals?
AI (Analog Input) is a 4-20 mA signal from a field instrument to the DCS, carrying a measurement. AO (Analog Output) is a 4-20 mA signal from the DCS to a control valve or positioner, carrying a control command. DI (Digital Input) is an on/off status signal from a switch or relay to the DCS. DO (Digital Output) is an on/off command from the DCS to a solenoid, motor or alarm device.

What we learn today

  • An analog signal varies continuously (4-20 mA) and carries one measurement. A digital signal encodes many values as binary sequences and can carry secondary variables, diagnostics and configuration data over the same wires.
  • The 4-20 mA current loop is the global standard because current does not drop with cable length, the live zero at 4 mA enables broken wire detection, and the signal can power the transmitter in a two-wire loop.
  • HART bridges both worlds: it superimposes digital communication on the 4-20 mA signal without changing any wiring, allowing access to secondary variables and diagnostics on existing installations.
  • For most existing plants, the best path is to keep 4-20 mA wiring but enable and actively use HART on every smart transmitter. For new plants, Foundation Fieldbus, PROFIBUS PA or Ethernet-based protocols offer full digital benefits.

Leave a Reply

Your email address will not be published. Required fields are marked *