6.1 Analog Signal Loops & Electrical Noise

Key Takeaways

  • 4-20 mA current loops use a 4 mA 'live zero' to distinguish between a valid 0% process measurement and a dead circuit, power loss, or wire break (< 3.6 mA or 0 mA).
  • Loop compliance voltage requires V_supply - V_min_tx >= I_max * (R_wire + R_resistor + R_barrier); insufficient voltage causes transmitter saturation at higher current outputs.
  • For conventional low-frequency analog pairs, the approved loop drawing commonly designates one shield-ground point; digital networks and vendor-specific systems may require different termination and grounding.
  • Ground loops stem from differential potential (Delta V_ground) between field and control room earth grids, driving circulating currents through shields or common leads and causing additive measurement offsets.
  • NAMUR NE43 distinguishes a normal/extended measurement region from configured failure currents below 3.6 mA or above 21.0 mA; actual device alarm direction and values must be verified.
Last updated: August 2026

Analog Signal Loops & Electrical Noise

1. Physics of 4-20 mA Current Loops & Live Zero

In industrial process control, the 4-20 mA current loop is the dominant analog signal transmission standard (ANSI/ISA-50.00.01). Unlike voltage signals (e.g., 0-10 V), which suffer from progressive voltage drops ($V = I \times R$) along long field wiring runs, a current signal regulates the flow of electrical charge through a single series loop. According to Kirchhoff's Current Law (KCL), the current entering any series node must equal the current leaving it. Consequently, as long as the loop power supply provides sufficient voltage to overcome total series resistance, the current measured at the control room receiver is identical to the current regulated by the field transmitter, regardless of wire length or contact resistance.

The Live Zero Concept

The decision to start the standard process range at 4 mA (0% Process Variable) rather than 0 mA is known as the live zero concept. This provides two distinct physical and diagnostic advantages:

  1. Power Delivery for 2-Wire Transmitters: The 4 mA baseline provides continuous electrical power (at least $4\text{ mA} \times V_{\text{min_tx}}$) to operate the transmitter's internal microprocessor, sensor excitation circuit, and signal conditioning electronics directly from the signal loop without requiring separate power wiring.
  2. Immediate Fault Detection: A true zero signal (0.0 mA) indicates a physical fault—such as a broken conductor, blown power supply fuse, disconnected terminal, or catastrophic transmitter failure. If 0 mA represented 0% process value, control systems could not distinguish between a completely depressurized tank and a severed signal line. Under NAMUR NE43 guidelines, any signal below 3.6 mA is flagged as a hardware fault.

Linear Transfer Function

The mathematical relationship between current output ($I_{\text{loop}}$ in mA) and Process Variable ($PV$) bounded by Lower Range Value ($LRV$) and Upper Range Value ($URV$) is linear:

SpanPV=URVLRV\text{Span}_{PV} = URV - LRV Fractional Span=PVLRVURVLRV\text{Fractional Span} = \frac{PV - LRV}{URV - LRV} Iloop=4.0 mA+(16.0 mA×PVLRVURVLRV)I_{\text{loop}} = 4.0\text{ mA} + \left(16.0\text{ mA} \times \frac{PV - LRV}{URV - LRV}\right)

Conversely, given a measured loop current $I_{\text{loop}}$, the process variable is calculated as:

PV=LRV+(Iloop4.0 mA16.0 mA)×(URVLRV)PV = LRV + \left(\frac{I_{\text{loop}} - 4.0\text{ mA}}{16.0\text{ mA}}\right) \times (URV - LRV)


2. 2-Wire (Loop-Powered) vs. 4-Wire (Self-Powered) Transmitters

Field instruments are broadly categorized into 2-wire and 4-wire configurations based on how electrical power is supplied to the device.

Operational Parameter2-Wire (Loop-Powered) Transmitter4-Wire (Self-Powered) Transmitter
Wiring Requirement1 twisted pair (2 conductors total)2 separate cables (4 conductors total: 2 power, 2 signal)
Power SourceExternal 24 VDC loop power supply in seriesDedicated 120/230 VAC or 24 VDC utility power source
Current ModulationActs as a variable current regulator (sink)Acts as an active current source driving the loop
Power BudgetExtremely low (< 3.6 mA available for electronics)High power available (watts to tens of watts)
IsolationDepends on transmitter, barrier, and input designSeparate power and signal conductors do not by themselves guarantee galvanic isolation; verify the data sheet
Typical ApplicationsPressure, differential pressure, temperature, levelCoriolis mass flow, magnetic flow, gas analyzers

3. Loop Compliance Voltage Physics & Mathematical Calculations

A common cause of field loop failure is insufficient compliance voltage. Compliance voltage represents the total DC voltage that the loop power supply must provide to overcome the sum of all series voltage drops while maintaining the transmitter's minimum operating terminal voltage ($V_{\text{tx_min}}$) at maximum loop current ($I_{\text{max}}$).

Mathematical Model

To ensure proper operation across the full dynamic range (including overrange and fault conditions up to $I_{\text{max}}$):

VsupplyVtx_minImax×(Rwire+Rsense+Rbarrier+Risolator)V_{\text{supply}} - V_{\text{tx\_min}} \ge I_{\text{max}} \times \left(R_{\text{wire}} + R_{\text{sense}} + R_{\text{barrier}} + R_{\text{isolator}}\right)

Where:

  • $V_{\text{supply}}$ = DC power supply voltage (typically 24.0 VDC nominal).
  • $V_{\text{tx_min}}$ = Minimum operating voltage required across transmitter terminals (typically 10.5 VDC to 12.0 VDC).
  • $I_{\text{max}}$ = Maximum expected current (use 0.0216 A for NAMUR NE43 burnout high, or 0.020 A standard).
  • $R_{\text{wire}}$ = Total round-trip resistance of field wiring ($2 \times L \times R_{\text{per_foot}}$).
  • $R_{\text{sense}}$ = Precision receiver dropping resistor (typically $250.0\ \Omega$ for 1-5 V conversion).
  • $R_{\text{barrier}}$ = Resistance of Intrinsic Safety (IS) Zener barrier or galvanic isolator (typically $250\ \Omega$ to $350\ \Omega$).

Step-by-Step Worked Calculation

Scenario: An instrument engineer is designing an intrinsically safe pressure transmitter loop. The transmitter specifies $V_{\text{tx_min}} = 11.5\text{ VDC}$. The loop uses a 24.0 VDC power supply, a $250.0\ \Omega$ DCS analog input resistor, an IS barrier with $320.0\ \Omega$ end-to-end resistance, and 18 AWG twisted pair copper cable ($R_{\text{wire}} = 6.51\ \Omega / 1000\text{ ft}$ per single conductor). The system must support NAMUR NE43 fault conditions up to $I_{\text{max}} = 21.6\text{ mA}$ (0.0216 A).

Goal: Calculate the maximum allowable one-way cable distance ($L$) from control room to field instrument.

  1. Calculate Available Voltage Drop: Vavailable=VsupplyVtx_min=24.0 V11.5 V=12.5 VDCV_{\text{available}} = V_{\text{supply}} - V_{\text{tx\_min}} = 24.0\text{ V} - 11.5\text{ V} = 12.5\text{ VDC}

  2. Calculate Maximum Total Loop Resistance ($R_{\text{loop_max}}$): Rloop_max=VavailableImax=12.5 V0.0216 A=578.70 ΩR_{\text{loop\_max}} = \frac{V_{\text{available}}}{I_{\text{max}}} = \frac{12.5\text{ V}}{0.0216\text{ A}} = 578.70\ \Omega

  3. Subtract Fixed Series Resistances to Find Max Allowable Wire Resistance ($R_{\text{wire_max}}$): Rwire_max=Rloop_max(Rsense+Rbarrier)R_{\text{wire\_max}} = R_{\text{loop\_max}} - (R_{\text{sense}} + R_{\text{barrier}}) Rwire_max=578.70 Ω(250.0 Ω+320.0 Ω)=578.70 Ω570.0 Ω=8.70 ΩR_{\text{wire\_max}} = 578.70\ \Omega - (250.0\ \Omega + 320.0\ \Omega) = 578.70\ \Omega - 570.0\ \Omega = 8.70\ \Omega

  4. Calculate One-Way Cable Distance ($L$): Note that two conductors (outbound and return) are in series: $R_{\text{wire}} = 2 \times L \times (6.51\ \Omega / 1000\text{ ft})$. 8.70 Ω=2×L×0.00651 Ω/ft=L×0.01302 Ω/ft8.70\ \Omega = 2 \times L \times 0.00651\ \Omega/\text{ft} = L \times 0.01302\ \Omega/\text{ft} L=8.70 Ω0.01302 Ω/ft=668.2 feetL = \frac{8.70\ \Omega}{0.01302\ \Omega/\text{ft}} = 668.2\text{ feet}

Diagnostic Insight: If cable length exceeds 668 feet, under high process or fault conditions (21.6 mA), voltage across the transmitter terminals will drop below 11.5 V, causing the transmitter to "saturate" or clamp its output, failing to report accurate high readings.


4. EMI/RFI Electrical Noise Sources & Shielding Mechanics

Industrial environments are hostile electromagnetic settings. Signal transmission lines are susceptible to two primary forms of interference:

  1. Electromagnetic Interference (EMI): Low-frequency inductive coupling caused by time-varying magnetic fields ($V_{\text{noise}} = -M \frac{di}{dt}$) generated by adjacent Variable Frequency Drive (VFD) output cables, high-voltage motor power leads, welding equipment, and large transformers.
  2. Radio Frequency Interference (RFI): High-frequency capacitive and radiated coupling ($I_{\text{noise}} = C \frac{dv}{dt}$) caused by handheld two-way radios, cellular towers, switching power supplies, and spark ignition systems.

Twisted Shielded Pair (TSP) Mechanics

  • Conductor Twisting: Twisting the signal (+) and (-) conductors forces external magnetic fields to induce equal and opposite voltages in consecutive half-twists. This cancels common-mode magnetic noise at the receiver input.
  • Foil Shield & Drain Wire: An overall aluminum/mylar foil shield wraps the twisted pair, backed by a tinned copper drain wire. The conductive shield acts as a Faraday cage, capturing electrostatically coupled AC noise currents and bleeding them safely to earth ground before they reach signal conductors.

5. Single-Point Shielding Rules & Ground Loop Physics

For conventional low-frequency analog instrument pairs, the project design commonly assigns one shield-ground point to avoid circulating low-frequency current. Do not generalize that convention to every digital bus, high-frequency system, or vendor architecture. Verify the loop drawing, cable specification, device manual, and site grounding standard before landing or lifting a shield.

[ CONTROL ROOM PANEL ]                      [ FIELD INSTRUMENT ]
Panel Ground Bar                              Field Junction Box
      |                                               |
   (GND) <=== Drain Wire Grounded             (Shield Floating/Insulated)

Physics of Ground Loops

When a cable shield is mistakenly connected to earth ground at both ends (control panel and field junction box), a ground loop is formed. Because physical ground rods located hundreds of feet apart are separated by non-zero soil resistance, an earth potential differential ($\Delta V_{\text{ground}}$, often 1 to 15 VAC/DC) exists between the field site and the control room.

This voltage difference drives a circulating ground loop current ($I_{\text{ground}} = \frac{\Delta V_{\text{ground}}}{R_{\text{shield}}}$) through the shield drain wire. Via transformer effect and capacitive coupling, this heavy circulating current induces unwanted AC ripple (60 Hz hum) and erratic DC offset voltage directly into the internal signal pair, causing calibration drift and signal instability.


6. Galvanic Signal Isolators

When multiple field instruments share common power supplies or when ground potential differences cannot be eliminated, galvanic signal isolators are used. Isolators break the direct electrical (ohmic) connection between input, output, and power supply circuits.

  • Technologies: Optical coupling (opto-isolators), high-frequency pulse transformers (magnetic isolation), or capacitive barriers.
  • Performance: Provide continuous dielectric isolation (typically $1500\text{ V}{\text{rms}}$ to $2500\text{ V}{\text{AC}}$ for 1 minute), eliminating ground loops, rejecting common-mode voltages up to hundreds of volts, and protecting sensitive DCS input modules from field lightning surges.

7. 1-5 V Dropping Resistor Tolerances

Most modern Programmable Logic Controller (PLC) and Distributed Control System (DCS) Analog Input (AI) cards use high-impedance voltage-sensing Operational Amplifiers (Op-Amps) rather than direct current meters. To convert the 4-20 mA current loop signal into a standard 1-5 VDC voltage signal, a $250.0\ \Omega$ precision dropping resistor is installed in parallel across the AI input terminals:

Vin=Iloop×RsenseV_{\text{in}} = I_{\text{loop}} \times R_{\text{sense}}

  • At 4.00 mA: $V_{\text{in}} = 0.0040\text{ A} \times 250.0\ \Omega = 1.000\text{ VDC}$
  • At 20.00 mA: $V_{\text{in}} = 0.0200\text{ A} \times 250.0\ \Omega = 5.000\text{ VDC}$

Resistor Precision & Tolerances

Resistor tolerance directly impacts overall loop measurement accuracy:

  • Standard Commercial 1% Resistor ($250\ \Omega \pm 2.5\ \Omega$): At 20 mA, output voltage ranges from 4.95 V to 5.05 V, introducing up to $\pm 1.0%$ full-scale error ($\pm 0.16\text{ mA}$ error equivalent). This completely degrades high-accuracy instrumentation.
  • Precision Instrument 0.1% or 0.05% Resistor ($250\ \Omega \pm 0.125\ \Omega$): Introduces less than $\pm 0.05%$ error, maintaining ISA CCST Level I accuracy standards. Precision resistors must also feature low Temperature Coefficients of Resistance (TCR $\le 10\text{ ppm}/^\circ\text{C}$) to avoid drift caused by panel cabinet heating.

8. NAMUR NE43 Fault Thresholds

NAMUR NE43 is a widely used recommendation for separating measurement overrange from device-failure current. The transmitter and DCS must be configured consistently; NE43 values are not proof that every 4-20 mA device uses the same alarm direction or exact burnout current:

Current Signal LevelNAMUR NE43 ClassificationSystem Interpretation & Action
< 3.6 mA (typically 3.2 mA)Sensor Failure Low (Burnout Low)Open sensor wire, hardware failure, broken element. Trips Alarm.
3.6 mA to 3.8 mAUnder-rangeValid measurement below calibrated 0% span.
3.8 mA to 20.5 mANormal Process OperationStandard measurement linear range (0% to 100% PV).
20.5 mA to 21.0 mAOver-rangeValid measurement above calibrated 100% span.
> 21.0 mA (typically 21.6 mA)Sensor Failure High (Burnout High)Shorted sensor element, over-pressure saturation. Trips Alarm.
[0mA]----(3.6mA)====[4.0mA---------------------20.0mA]====(21.0mA)----[24mA]
  | Fault  | Under  |       Normal PV Range        | Over   | Fault   |
  | Low    | Range  |         (0 - 100%)           | Range  | High    |

9. Step-by-Step Troubleshooting Scenarios

Scenario A: Loop Current Reads 0.0 mA (Dead Loop)

  1. Measure Loop Voltage at Transmitter Terminals: Connect DMM in DC Volts mode across field transmitter (+) and (-) terminals.
  2. If Voltage = 0 VDC: Problem is upstream. Go to control panel and measure power supply output. Check for blown fuse, open circuit breaker, broken wire, or tripped IS barrier.
  3. If Voltage = 24 VDC: Power supply is present, but no current flows. Disconnect field wiring and connect DMM in series mA mode or check internal diode. Zero current with 24 VDC present proves the transmitter's internal electronics or sensing element is an open circuit.

Scenario B: Transmitter Output Clamps at 14.5 mA under High Process Conditions

  1. Connect DMM in DC Volts Mode across Transmitter Terminals: Observe terminal voltage as process increases.
  2. Symptom: As process increases and current reaches 14.5 mA, voltage across transmitter terminals drops down to $10.4\text{ VDC}$ (below $V_{\text{tx_min}} = 10.5\text{ VDC}$).
  3. Root Cause: Excessive loop compliance voltage drop. Inspect loop for added line resistance, corrosion, or incorrect sensing resistor value.
Loading diagram...
2-Wire 4-20 mA Analog Loop with Single-Point Shielding & IS Barrier
NAMUR NE43 Analog Current Thresholds (mA)
Test Your Knowledge

An instrument technician is troubleshooting a 2-wire pressure transmitter loop powered by a 24.0 VDC supply. The transmitter requires a minimum operating terminal voltage of 11.0 VDC. The loop includes a 250.0-ohm DCS dropping resistor and an intrinsic safety barrier with an end-to-end resistance of 280.0 ohms. What is the maximum allowable round-trip field wire resistance (R_wire) to ensure proper NAMUR NE43 burnout high operation at 21.6 mA?

A
B
C
D
Test Your Knowledge

In a conventional analog loop whose approved drawing designates one shield bond, what problem can an unintended second field-end bond create?

A
B
C
D
Test Your Knowledge

A DCS Analog Input channel configured for NAMUR NE43 alarms measures a loop current of 3.2 mA from a smart temperature transmitter. How will the DCS interpret this signal?

A
B
C
D
Test Your Knowledge

What is the primary operational difference between a 2-wire transmitter and a 4-wire transmitter?

A
B
C
D