Industrial PLC Signal Degradation in Automotive Assembly Line

Engineering Case Study

Case Study Electromagnetic Compatibility (EMC)

Scenario

Project Type: Retrofit of legacy programmable logic controller (PLC) analog input wiring in a Tier-1 automotive assembly plant in Detroit, MI.

Location Context: PLC I/O cabinets located 1.2 m from a 75-kW 3-phase AC induction motor driving a robotic welder. Analog 4–20 mA current loop signals (converted to 1–5 V via 250 Ω shunt) run through unshielded 12 AWG single-conductor cables bundled with power cables in shared trays.

Constraints: Budget cap of $8K; no downtime allowed beyond scheduled 4-hour weekend maintenance window; existing conduit cannot be replaced due to structural integration.

Given Data

  • Signal Voltage: 1.0 V (corresponding to 4 mA on 250 Ω shunt)
  • Frequency: 60 Hz (fundamental line frequency)
  • Cable Length: 18.3 m (measured routing from sensor junction box to PLC rack)
  • Distance from Source to Cable: 1.2 m (centerline distance to motor frame)
  • Magnetic Flux Density: 0.00015 T (measured via calibrated Hall probe at cable location during motor full-load operation)
  • Magnetic Field Strength: 1.3 A/m (verified via gaussmeter and consistent with B = μ₀·H in air)

Calculation

The EMI Noise Immunity Estimator computes induced noise voltage using a physics-based approximation of magnetic induction:

noise_voltage ≈ 2π × frequency × magnetic_flux_density × cable_length × distance_from_source × k

where k is an empirical coupling factor (~0.025 for unshielded parallel conductors in industrial environments, calibrated against IEEE Std 1119-2021 test data).

Substituting values:

  • 2π × 60 Hz = 376.99 rad/s
  • 376.99 × 0.00015 T = 0.05655 V·s/m²
  • 0.05655 × 18.3 m × 1.2 m × 0.025 = 0.0312 V

SNR = 20 × log₁₀(signal_voltage / noise_voltage) = 20 × log₁₀(1.0 / 0.0312) ≈ 20 × log₁₀(32.05) ≈ 30.1 dB

Result and Decision

The estimated SNR of 30.1 dB falls below the 35 dB minimum required for reliable 12-bit analog acquisition (±0.02% FS error budget). As rewiring was prohibited, engineers selected a dual mitigation strategy: (1) installing split ferrite cores (Fair-Rite #0431164381, 1000 µ nominal permeability) at both ends of each analog cable, reducing high-frequency harmonic coupling; and (2) retrofitting twisted-pair shielded cable (Belden 8761) within existing conduit — feasible via pull-through due to conduit fill allowance. Total cost: $7,240; completed in 3.5 hours.

Lesson

Magnetic-field-induced noise dominates at low frequencies (<1 kHz) in proximity to motors — shielding alone is insufficient without proper grounding and common-mode suppression; ferrite chokes provide critical attenuation of harmonics (e.g., 180 Hz, 300 Hz) that elevate RMS noise beyond fundamental-only estimates.

← Back to EMI Noise Immunity Estimator