Asynchronous Motor Forward-Reverse Contactor Interlocking (2026 Guide)
Share
Asynchronous Motors · Motor Control · 2026-07-06
By KOEED Engineering · 2026-07-06 · 8 min read · How-to
AI Summary
- Mechanical + electrical interlocking remains the safest pattern for 3-phase asynchronous motor forward-reverse circuits in 2026.
- IEC 60947-4-1:2024 (with 2026 amendments) tightens coordination between contactors and short-circuit protection devices.
- PLC ladder logic has shifted toward fail-safe tag-based interlocking using safety-rated I/O on CompactLogix and SIMATIC S7-1500F.
- VFDs with digital input reversing now replace contactor pairs on most new machines below 22 kW.
- Always verify phase rotation with a tester before re-energising; this step has not changed since 2024.
A practical 2026 walkthrough of contactor-interlocked forward-reverse control for 3-phase asynchronous motors — covering IEC 60947-4-1 wiring, PLC ladder logic, and when to use a VFD instead.
The contactor-interlocked forward-reverse circuit is still the workhorse of 3-phase asynchronous motor control in 2026. From conveyor lines to hoist drums, two mechanically and electrically interlocked contactors give you safe, predictable direction reversal without rewiring the motor. This guide walks through the 2026 wiring pattern, the IEC 60947-4-1 update, and the PLC logic that drives it.
Why the contactor-interlocked pattern still wins in 2026
Three-phase asynchronous motors (also called induction motors) change direction by swapping any two of the three phase conductors (typically L1 and L3). The contactor-interlocked forward-reverse circuit does that with two contactors — KM1 (forward) and KM2 (reverse) — wired so that only one can be energised at a time. Both mechanical interlock (a physical key between the contactor bodies) and electrical interlock (normally-closed auxiliaries cross-wired into the opposite coil) are present.
Even with VFDs dominating new builds below 22 kW, contactor-interlocked reversing is still the standard for:
- Direct-on-line (DOL) reversing where variable speed is not required.
- High-current motors (55 kW and up) where a VFD's harmonic profile is unwanted on the plant bus.
- Legacy retrofit jobs where the existing motor and cable plant must be preserved.
- Safety circuits that demand fail-safe hardwired reversal, independent of any software controller.
> Tip
If a customer asks whether they can "just use a VFD for everything", remind them that VFDs add DC-bus capacitors, common-mode noise, and braking-resistor thermal load. For reversing hoists and lifts, a hardwired contactor pair often still beats a VFD on long-term maintenance cost.
What changed since 2024
The fundamentals — two contactors, two directions, two interlocks — have not changed. What did change is the surrounding ecosystem:
| Area | 2024 baseline | 2026 state of play |
|---|---|---|
| Contactor standard | IEC 60947-4-1:2018 | IEC 60947-4-1:2024 with 2026 amendments on Type-2 coordination |
| Mechanical interlock | Separate interlock module (e.g. Schneider LAD-9R1) | Pre-assembled reversing kits from ABB AF range, Siemens 3RA23, Eaton XT |
| PLC logic style | Bit-file rung with XIC/XIO | Tag-based with safety-rated I/O (GuardLogix, S7-1500F) |
| VFD reverse method | Two-wire control via digital inputs | PROFINET / EtherNet/IP command word bit, plus STO safety input |
| Diagnostic feedback | Auxiliary contact wired to PLC discrete input | IO-Link contactor (e.g. Siemens 3RT2 with 3RA27) reports coil health |
The wiring diagram, 2026 edition
Below is the canonical contactor-interlocked forward-reverse circuit. The power section swaps L1 and L3 on the reverse contactor; the control section uses normally-open (NO) seal-in contacts and normally-closed (NC) electrical interlocks.
| Symbol | Function | 2026 typical part |
|---|---|---|
| Q1 | Main circuit breaker / isolator | Schneider iC60N 25 A C-curve |
| F1 | Thermal overload relay | Schneider LRD08 (2.5–4 A) or equivalent |
| KM1 | Forward contactor (NC auxiliary 21-22 interlocked with KM2) | Siemens 3RT2015-1BB41 (7.5 kW AC-3) |
| KM2 | Reverse contactor (swaps L1 and L3) | Siemens 3RT2015-1BB41 with 3RA2913-2AA1 mechanical interlock |
| SB1 / SB2 | Forward / Reverse push-buttons (NO) | Schneider XB4-BA31 (NO, momentary) |
| SB0 | Stop push-button (NC) | Schneider XB4-BL42 (NC, mushroom) |
For more on contactor families and DC coil variants, see our Schneider Modicon contactor collection and the Siemens SIRIUS 3RT range.
Step-by-step: PLC ladder logic for the reversing circuit
Even if the contactors remain hardwired, a PLC almost always sits in the middle in 2026. Below is a CompactLogix / Studio 5000 ladder snippet that respects the same interlock rules as the hardwired version.
Step 1 — Map the I/O
Reserve four 24 V DC sinking inputs on the local rack (a 1769-IQ16 module works for most small cabinets):
-
Local:1:I.Data.0— Forward push-button SB1 (NO) -
Local:1:I.Data.1— Reverse push-button SB2 (NO) -
Local:1:I.Data.2— Stop push-button SB0 (NC) -
Local:1:I.Data.3— Forward contactor KM1 aux feedback
Step 2 — Latch the forward output
Use a seal-in (latch) rung with the reverse contactor feedback as a guard. The rung only energises KM1 when KM2 is confirmed off — preventing the shoot-through fault that destroyed so many motors in the 1990s.
// Rung 1: Forward latch (Studio 5000)
XIC SB_Forward XIO KM2_FB OTE KM1_Out
|------[ ]--------[ ]-------+------( )---|
| |
XIC KM1_Out XIO Stop_PB XIC KM2_FB
|------[ ]--------[ ]--------[ ]-------( Latch )
Step 3 — Mirror for reverse
The reverse rung is the mirror image, with KM1 feedback guarding. Add a 200 ms off-delay timer on the KM1 output to ensure the arc fully extinguishes before KM2 can pull in — a 2026 best practice even though IEC 60947-4-1 has tightened mechanical interlock timing.
! Warning
Never trust PLC logic alone to interlock reversing contactors. Always fit the mechanical interlock (3RA2913-2AA1 for Sirius 3RT, or LAD-9R1 for TeSys) — a single I/O card failure on the PLC must not be able to short the bus bars through both contactors.
For more ladder patterns on Allen-Bradley hardware, see the Allen-Bradley CompactLogix 1769 range at KOEED.
When to switch to a VFD instead
In 2026, three rules of thumb apply for choosing a VFD (variable frequency drive) over a contactor-reversing pair:
- Speed control is needed. If the application requires ramps, soft start, or adjustable frequency, a VFD is mandatory — the contactor pair cannot do it.
- Power is below 22 kW. Above this, the VFD's line-side harmonics start to need filtering, and the cost-benefit tips back toward the contactor pair.
- Braking energy is significant. VFDs with built-in brake choppers (Schneider Altivar 320, Yaskawa GA500) handle regenerative energy cleanly; contactor pairs need a separate braking resistor and DC injection logic.
For drives that combine safety and reversing, see the Yaskawa GA500 reversing drives and the Schneider Altivar 320 family.
Field checklist before re-energising
Whether you used contactors or a VFD, the pre-energising checklist is unchanged. Use it on every job, every time:
- Verify L1-L2-L3 phase rotation with a tester (e.g. Fluke 9040) — both directions.
- Megger the motor windings phase-to-phase and phase-to-ground (≥ 100 MΩ on a 400 V motor).
- Tighten every power terminal to the manufacturer's torque value; loose terminals cause 70 % of reversing-circuit faults in the field.
- Confirm the mechanical interlock is physically engaged — push the contactor bodies together by hand; the interlock key must seat without forcing.
- Walk through the PLC program in monitor mode; simulate every input and confirm only one output ever energises at a time.
Need reversing contactors, PLCs or drives in stock?
Send your BOM to Moritta@KOEED.COM. Siemens 3RT, Schneider TeSys, Allen-Bradley 100-C — active stock, EOL stock, and cross-references — all in one quote within 24 hours.
Send My BOM →Frequently asked questions
What is the difference between mechanical and electrical interlocking?
Mechanical: a physical key that blocks two contactors from closing at once. Electrical: NC auxiliary contacts cross-wired into the opposite coil. Always use both — defence-in-depth.
Do I still need a thermal overload relay when using a VFD for reversing?
No — a VFD provides electronic I²t thermal protection more accurate than a bimetallic relay. The legacy overload is replaced by a drive parameter. You still need upstream short-circuit protection.
Which IEC standard governs reversing contactor coordination in 2026?
IEC 60947-4-1:2024 covers contactors and motor starters, including Type-1/Type-2 coordination. The 2026 amendments tightened short-circuit testing on reversing kits and added IO-Link diagnostics.
Can I use the same PLC program for CompactLogix and SIMATIC S7-1500?
No — Studio 5000 uses XIC/XIO; TIA Portal uses contacts/--| |--. The interlocking logic is identical, but I/O mapping and seal-in rungs must be rewritten for the target platform.
What happens if both forward and reverse contactors close at the same time?
A direct phase-to-phase short on the supply bus, cleared in under 100 ms. Contactors and bus bars are usually destroyed. Mechanical interlock is the single most important safeguard.
How do I size the reversing contactor for my motor?
Match the motor's nameplate FLC to the contactor's AC-3 rating. For a 7.5 kW 400 V motor (~14 A), a Siemens 3RT2015 or Schneider LC1D25 is typical. Derate 15–20% for >30 cycles/hour reversing duty.
Need help sizing or sourcing? Send your motor nameplate, PLC platform, and duty cycle to Moritta@KOEED.COM — we quote within 24 hours.