Loop Diagnostics + Calculator
// NAMUR NE43 decoder ยท Loop resistance calculator ยท mA converter ยท If X see Y
| mA Range | NAMUR NE43 Zone | What It Means | First Check |
|---|---|---|---|
| <3.6 mA | High failure โ downscale burnout | Device fault โ sensor or electronics failure. Transmitter configured for downscale burnout. | Check sensor โ likely open or severely damaged. Check burnout configuration. |
| 3.6โ3.9 mA | Underrange / sensor failure warning | Sensor failed low, or process genuinely below calibrated zero. Distinct from a valid 4.0 mA live zero. | Verify actual process. Check sensor connection. HART diagnostic read. |
| 3.9โ4.0 mA | Approaching live zero | Process near minimum range, or slight zero drift. Watch for 3.8 mA HART alarm. | Verify process condition. Check zero calibration. |
| 4.0โ20.0 mA | Valid measurement range | Normal operation. Live zero (4mA) = minimum, 20mA = maximum of calibrated span. | Calculate % span: (mAโ4)รท16ร100 |
| 20.0โ20.5 mA | Overrange โ process high | Process exceeded calibrated range. May be genuine or indicates re-ranging needed. | Verify actual process against independent measurement. |
| 20.5โ21.5 mA | High overrange / saturation | Process well beyond range OR loading issue (loop resistance too high). Transmitter running out of headroom. | Calculate loop resistance. Verify supply voltage AT transmitter terminals. |
| >21.5 mA | High failure โ upscale burnout | Device fault with upscale burnout configuration. Critical failure indication. | Check sensor โ likely short or overpressure. Transmitter may need replacement. |
| 0 mA | Open circuit โ complete loop failure | No current flowing at all. Loop is broken somewhere. | Power first: fuse โ supply โ wiring โ transmitter power terminals. |
// THE FORMULA: R_max = (V_supply โ V_min_transmitter) รท 0.020
Loop Resistance Calculator
Supply voltage
VDC
Min transmitter voltage
(12V = HART standard)
(12V = HART standard)
VDC
Wire resistance
(18AWG โ 6.5ฮฉ/1000ft)
(18AWG โ 6.5ฮฉ/1000ft)
ฮฉ
IS barrier resistance
(0 if no barrier)
(0 if no barrier)
ฮฉ
PLC input burden
(250ฮฉ for 1-5V input)
(250ฮฉ for 1-5V input)
ฮฉ
// RESULT
600 ฮฉ
Maximum allowable loop resistance for this supply voltage.
HART Minimum Check
HART communication requires 250โ1100ฮฉ loop resistance and minimum 12VDC at transmitter terminals.
If HART won't communicate, first check:
If HART won't communicate, first check:
Loop resistance <250ฮฉ? โ Add 250ฮฉ resistor
Voltage at TX <12V? โ Reduce resistance or increase supply
AC noise >0.2Vpp? โ Ground loop or EMI โ fix shielding
Wrong device address? โ Check HART address config
Wire Resistance Quick Ref
| AWG | ฮฉ per 1000ft | Notes |
|---|---|---|
| 14 AWG | 2.5 | Long runs |
| 16 AWG | 4.0 | Common field wire |
| 18 AWG | 6.5 | Most common instrument |
| 20 AWG | 10.2 | Watch on long runs |
| 22 AWG | 16.1 | Short runs only |
* Total loop = 2ร cable length (out and return)
// DRAG THE SLIDER โ SEE WHAT THAT mA VALUE MEANS
0 mA4 mA12 mA20 mA22 mA
12.0
mA READING
50.0%
% OF SPAN
VALID
NAMUR ZONE
Mid-range โ process at 50% of calibrated span
MEANING
Normal operation. Calculate process value: (mA โ 4) รท 16 ร span + LRV
// QUICK CONVERSION FORMULAS
mA โ PERCENT
% = (mA โ 4) รท 16 ร 100
8mA โ (8โ4)รท16ร100 = 25%
12mA โ 50% ยท 16mA โ 75%
12mA โ 50% ยท 16mA โ 75%
PERCENT โ mA
mA = (% รท 100 ร 16) + 4
25% โ 8mA ยท 50% โ 12mA
75% โ 16mA ยท 100% โ 20mA
75% โ 16mA ยท 100% โ 20mA
mA โ PROCESS VALUE
PV = ((mAโ4)รท16) ร span + LRV
0-100 PSI, 12mA โ 50 PSI
0-10ft, 16mA โ 7.5ft
0-10ft, 16mA โ 7.5ft
mA โ VOLTAGE (250ฮฉ LOAD)
V = mA ร 0.250
4mA โ 1.0V ยท 12mA โ 3.0V
20mA โ 5.0V (standard 1-5V range)
20mA โ 5.0V (standard 1-5V range)
// PATTERN RECOGNITION โ IF YOU SEE THIS, START LOOKING HERE