What Is a 4–20 mA Signal?
A 4–20 mA signal is the most common analog communication standard in industrial automation. It represents a process variable such as pressure, temperature, flow, level, or position using current in milliamps. In most applications, 4 mA corresponds to the lower end of the measurement span (0%), and 20 mA corresponds to the upper end (100%).
This format is called a current loop because the transmitter, wiring, power supply, and receiving device form a loop. Current is highly resistant to electrical noise and voltage drop over long cable runs, which is why it remains a preferred method in plants, pipelines, utilities, and process facilities.
Why 4–20 mA Is Used Instead of 0–20 mA or 0–10 V
Live Zero for Diagnostics
A key advantage of 4–20 mA is live zero. At 4 mA, the system knows the instrument is alive and reading the low end of range. At 0 mA, the loop may be broken, powered off, or faulted. This makes troubleshooting faster and safer.
Noise Immunity and Distance
Voltage signals are more sensitive to voltage drops and induced noise. Current loops can travel much longer distances and remain stable in electrically harsh environments near motors, VFDs, and high-current equipment.
Simple Linear Scaling
Because the span from 4 mA to 20 mA is exactly 16 mA, conversion to percentage and engineering units is straightforward. This enables easy scaling in PLCs, RTUs, DCS systems, and panel meters.
4–20 mA Conversion Guide
The calculator above handles all common conversion tasks. If you need manual calculations, use these formulas:
| Conversion | Formula | Notes |
|---|---|---|
| mA to % | ((mA - 4) / 16) × 100 | Shows loop position from 0% to 100%. |
| mA to Engineering Units | LRV + ((mA - 4) / 16) × (URV - LRV) | Works for pressure, temperature, level, and more. |
| Engineering Units to mA | 4 + 16 × ((Value - LRV) / (URV - LRV)) | Used for output simulation and loop checks. |
| Voltage across resistor to mA | (V / R) × 1000 | Common for 250 Ω resistor and 1–5 V conversion. |
Practical 4–20 mA Examples
Example 1: mA to Tank Level
A level transmitter is ranged 0 to 6 meters. Measured current is 12 mA. Since 12 mA is 50% of span, level is 3 meters.
Example 2: mA to Pressure
A pressure transmitter range is 0 to 10 bar. If loop current is 8 mA: percent = ((8 - 4)/16) × 100 = 25%. Pressure = 2.5 bar.
Example 3: Voltage to mA via 250 Ω
A PLC analog input reads 3.5 V over a 250 Ω resistor. mA = (3.5 / 250) × 1000 = 14 mA, which equals 62.5% of range.
PLC and DCS Analog Input Scaling
In control systems, raw analog counts must be scaled to meaningful units. Different platforms represent analog values differently, but the concept is identical: map the input corresponding to 4 mA to LRV and input corresponding to 20 mA to URV. After scaling, logic, alarms, trends, and operator displays become meaningful.
When commissioning, verify loop behavior at known points such as 4.00 mA, 12.00 mA, and 20.00 mA. This confirms sensor calibration, AI card scaling, and display consistency. If values are offset, inspect transmitter trim, analog module configuration, and grounding/shielding practices.
Common 4–20 mA Ranges in Industry
| Process Variable | Typical LRV | Typical URV | Example at 12 mA |
|---|---|---|---|
| Pressure | 0 bar | 16 bar | 8 bar |
| Temperature | -50 °C | 150 °C | 50 °C |
| Level | 0 m | 10 m | 5 m |
| Flow | 0 m³/h | 250 m³/h | 125 m³/h |
4–20 mA Wiring Basics
2-Wire Transmitters
Two-wire instruments are loop-powered. The same pair of wires provides both power and signal current. This is common for pressure and level transmitters.
3-Wire and 4-Wire Devices
Some devices have separate power and signal terminals. Always check manufacturer drawings for polarity, supply voltage, and required loop resistance.
250 Ω Precision Resistor Use
A 250 Ω resistor converts 4–20 mA into 1–5 V. This is useful for DAQ cards or voltage-only inputs. Use a precision, low-temperature-coefficient resistor when accuracy matters.
4–20 mA Troubleshooting Checklist
If your readings look wrong, use this quick checklist:
| Symptom | Likely Cause | Action |
|---|---|---|
| 0 mA | Open loop, no power, blown fuse | Check supply voltage, continuity, terminals, and fuses. |
| Fixed near 4 mA | Sensor at low limit, blocked impulse line, setup issue | Validate process condition and transmitter configuration. |
| Fixed near 20 mA | Over-range, shorted signal, wrong scaling | Confirm sensor range and AI scaling parameters. |
| Noisy or unstable value | EMI, poor shielding, grounding issues | Use shielded cable, proper grounding, and cable separation. |
| Wrong engineering value | Incorrect LRV/URV in PLC or transmitter | Match range settings on both ends and retest at 4/12/20 mA. |
Calibration and Best Practices
For reliable operation, calibrate transmitters on a documented schedule and perform loop checks during commissioning or after maintenance. Keep drawings updated, label all terminals clearly, and record final as-left values. Use certified calibrators for critical process loops.
Good engineering practice includes selecting loop power supplies with enough voltage headroom for device burden, cable resistance, and input resistor drops. In hazardous areas, follow intrinsic safety or explosion-proof requirements exactly as specified.
FAQ: 4–20 mA Calculator and Signal Conversions
What is the percentage at 12 mA?
12 mA equals 50% of span because it is exactly midway between 4 and 20 mA.
How do I calculate mA from process value?
Use mA = 4 + 16 × ((Value - LRV) / (URV - LRV)).
Can values be below 4 mA or above 20 mA?
Yes, some transmitters drive currents outside the normal range for diagnostics or NAMUR fault signaling. Interpret these using your device and control system standard.
Why do I get 1–5 V with 4–20 mA?
Because V = I × R. With R = 250 Ω, 4 mA produces 1 V and 20 mA produces 5 V.
Is this calculator suitable for negative ranges?
Yes. If your LRV is negative and URV is positive (for example, -50 to 150 °C), the formulas remain linear and valid.
This page is intended for educational and engineering productivity use. Always follow plant standards, instrument datasheets, and safety procedures for live systems.