2026-05-02
As a software engineer, you understand that every function call needs a return. Electrical circuits work the same way — current must have a complete loop. Grounding and bonding are how engineers ensure that return path is safe, predictable, and noise-free.
Grounding means connecting part of an electrical system to the earth (literally, a metal rod driven into the ground) or to a reference point at zero potential. Bonding means connecting all metal parts together so they're at the same potential — preventing dangerous voltage differences between things people can touch simultaneously.
There are three distinct purposes for grounding:
Real-world example: A CNC machine in a shop has a VFD, stepper drivers, and limit switches. The machine frame is bonded to the electrical panel's ground bus, which connects to the building's grounding electrode. Without proper bonding, the VFD's switching noise couples into the limit switch wiring, causing false triggers and ruined parts. The fix is a star grounding topology — all ground connections radiate from one single point rather than daisy-chaining, eliminating the loops where noise current can flow.
The calculation that matters: For a safety ground to work, it must carry enough fault current to trip the breaker. Using Ohm's law: if you have a 120V circuit with a 20A breaker, the total impedance of the fault loop (hot conductor out, ground conductor back) must be low enough to push at least 100A (five times the breaker rating for fast magnetic trip). That means total loop impedance must be below 120V ÷ 100A = 1.2 ohms. Long cable runs with undersized ground wires can exceed this — the breaker never trips, and the fault just sits there, heating things up.
Rule of thumb: Ground wire size should never be smaller than what NEC Table 250.122 specifies — for a 20A circuit, that's 12 AWG copper minimum. For equipment with sensitive electronics, run a dedicated insulated ground (the "isolated ground" or IG circuit) rather than relying on conduit as your ground path.
