🎓 Lesson 3
D2
Why Harmonics Break Analog I/O — Physics & Firmware Implications
Harmonics are unwanted electrical vibrations that build up in analog sensors and wiring, causing inaccurate readings and system failures in industrial control systems.
🎯 Learning Objectives
- ✓ Analyze harmonic distortion spectra using FFT data to identify dominant orders affecting analog 4–20 mA loops
- ✓ Calculate total harmonic distortion (THD) at analog input terminals given voltage/current waveform samples
- ✓ Design passive RC low-pass filtering and shielded twisted-pair layout to suppress 3rd/5th harmonics below IEC 61000-4-7 Class A limits
- ✓ Explain how harmonic-induced common-mode voltage exceeds ADC input rejection ratio (CMRR), leading to quantization error in 16-bit PLC analog modules
- ✓ Apply IEC 61000-4-30 compliance thresholds to validate harmonic mitigation in blast-site SCADA front-end hardware
📖 Why This Matters
In underground and open-pit mines, variable-frequency drives (VFDs) for ventilation fans, crushing conveyors, and slurry pumps inject harmonics into shared 480 V AC distribution networks. These harmonics couple into analog temperature, pressure, and strain gauge signals feeding blast monitoring systems—causing erratic readings during critical pre-blast checks. A single misread borehole pressure due to 150 Hz (3rd harmonic) interference has triggered premature aborts costing $250k+ per event. Understanding and mitigating harmonics isn’t optional—it’s foundational to functional safety in energy-aware blasting control.
📘 Core Principles
Harmonics originate from non-linear current draw—especially in six-pulse VFDs generating odd-order harmonics (3rd, 5th, 7th…). In analog I/O, two failure pathways dominate: (1) Conductive coupling: harmonic voltages superimpose on 4–20 mA loop current, violating the 12-bit+ resolution requirement (< 0.1% error); (2) Radiative/inductive coupling: high-dI/dt harmonics induce noise in unshielded sensor cables, overwhelming the common-mode rejection of instrumentation amplifiers. Critically, harmonics near the ADC sampling frequency (e.g., 1 kHz in typical PLC modules) cause aliasing—folding 1.9 kHz noise into the 0–500 Hz measurement band. Energy-aware design requires harmonic-aware grounding (single-point star topology), bandwidth-limited signal conditioning, and harmonic-resilient firmware sampling strategies (e.g., synchronous oversampling with notch filters).
📐 Total Harmonic Distortion (THD)
THD quantifies harmonic pollution as the RMS ratio of all harmonic components to the fundamental frequency component. It is the primary metric used in IEC 61000-4-7 for compliance assessment of analog signal integrity under non-sinusoidal conditions.
💡 Worked Example
Problem: A pressure transducer’s 4–20 mA output is sampled at 10 kHz; FFT reveals fundamental (60 Hz) = 16.2 mA RMS, 3rd harmonic (180 Hz) = 1.42 mA, 5th (300 Hz) = 0.78 mA, 7th (420 Hz) = 0.31 mA. All higher harmonics < 0.1 mA and excluded per IEC 61000-4-7 Class A threshold.
1.
Step 1: Compute RMS of harmonics: √(1.42² + 0.78² + 0.31²) = √(2.0164 + 0.6084 + 0.0961) = √2.7209 ≈ 1.65 mA
2.
Step 2: Apply THD formula: THD_I = (1.65 mA / 16.2 mA) × 100% = 10.19%
3.
Step 3: Compare to IEC 61000-4-7 Class A limit for analog I/O inputs: ≤ 5% for mission-critical sensing in safety instrumented systems (SIS)
Answer:
The result is 10.19%, which exceeds the safe limit of 5%—indicating immediate need for harmonic filtering or cable re-routing.
🏗️ Real-World Application
At BHP’s Olympic Dam copper mine (South Australia), repeated false overpressure trips during blast initiation were traced to 3rd-harmonic injection (180 Hz) from a newly commissioned VFD-driven dewatering pump. The 300-m unshielded 2-conductor cable between the piezoresistive borehole sensor and PLC analog module acted as an antenna. Field measurements showed 12.3% THD_I at the input terminal. Mitigation involved replacing cable with shielded twisted pair (STP), installing a 1st-order RC filter (fc = 100 Hz), and relocating the analog input card to a dedicated low-noise rack—reducing THD_I to 2.1% and eliminating trips for 18+ months.