Table of Contents
ToggleInstrumentation · 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.
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 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.
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.
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.
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.
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.
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.
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
| Criteria | Analog (4-20 mA) | Digital (Fieldbus/HART) |
|---|---|---|
| Variables per wire pair | One (primary variable only) | Multiple (up to four process variables plus diagnostics) |
| Signal resolution | 12-16 bit depending on ADC in DCS card | 15-16 bit from the device itself |
| Noise immunity | Excellent. Current signal resists electromagnetic interference. | Good if properly installed. Sensitive to grounding issues and cable routing near power cables. |
| Cable requirement | Standard twisted pair, typically 0.5 mm² or larger | Specific cable specs for fieldbus (low capacitance, matched impedance) |
| Number of devices per cable pair | One device per wire pair | Up to 32 devices on one Foundation Fieldbus segment |
| Remote configuration | Not possible without HART | Full remote configuration from control room |
| Diagnostic information | None (only the mA value) | Full device health, predictive maintenance alerts, fault codes |
| Fault detection | NAMUR 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 ease | Very easy. Multimeter is all you need. | Requires protocol-specific tools and knowledge. |
| Speed | Immediate (continuous) | Governed by protocol update rate (e.g. HART: 2 updates/second) |
| Best for | Simple measurements where one value is sufficient and ease of maintenance is critical | Complex 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.
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.
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.
| Protocol | Physical layer | Speed | Devices per segment | Common use |
|---|---|---|---|---|
| HART (digital mode) | Two-wire, 4-20 mA loop (point-to-point) or multidrop | 1,200 baud | 1 (point-to-point) or up to 15 (multidrop) | Universal. Fitted to virtually all smart field instruments. The bridge between analog and digital. |
| Foundation Fieldbus H1 | Two-wire fieldbus segment, 31.25 kbps | 31.25 kbps | Up to 32 per segment | High-end process control in oil and gas, chemical plants. Multiple devices and control functions on one segment. |
| PROFIBUS PA | Two-wire, intrinsically safe capable | 31.25 kbps | Up to 32 per segment | Process industry (especially in Europe). Connects to PROFIBUS DP or PROFINET at the controller level via coupler. |
| Modbus RTU | RS485 serial, two-wire | Up to 115.2 kbps | Up to 247 per bus | Energy meters, drives, analysers, remote I/O. The most widely used digital protocol in industrial automation. See our Modbus protocol guide. |
| PROFINET | Industrial Ethernet (Cat5/Cat6) | 100 Mbps / 1 Gbps | Network-limited | Modern manufacturing and process plants. High-speed control, motion, safety over Ethernet infrastructure. |
| EtherNet/IP | Industrial Ethernet | 100 Mbps / 1 Gbps | Network-limited | Rockwell 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 type | What it carries | Typical devices | Voltage 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 coils | 24V 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.
Common Signal Problems and How to Fix Them
| Problem | Signal type | Cause | Fix |
|---|---|---|---|
| Signal reads below 4 mA constantly | 4-20 mA analog | Broken wire, failed transmitter or blown fuse on loop power supply | Check 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 signal | 4-20 mA analog | Poor cable shielding, ground loops, proximity to VFDs or high-voltage cables | Check 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 Found | HART digital | Less than 250 ohms in the loop, no loop power, wrong poll address | Add 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 mA | 4-20 mA analog | Wrong LRV or URV configured in DCS AI card configuration | Check DCS AI configuration for that tag. Correct the LRV, URV and engineering units to match the transmitter datasheet. |
| Digital bus devices drop off intermittently | Foundation Fieldbus / PROFIBUS PA | Missing or wrong termination resistors, excessive segment length, too many devices, power supply sag | Verify 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
- FieldComm Group: HART Technology Explained. Official resource from the organisation that governs the HART standard. Covers how HART bridges analog and digital communication.
- ISA 50: Signal Compatibility Standards. The International Society of Automation standard governing process signal types including 4-20 mA.
- PI International: PROFIBUS and PROFINET Overview. Official technical resource for PROFIBUS PA and PROFINET digital fieldbus protocols used in process plants.
- FieldComm Group: Foundation Fieldbus Technology. Complete reference on Foundation Fieldbus H1 from the technology's governing body.
Frequently Asked Questions: Analog vs Digital Signals
- Signals in Instrumentation: AI, AO, DI and DO Explained
- HART Protocol: How It Works and How to Use a HART Communicator
- Modbus Protocol Explained: RTU vs TCP
- NAMUR NE43 Standard: Signal Range and Fault Detection
- Communication Protocols in PLC: Types Explained
- PLC vs RTU: Key Differences and When to Use Each
- Instrument Loop Checking: Step-by-Step Procedure
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.
