An electrical interlock is a hardware or logic control mechanism that prevents a circuit or machine from entering an unsafe or conflicting state by enforcing a strict sequence of operations. When you wire a 200A standby generator transfer switch or a 3-phase motor reversing starter, interlocking is the physical or logical barrier that stops you from closing two mutually exclusive breakers or contactors at the exact same time. It changes a control circuit from a parallel hazard into a series-enforced safe sequence, ensuring that a dangerous state—like a line-to-line dead short or a utility backfeed—cannot occur even if an operator makes an error or a control relay fails.

The Core Interlocking Definition and Circuit Impact

In industrial and commercial electrical systems, interlocking is the foundational layer of operational safety. While fuses and breakers are designed to clear a fault after it happens, interlocks are designed to prevent the fault from happening in the first place.

Think of a mechanical interlock like a double-cylinder deadbolt on a door: you physically cannot turn the inside thumb-turn if the outside key is inserted and turned. In an electrical panel, this translates to preventing the Forward (FWD) and Reverse (REV) contactors of a motor starter from pulling in simultaneously. If both contactors close without an interlock, Phase A and Phase B are directly bridged through the copper busbars, resulting in an explosive arc flash and catastrophic equipment failure.

Safety Callout: Interlocks are critical safety devices, but they are not a substitute for proper overcurrent protection or lockout/tagout (LOTO) procedures. Never bypass an interlock to troubleshoot a stuck contactor while the panel is energized. Always verify dead with a tested multimeter.

Interlock Types and Specification Matrix

Interlocks are not one-size-fits-all. Depending on the voltage, switching speed, and safety integrity level (SIL) required, engineers select different interlocking methods. The table below breaks down the four primary types you will encounter in motor control centers (MCCs), switchgear, and automation panels.

Interlock Type Mechanism Typical Response Common Application Primary Failure Mode
Mechanical (Lever/Cam) Physical plastic/metal block between adjacent devices < 5ms (Physical travel) Reversing motor contactors Mechanical wear, shear pin break, or misalignment
Electrical (Auxiliary NC) Normally Closed (NC) contacts wired in series with opposing coils 10-20ms (Electromechanical) Transfer switches, basic starters Contact welding, carbon buildup, or wire fatigue
Key-Transfer (Trapped Key) Physical key exchange required to unlock the next switch N/A (Manual operator speed) Medium/High voltage switchgear Lost key, forced override, or lock cylinder damage
Logic/Software (PLC Safety) State-machine validation in safety-rated PLC firmware 1-10ms (Scan time dependent) VFD run commands, automated cells Firmware crash, sensor spoofing, or I/O module failure

For maximum reliability in critical applications like NEC Article 230.83 compliant transfer switches, engineers use redundant interlocking. This means combining a mechanical interlock with an electrical interlock so that if the physical lever snaps, the control circuit still prevents the opposing coil from energizing.

Worked Numeric Example: 480V Motor Reversing Interlock

Let’s look at a real-world bench scenario: building a reversing starter for a 50 HP, 480V 3-phase conveyor motor.

  • Motor Full Load Amps (FLA): ~65A
  • Contactors: Two Schneider Electric TeSys D (LC1D80) contactors, rated 80A at AC-3.
  • Control Voltage: 120V AC, 60Hz.
  • Coil Power: 200 VA inrush, 15 VA sealed.
  • Available Fault Current: 25 kA at the panel bus.

The Wiring Sequence:
To electrically interlock these contactors, we add a LADN02 auxiliary contact block (which contains two Normally Closed contacts) to the side of the FWD contactor. We wire one of those NC contacts directly in series with the coil circuit of the REV contactor. We do the exact reverse for the REV contactor's auxiliary block into the FWD coil circuit.

What happens in operation:
When the operator presses the FWD pushbutton, 120V AC flows through the REV NC auxiliary contact (which is closed) and pulls in the FWD coil. As the FWD contactor pulls in, its mechanical armature pushes the auxiliary block, forcing the NC contact open.

If the operator now slams the REV pushbutton while the conveyor is still moving forward, the 120V control path is physically broken at the FWD auxiliary contact. The REV coil receives 0V and cannot pull in.

The Cost of Failure:
If you skip this interlock and wire the coils in parallel, pressing both buttons closes both contactors. Because FWD connects L1-L2-L3 to the motor, and REV connects L3-L2-L1 to the motor, Phases A and C are directly shorted through the contactor poles. With 25 kA of available fault current, this creates a line-to-line arc flash. The upstream breaker will eventually trip, but not before releasing massive thermal energy (often exceeding 4 cal/cm²), vaporizing the copper busbars and destroying the IEC 60947-4-1 rated contactors.

Where You Meet Interlocks in Practice

Interlocks are everywhere in electrical infrastructure, often hiding in plain sight. Here is where you will actively design, troubleshoot, or rely on them:

1. Standby Generator Transfer Switches

In a residential or commercial backup power system, the utility main breaker and the generator breaker must never close simultaneously. If they do, the generator backfeeds the utility grid, which can electrocute a lineman working on downed wires miles away. Manual transfer switches use a physical sliding bar (mechanical interlock), while automatic transfer switches (ATS) use both mechanical bars and electrical auxiliary contacts to guarantee mutual exclusion.

2. Microwave Oven Door Switches

Consumer appliances use interlocks for user safety. A standard microwave has three door interlock switches: a primary monitor switch, a secondary switch, and a monitor switch. If you open the door while the magnetron is running, the switches sequence the control board to drop the high-voltage transformer relay instantly. If the door is forced open and the switches fail to sequence correctly, a deliberate short-circuit is created to blow the internal ceramic fuse, permanently disabling the oven.

3. Variable Frequency Drive (VFD) Logic

Modern VFDs use software interlocks. For example, a VFD will logically interlock the 'Run Forward' and 'Run Reverse' digital inputs. If both 24V DC signals are present simultaneously, the drive's internal state machine ignores both commands and throws an 'Input Conflict' fault code rather than attempting to invert the IGBT firing sequence and shorting the DC bus.

Common Confusions: Interlocking vs. Interposing and Latching

When reading schematics or talking to panel builders, the terminology can blur. Here is how to separate true interlocking from similar-sounding concepts:

Interlocking vs. Interposing Relays

Interposing is about signal isolation and amplification, not safety sequencing. If you have a PLC outputting 24V DC at 0.5A, but you need to pull in a 120V AC contactor coil drawing 2A, you use an interposing relay. The interposing relay bridges the voltage and current gap. It does not prevent conflicting states; it just acts as a translator.

Interlocking vs. Latching (Seal-In) Circuits

Latching provides circuit memory. When you wire a Normally Open (NO) auxiliary contact in parallel with a momentary 'Start' pushbutton, the circuit 'seals in' or latches the power to the coil after you release the button. Latching keeps a single device running; interlocking prevents two conflicting devices from running. A motor starter uses latching to stay on, and interlocking to prevent reversing while running.

Interlocking vs. Permissive Starts

A permissive is a prerequisite condition (e.g., 'oil pressure must be above 10 PSI before the main motor can start'). While permissives are wired in series with the start circuit just like electrical interlocks, a permissive checks an external environmental state, whereas an interlock specifically checks the conflicting state of another switching device.