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 (the strategy that works)
The correct approach for industrial PLC panels:
- The control panel has a master ground bus bar (typically copper, ~6×40 mm).
- 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).
- 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).
- Cable shields bond to the bus bar at one end only — typically the panel end. Bonding both ends creates a ground loop.
- 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
- Daisy-chaining safety grounds. Each device bonds to the master bus bar with its own conductor — never piggyback off another device's ground.
- Bonding cable shields at both ends. Pick one end; document which.
- Sharing safety and signal ground in long runs. Use isolation amplifiers, opto-couplers, or differential signalling.
- Loose ground connections. Torque to manufacturer spec; use star washers; check annually.
- 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.
- Insufficient ground conductor sizing. Per NEC 250.122, use the table — undersized grounds clear breakers slowly or not at all.
- 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.