ROBOTECA FREE SAMPLE
Dashboard

A free lesson from Automation & Industrial Controls: the whole module, nothing cut short.

LESSON · Industrial Automation Concepts

Relays & motor starters

Turn 1 30 min LESSON

ALearning Material

Between the PLC's low-power control signals and the high-power motors and equipment of a plant sits essential electrical hardware: relays and motor starters. These are how a small control signal safely switches large loads‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍: a fundamental piece of industrial automation that every system relies on, and the bridge between control logic and the physical power that drives machinery.

A relay is an electrically-operated switch: a small control current energizes a coil, which mechanically closes (or opens) contacts that switch a separate, often much larger, circuit. The key idea is isolation and amplification of control: a low-power signal (the PLC output, a few mA at 24 V) controls a high-power circuit (a motor at 480 V, many amps) without the control side touching the power side:

PLC output (24V, low current) -> relay coil -> contacts switch -> motor circuit (480V, high current)
   small signal                                                    large load

A motor starter is the purpose-built assembly for switching a motor on/off safely: a contactor (a heavy-duty relay sized for motor loads) plus overload protection (which trips if the motor draws too much current for too long, preventing burnout). Pressing start energizes the contactor coil (often through a PLC output and a seal-in), the contactor's main contacts connect the motor to power, and the overload relay protects it. The concepts: ‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍relays/contactors isolate and switch power (control side separate from power side), a motor starter = contactor + overload protection, and the control logic (PLC) drives the coil, while the contacts switch the actual load. The disciplines: use a relay/contactor to switch a load bigger than the control signal can handle, a motor starter adds overload protection (don't switch a motor without it), and understand control-side vs power-side separation. This hardware is how control logic actually moves machinery.

Why it exists. A PLC's outputs are low-power signals that can't directly switch a plant's high-power motors and equipment, and connecting them directly would be impossible or dangerous. Relays and contactors bridge this gap (a small control signal safely switches a large, isolated power circuit) and motor starters add the overload protection a motor needs, making them the essential interface between control logic and the physical power that drives machinery.

Mental model. A relay is like a light switch operated by a tiny remote‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍: your small remote signal flips a big, heavy switch that handles the real power. You never touch the high-voltage circuit directly. A motor starter is that heavy switch built specially for motors, with a built-in circuit-breaker-like protector (the overload) that cuts power if the motor is straining too hard, so it doesn't burn out.

Common misunderstandings.

  • "The PLC output can drive the motor directly." No. PLC outputs are low-power; you use a relay/contactor to switch the high-power motor circuit. The PLC drives the coil; the contacts carry the load.
  • "A contactor alone is a motor starter." A motor starter is a contactor plus overload protection, switching a motor without overload protection risks burning it out on a fault/overload.
  • "Control and power are the same circuit." Relays isolate the low-power control side from the high-power load side
  • that separation is the whole point (safety and capability).

Connections. Relays/contactors are what the PLC outputs and motor-control logic (PLC topic) actually switch. The coil is the PLC output, the seal-in/interlocks drive it; overload protection extends the safety/fail-safe thinking; and this control-vs-power-side hardware is the physical layer beneath the automation pyramid and the bottling/water projects.

‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍BImmediate Active Recall

QUERY

What is a relay, and what is its key function?

REVEAL
ANSWER

A relay is an electrically-operated switch: a small control current energizes a coil that mechanically closes/opens contacts switching a separate circuit. Its key function is isolation and amplification of control. A low-power signal (a PLC output) switches a high-power circuit (a motor) without the control side touching the power side. The control drives the coil; the contacts switch the load.

Did you recall it?
‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍QUERY

What is a motor starter, and what two parts make it up?

REVEAL
ANSWER

A motor starter is the purpose-built assembly to switch a motor on/off safely. It's a contactor (a heavy-duty relay sized for motor loads) plus overload protection (an overload relay that trips if the motor draws too much current for too long, preventing burnout). The contactor switches the motor power; the overload protects the motor.

Did you recall it?
QUERY

Why can't a PLC output drive a motor directly, and how is the gap bridged?

REVEAL
‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍ANSWER

Because PLC outputs are low-power signals (a few mA at 24 V), while a motor is high-power (e.g. 480 V, many amps). The output can't switch that load, and connecting them directly is impossible/dangerous. The gap is bridged by a relay/contactor: the PLC output energizes the coil (low power), and the contacts switch the high-power motor circuit (isolated from the control side).

Did you recall it?
QUERY

What is the purpose of overload protection in a motor starter?

REVEAL
ANSWER

To protect the motor from drawing too much current for too long (an overload, e.g. a jammed load, a failing motor), which would overheat and ‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍burn it out. The overload relay trips (opening the circuit) when excessive current persists, cutting power before damage. That's why you never switch a motor without overload protection. A contactor alone isn't enough.

Did you recall it?

CConceptual Questions

Answer each in your own words in the box, then reveal the model answer to compare. These ask why, not how, and your answers are saved.

PROMPT

Why is the isolation between the low-power control side and the high-power load side the fundamental value of a relay/contactor, and what does it make possible?

‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍REVEAL MODEL ANSWER
MODEL ANSWER

The isolation is the whole point because it cleanly separates two electrically incompatible worlds (the delicate, low-power control logic and the dangerous, high-power load) while still letting one command the other. A PLC output, or any control signal, operates at low voltage and tiny current; a plant's motors and equipment run at high voltage and large currents. You cannot connect them directly: the control electronics can't supply or survive the power-side energy, and bridging them would be both impossible (insufficient drive) and dangerous (high voltage on the control side, fault energy, no isolation). A relay/contactor resolves this by making the control signal energize only a coil, which mechanically (or via solid state) operates separate contacts that switch the power circuit, so the control side and power side are electrically isolated, touching only through the coil's magnetic field. This makes several essential things possible. Capability: a tiny signal can switch an enormous load, because the contacts are sized for the load, not the signal. Amplification of control authority. ‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍Safety: the high-voltage, high-energy power circuit is kept away from the control electronics and the people/logic on that side; a fault on the power side doesn't directly reach the control side. Flexibility: the control logic (PLC) just drives coils, so it can command any load by choosing an appropriately-sized relay/contactor, and the same low-power logic interfaces to wildly different power circuits. This control-coil / power-contacts separation is the foundational interface of all industrial control. It's how the 'brain' (low-power logic) safely commands the 'muscle' (high-power machinery), and recognizing that the PLC drives the coil while the contacts carry the load is the key to understanding how control logic actually moves real equipment.

Compared to the model answer - did you get it?
PROMPT

Why is overload protection an inseparable part of a motor starter rather than an optional extra, and what does its absence risk?

‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍REVEAL MODEL ANSWER
MODEL ANSWER

Overload protection is integral because a motor is a costly, failure-prone load with a specific, dangerous failure mode, drawing excessive current, that switching alone does nothing to prevent, so a starter without it is incomplete and unsafe by design. A motor draws current in proportion to the mechanical load it's working against; if it's jammed, overloaded, running with a failing bearing, or stalled, it draws far more current than rated, and that excess current heats the windings. Sustained overcurrent overheats the motor until its insulation fails and it burns out. Destroying an expensive machine and potentially causing a fire. A bare contactor will happily keep the motor connected to power straight through such an overload, because its job is only to switch, not to judge. The overload relay is what watches for this condition: it senses current over time and trips (disconnects) when the current is high enough for long enough to threaten the motor: tolerating the brief, normal inrush at startup but cutting power on a genuine sustained overload. That time-current behaviour is precisely matched to what motors can withstand, which is why it's purpose-built into the starter rather than improvised. Its absence risks exactly the catastrophic, common failure it exists to prevent: a motor burning out on a jam or overload, with the downtime, cost, and fire hazard that entails. So 'motor starter = contactor + overload protection' is not a convention but a requirement. The switching and the protection are two halves of safely operating a motor, and providing one without the other leaves the motor exposed to its most likely destructive failure. It's the same fail-safe, protect-the-equipment thinking that runs through industrial design, applied at the power interface.

‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍Compared to the model answer - did you get it?

DPractice Problems

P1 (easy). A PLC's 24 V output needs to start a 480 V motor. Why can't it do this directly, and what hardware bridges the gap?

P2 (medium). What's the difference between a relay/contactor and a complete motor starter, and why does the difference matter?

P3 (harder). Explain the control-side vs power-side separation in a motor starter and why it's essential, tracing the path from a PLC start command to the motor running.

‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍Solutionsclick to reveal

P1. It can't directly because the PLC output is a low-power signal (a few mA at 24 V) and the motor is a high-power load (480 V, many amps). The output physically can't switch that load, and wiring them together would be impossible and dangerous. The hardware that bridges it is a motor starter (a contactor + overload protection): the PLC output energizes the contactor's coil (low power, on the control side), and the contactor's main contacts switch the 480 V motor circuit (the power side, isolated from control). So the small signal drives the coil; the heavy contacts carry the load. Control side and power side kept separate. The overload protection guards the motor from overcurrent.

P1Compared to this solution - did you get it right?

P2. A relay/contactor is just the electrically-operated switch: a coil that, when energized, closes contacts to switch a circuit (a contactor being a heavy-duty relay sized for motor loads). A complete motor starter is a contactor PLUS overload protection (an overload relay). Why it matters: the contactor only switches the motor. It does nothing to protect it. A motor's key failure mode is drawing too much current (a jam, stall, or fault), which overheats and burns out the windings. A bare contactor would keep the motor powered straight through such an overload, destroying it (and risking a fire). The overload relay senses sustained overcurrent and trips, cutting power before damage. So switching alone is incomplete and unsafe for a motor; the overload protection is essential, which is exactly why a motor starter bundles the two. Never switch a motor with a contactor alone.

‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍P2Compared to this solution - did you get it right?

P3. The separation: the control side is low-power (the PLC output, the contactor coil, the start/stop logic at ~24 V, low current); the power side is high-power (the contactor's main contacts and the motor circuit at, say, 480 V, many amps). They are electrically isolated (linked only through the coil's magnetic field operating the contacts) so the control electronics never touch the high-voltage power circuit. Why essential: (1) Capability. The low-power PLC signal could never switch the motor load directly; the contacts (sized for the load) do that. (2) Safety. The high-voltage, high-energy power circuit is kept away from the control side and people; a power-side fault doesn't directly reach the control logic. Path from start command to running: the PLC executes its motor-control logic (start pressed, seal-in, interlocks all OK) and turns on its ‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍output; that low-power output energizes the contactor coil; the energized coil magnetically pulls the contactor's main contacts closed; the closed contacts connect the motor to the 480 V supply, so it runs, with the overload relay in series watching the current to trip on a sustained overload. So the PLC drives the coil (control side), and the contacts switch the motor (power side). The brain safely commanding the muscle through an isolated interface, which is exactly why this hardware exists.

P3Compared to this solution - did you get it right?

‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍EFeynman Exercise

Explain to a beginner, using a tiny remote that flips a big heavy switch, plus a built-in protector: (1) why your small remote signal can control a big power circuit without you ever touching the high voltage, (2) why this lets a weak control signal switch a powerful load, and (3) why the version for motors has a built-in protector that cuts power if the motor strains too hard.

REVEAL MODEL ANSWER
MODEL ANSWER

A relay (and its big brother the contactor) is like a tiny remote that flips a big, heavy switch. Imagine the real power, the 480-volt motor circuit, runs through a heavy switch you should never touch directly. Instead, you have a little remote: a small, safe, low-power signal. When you press it, it energizes a coil that ‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍mechanically flips that big heavy switch for you, so your small remote signal controls the big power circuit without you ever touching the high voltage. That's the magic of a relay: the control side (your remote) and the power side (the heavy switch and motor) are kept completely separate, linked only through the coil. This is what lets a weak control signal switch a powerful load: the PLC's little output can't run a motor itself, but it can flick the remote, and the heavy switch (sized for the motor) does the real work. Now, the version built for motors adds something important: a built-in protector (the overload). Motors can strain, if one jams or works too hard, it gulps far too much current and starts to overheat, and left alone it would burn out. So the motor's heavy switch comes with a protector that watches how hard the motor is straining and cuts the power if it's too much, for too long, like a safety cut-out that saves the motor from cooking itself. A tiny remote flipping a big isolated switch, so weak signals control powerful loads safely, with a built-in protector for motors: that's relays, contactors, and motor starters.

‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍Compared to the model answer - did you get it?

FError Analysis Framework

  • Trying to drive a high-power motor directly from a PLC output. Why: the PLC output commands the motor. Recognise: the low-power output can't switch the load; it's dangerous. Avoid: use a relay/contactor: the PLC drives the coil, contacts switch the load.
  • Switching a motor with a contactor but no overload protection. Why: the contactor turns the motor on/off. Recognise: an overload (jam/stall) burns out the motor. Avoid: use a motor starter (contactor + overload protection).
  • Mixing the control side and power side in one circuit. Why: it's all one motor control. Recognise: no isolation. Unsafe and beyond the control signal's capability. Avoid: keep control side (coil) isolated from power side (contacts/load).
  • ‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍Thinking the PLC output carries the motor current. Why: the output controls the motor. Recognise: the output is low-power; the contacts carry the load current. Avoid: the PLC drives the coil; the contactor's contacts carry the motor current.

GMini Challenge

Design the electrical interface for a PLC to start/stop a large industrial pump motor safely: specify the hardware (relay/contactor, motor starter, overload), how the control signal switches the motor, and the control-side/power-side separation. Explaining how this safely connects control logic to the physical motor.

REVEAL MODEL ANSWER
MODEL ANSWER

Hardware interface:

PLC output (24V) -> motor-starter contactor COIL  (control side)
                          |
                    contactor MAIN CONTACTS -> [overload relay] -> 480V pump MOTOR  (power side)
  • ‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍A motor starter = a contactor (heavy-duty relay sized for the pump motor's load) + an overload relay (sized to the motor's full-load current).
  • The PLC's start/stop logic (start, seal-in, e-stop/interlocks) drives the PLC output, which energizes the contactor coil (low power, control side).
  • The energized coil closes the contactor's main contacts, connecting the 480 V motor to power (power side); the overload relay in series watches the current.

How the control signal switches the motor: on a valid start, the PLC output (24 V, low current) energizes the coil; the coil magnetically closes the heavy main contacts; the motor runs. On stop/e-stop/interlock or an overload trip, the coil de-energizes (or the overload opens), the contacts open, and the motor stops.

Control-side / power-side separation: the control side (PLC output, contactor coil, ~24 V) is electrically isolated from the power side (main contacts, 480 V motor), linked only through the coil's magnetic field. This is essential because (1) the low-power PLC output could never switch the 480 V load directly (the contacts (sized for it) do) and (2) the dangerous high-power circuit is kept away from the control electronics and people; a power-side fault doesn't reach the control side.

‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍Overload protection: the overload relay trips on sustained overcurrent (a jammed pump, stalled motor), cutting power before the motor burns out, the essential protection a contactor alone lacks.

Result: the PLC's control logic safely commands the physical pump: the brain (low-power logic) drives the coil, the muscle (heavy contacts) switches the motor, isolation keeps it safe, and the overload protects the motor. This is the physical interface beneath all the motor-control logic.

Compared to the model answer - did you get it?

Quiz Check

A quick auto-graded check, separate from the recall cards above. Your score is pooled with the recall cards into this module's Mastery score, and completing this lesson requires the quiz submitted with pooled mastery at 80% or above.

QUIZ‍​‌‌​​‌‌​​‌‌‌​​‌​​‌‌​​‌​‌​‌‌​​‌​‌​​‌​‌‌​‌​‌‌‌​​‌‌​‌‌​​​​‌​‌‌​‌‌​‌​‌‌‌​​​​​‌‌​‌‌​​​‌‌​​‌​‌‍Auto-graded check · feeds your mastery score
  1. A relay's key function is to:

  2. A motor starter consists of:

  3. The PLC output in a motor starter drives the:

  4. Overload protection exists to:

This is a free sample

Progress and the spaced-repetition reviews are part of the course. The full track continues from here.