Control hardware · beginner
Motor Contactor
An electrically controlled heavy-duty switch. A small control voltage pulls in a magnetic mechanism that connects power to a motor or heater.
Why it exists
Let a PLC or pushbutton safely switch a much larger three-phase load without carrying motor current through the controller.

Quick answer
What is a motor contactor?
A motor contactor is an electromagnetic power switch. Applying the rated control voltage to coil terminals A1 and A2 pulls in an armature, closes the three main poles between L1–L3 and T1–T3, and changes its auxiliary contacts. Removing coil power lets a spring open the power poles. The PLC normally commands only the coil circuit and reads an auxiliary contact as proof that the physical contactor followed the command.
Inside the control system
How the PLC relates to it
Treat command and proof as separate signals. A PLC output can request the contactor through an interposing relay or correctly rated output circuit, but the controller should not assume that MOTOR_CMD means the motor power poles closed. Wire a mechanically linked auxiliary contact to a PLC input such as CONTACTOR_FB and compare command with feedback after a short pickup or dropout allowance. A command without feedback can indicate an open coil, low control voltage or mechanical failure; feedback that remains on after the command drops can indicate a welded pole or stuck armature. Motor current protection belongs to the overload relay and short-circuit protective device—not to the PLC bit.
Cause and effect
How it works, step by step
- 01
Control voltage energises the copper coil.
- 02
The magnetic field pulls the iron armature down.
- 03
Three main contacts close together and an auxiliary contact changes state.
- 04
Power reaches the load until the coil is de-energised.
01 / Open the case
Watch the mechanism do the work
Follow one highlighted causal link at a time, then operate the component and deliberately create the fault.
Unlock all interactive component labs
Know the terminals
- A1 / A2 — coil
- L1 L2 L3 — line
- T1 T2 T3 — load
- 13–14 — NO auxiliary
Recognise the faults
- Open or wrong-voltage coil
- Burned or welded main contacts
- Weak control voltage causes chatter
- Auxiliary feedback does not follow the main poles
Read the field guide
Go deeper on sizing, wiring conventions, test procedure, and the mistakes that damage equipment.
Open the complete guide02 / Ask in context
Ask about this exact component
The Pro AI tutor receives this component’s mechanism, terminals, and common faults so its explanation stays grounded in the lab.
Selection checks
- Utilisation category and current rating for the actual load—not only the motor nameplate current.
- Coil voltage, suppression device and PLC-output compatibility.
- Required normally-open and normally-closed auxiliary contacts.
- Coordination with overload and short-circuit protection.
- Mechanical and electrical life at the expected switching rate.
Commissioning sequence
- 1Confirm the coil voltage and frequency match the control supply before energising A1–A2.
- 2With power isolated, verify line and load conductors are on the correct main terminals and are tightened to the manufacturer torque.
- 3Jog the coil and prove that every main pole and the selected auxiliary contact change together.
- 4Trend command and auxiliary feedback in the PLC, then test missing-feedback and stuck-feedback alarms.
- 5Run the real load and inspect for chatter, excessive heat, noise or voltage drop.
Troubleshooting answers
Frequently asked questions
Why should a PLC read contactor feedback?
The output command proves only that the PLC asked for motion. An auxiliary contact gives independent physical evidence that the contactor changed state, allowing the program to detect a failed coil, broken wire or welded mechanism.
Can a PLC output drive a contactor coil directly?
Only when the output type, current, inrush, voltage and suppression are all compatible with the coil. Many installations use an interposing relay or dedicated interface. Confirm the actual module and contactor specifications.
What causes contactor chatter?
Common causes include low or unstable coil voltage, the wrong coil rating, a loose connection, dirt on the magnetic faces or a damaged shading ring on an AC contactor.
Now use it in a machine
Recognition is not mastery. Build the control logic, operate the process, and prove the fault response.
Free first success
Now control a motor contactor in a working machine
Move from recognition to PLC logic, feedback checks and fault recovery. The related guided exercise runs in your browser.