Learn PLCs free

Electrical Grounding for Industrial PLC Systems

Industrial electrical grounding is the foundation of a reliable PLC system. Done right, it provides a low-impedance fault path for safety and a clean reference for analog signals. Done wrong, it creates ground loops that corrupt analog readings, induce noise on sensitive signals, or worse — fails to clear a fault and leaves equipment energised. This guide covers the four ground types you need to know, single-point grounding strategy, and the most common mistakes.

Four kinds of ground — they are NOT the same

  • Equipment Grounding Conductor (EGC) / Safety ground / PE (Protective Earth) — the green or green/yellow wire that bonds metal enclosures, conduit, and chassis to the grounding electrode at the service entrance. Its job: provide a low-impedance fault path that trips the breaker fast when there's a short to chassis. NEC 250 and IEC 60364 define this in detail.
  • Grounded conductor / Neutral / N — the white wire (US) or blue wire (EU) that carries return current from single-phase loads. Bonded to the EGC only at the service entrance, never downstream.
  • Signal ground / SIG / 0V / GND — the reference for low-voltage DC signals (analog 0-10V, 4-20 mA, RS-485 GND). Often kept separate from the safety ground to avoid noise injection.
  • Isolated (floating) ground — for sensitive instruments. Connected to the building safety ground at exactly one point (or sometimes not at all, with battery-powered isolation).
Single-point grounding for an industrial PLC panelAll chassis, enclosure walls, DIN rail, motor frames bond to a master ground bus bar. The bus bar bonds to the building grounding electrode at exactly one point. Cable shields bond at panel end only.Single-point grounding for PLC panelControl PanelPLC chassis+ I/O cardsPower supply24V, 120VVFD / DriveHigh-noiseSafety relaySR12, etc.DIN railTerminal blocksMASTER GROUND BUS BAR (copper, 6×40 mm)Single bonding conductorto building grounding electrode(#4 or #2 AWG typical)Building grounding electrode (single point)Ground rod, water pipe, or building steel per NEC 250

Single-point grounding (the strategy that works)

The correct approach for industrial PLC panels:

  1. The control panel has a master ground bus bar (typically copper, ~6×40 mm).
  2. The bus bar bonds to the building's grounding electrode at a single point with a heavy conductor (#6 AWG or larger, often #4 or #2 for large panels).
  3. All chassis, enclosure walls, DIN rail, motor frames in the panel bond to the master ground bus bar with separate runs (no daisy-chaining for safety).
  4. Cable shields bond to the bus bar at one end only — typically the panel end. Bonding both ends creates a ground loop.
  5. Signal grounds (analog COM, RS-485 GND) reference back to a single location — typically the PLC analog input card's common terminal, which is internally connected to the master ground via the PLC chassis.

Ground loops — the silent killer

A ground loop happens when current flows between two points that are both supposed to be at zero volts. This usually shows up as 50/60 Hz hum on analog signals or intermittent communication errors on RS-485.

Common causes:

  • Cable shield bonded at both ends — current flows through the shield because the two ground points are slightly different potentials.
  • Multiple ground reference points — RTU at one end of a long run, PLC at the other, both have their own grounds, signal ground references one of them, current flows.
  • Equipment grounded through conduit AND ground wire — parallel paths invite circulating currents.
  • Mixing safety ground and signal ground — high motor-start currents in the safety ground inject noise into the signal reference.

Fix: single-point grounding strategy (above), with cable shields bonded at the panel end only and isolation amplifiers / opto-couplers for any signal that crosses ground domains.

Surge protection

Industrial environments expose control wiring to lightning-induced transients, switching surges from large motors, and EMI from VFDs. Surge protective devices (SPDs) divert these to ground:

  • Phase SPDs at the panel main breaker — for 240V/480V incoming.
  • Signal SPDs on every long-run analog line, RS-485 line, and Ethernet line that exits the cabinet.
  • Field-instrument SPDs at the transmitter end of long analog runs (over 50 m), especially for outdoor installations.

SPDs only work with a low-impedance ground path back to the building electrode. A surge with no place to go destroys the SPD and continues to the equipment.

Common grounding mistakes

  1. Daisy-chaining safety grounds. Each device bonds to the master bus bar with its own conductor — never piggyback off another device's ground.
  2. Bonding cable shields at both ends. Pick one end; document which.
  3. Sharing safety and signal ground in long runs. Use isolation amplifiers, opto-couplers, or differential signalling.
  4. Loose ground connections. Torque to manufacturer spec; use star washers; check annually.
  5. Painted or anodised mounting surfaces. The DIN rail or chassis you bolted the ground lug to is electrically isolated by the paint. Use a paint-piercing washer or scrape the contact area.
  6. Insufficient ground conductor sizing. Per NEC 250.122, use the table — undersized grounds clear breakers slowly or not at all.
  7. Ungrounded VFDs in clean rooms. Capacitive coupling to the motor frame creates measurable AC voltage on un-grounded structures. Always ground motor frames and VFDs.

Frequently asked questions

Why is electrical grounding important for PLC systems?
Grounding does two jobs: provides a low-impedance fault path so the breaker trips fast on a short to chassis (safety), and provides a clean reference for analog signals (reliability). Done wrong, you get ground loops that corrupt 4-20 mA readings, intermittent RS-485 errors, and in worst cases, energised equipment that fails to trip.
What is single-point grounding?
A grounding strategy where every chassis, enclosure, DIN rail, and signal ground bonds to one master ground bus bar, which itself bonds to the building grounding electrode at exactly one point. Eliminates ground loops by ensuring all 'zero volt' references are truly at the same potential.
What is a ground loop?
A condition where current flows between two points that should both be at zero volts. Usually caused by bonding a cable shield at both ends, multiple ground reference points, or mixing safety and signal grounds. Symptoms: 50/60 Hz hum on analog signals, intermittent communication errors on RS-485, occasional spurious alarms.
Should I bond cable shields at one end or both ends?
One end. Bonding both ends creates a ground loop. The exception: very high-frequency signals (Ethernet, USB) where multi-point shield bonding is the design intent and impedance differences are small. For industrial 4-20 mA, RS-485, and analog signals, always one-end-only.
Where do I size the ground conductor for a control panel?
NEC 250.122 (in North America) or IEC 60364-5-54 (Europe and most other regions). Size based on the largest overcurrent device protecting the circuit. Common sizes: #14 AWG for 15A circuits, #12 for 20A, #10 for 30A, #8 for 60A, #6 for 100A, #4 for 200A. Always check the local code; sizes may differ for service-entrance grounding electrodes.

Related guides

Free PLC simulator

Stop reading, start doing

Write ladder logic in your browser, hit Run, and watch real machine scenarios react. 12 guided lessons across 8 PLC dialects — free account, no credit card.

Practice PLCs free →