Mr. Study
Craftsman Electrician study guide

Korean Electrician Public Problem 14 — Control Circuit (Automatic Forward/Reverse)

Last updated: 2026-06-18 · 3 min read

The 22 main-circuit conductors already built the path power takes. Yet applying power does nothing, because MC1·MC2's coils aren't energized yet. The circuit that decides *when* to energize them — the control circuit — is this guide's whole subject. Its backbone is a single self-hold latch, with 8-pin relays, timers, and limit switches layered on as conditions.

The operation sequence — what the circuit must do

  1. Press PB1 → MC1 in — motor runs forward.
  2. Reach end-of-travel → after a delay, MC2 in — reverse (a timer makes the delay).
  3. Reach the opposite end → after a delay, MC1 in again — forward.
  4. Press PB0 → all coils drop — stop.
  5. EOCR trips → YL alarm lights + all coils drop — overload protection.
Problem 14 complete wiring diagram — main circuit (brown·black·gray·green) and control circuit (yellow) on one sheet. The 40 control wires fill in here.
Problem 14 complete wiring diagram — main circuit (brown·black·gray·green) and control circuit (yellow) on one sheet. The 40 control wires fill in here.

Read it as three paths

The 40 control wires are clearest split into the schematic's top, bottom, and middle paths.

Top path — L1 supply
The top joins every coil's input (L1) into one node; the bottom gathers every coil's return (N) into another.
Bottom path — N return
The top joins every coil's input (L1) into one node; the bottom gathers every coil's return (N) into another.
The top joins every coil's input (L1) into one node; the bottom gathers every coil's return (N) into another.
Middle path — self-hold, timer start/timed outputs, interlock, indicator lamps. Every bit of logic between the two rails.
Middle path — self-hold, timer start/timed outputs, interlock, indicator lamps. Every bit of logic between the two rails.

This problem's new part — the limit switch (LS)

The heart of automatic forward/reverse is detecting when the motor reaches end-of-travel — the job of the limit switch. There are two, one at each end of travel (LS1·LS2).

A limit switch — pressing the lever/roller flips its SPDT pair (NC·NO) together.
A limit switch — pressing the lever/roller flips its SPDT pair (NC·NO) together.

Each LS is a single SPDT (COM·NO·NC). That one pair does two jobs at once in the forward/reverse swap:

So one trip of an LS does both at once: kills this side's motor AND starts the other side's — that's the whole automatic forward/reverse mechanism.

The interlock — skip it and you get a 3-phase short (disqualification)

Next

Having followed one forward/reverse problem from parts to layout to control, look at a complete problem of a different shape — Public Problem 1, fully analyzed.

Try it yourself

Wire Problem 14's control circuit and drive it with the PBs and LSs in the simulator →

Related guides