Lab 04: Two-Location Control
Application Scenario
A warehouse runs a 200-foot conveyor from the loading dock to the shipping area. One operator works at each end, and the two cannot see each other. Each end has its own push-button station:
- Station A (loading dock): PB1 START, PB2 STOP
- Station B (shipping area): PB3 START, PB4 STOP
Either operator must be able to start the conveyor, and either operator must be able to stop it at any time. Multi-station control is required on almost every long conveyor, escalator, and production line.
The stack light from Lab 03 stays on this machine: G1 = RUNNING, R1 = STOPPED.
Learning Outcomes
After this lab you will be able to:
- Translate a written control requirement into AND/OR logic.
- Wire multiple START buttons in parallel and multiple STOP buttons in series.
- Place the seal-in contact correctly in a multi-station circuit.
- Convert a ladder diagram into a wiring table using the node method.
- Daisy-chain wires so that no terminal holds more than two wires.
Required Components
| Device | Type | Role in this lab |
|---|---|---|
| PB1 | Push button, N.O. | Station A START |
| PB2 | Push button, N.C. | Station A STOP |
| PB3 | Push button, N.O. | Station B START |
| PB4 | Push button, N.C. | Station B STOP |
| CR1 | Control relay | Conveyor motor contactor (simulated) |
| G1 | Green lamp | Conveyor RUNNING |
| R1 | Red lamp | Conveyor STOPPED |
Functional Requirements
Your circuit must meet all of these requirements:
- Pressing either PB1 or PB3 starts the conveyor, and it keeps running after the button is released.
- Pressing either PB2 or PB4 stops the conveyor.
- A STOP button must stop the conveyor even while a START button is being held at the other station.
- G1 is ON only while the conveyor runs. R1 is ON only while it is stopped.
- After a power outage, the conveyor does not restart by itself.
Write the requirement as one sentence before you draw: The conveyor runs if (START A or START B or it is already running) and STOP A is not pressed and STOP B is not pressed. In a ladder diagram, OR is built with devices in parallel, and AND is built with devices in series.
Ladder Diagram — Step-by-Step Drawing Guide
Draw on the Ladder Diagram Worksheet. L1 (+24 V) is the left rail and L2 (GND) is the right rail. Use pencil, because you will trace paths on the drawing later. This design uses 5 grid lines.
Step 1 — Rung 1 (grid line 1): the main control line
- Starting from L1, draw PB2 (N.C.), the Station A STOP button. Label its pins 1 and 2.
- To the right of PB2, draw PB4 (N.C.), the Station B STOP button. Label its pins 1 and 2.
- To the right of PB4, draw PB1 (N.O.), the Station A START button. Label its pins 1 and 2.
- At the right end, draw the CR1 coil. Label pin 2 on the left and pin 7 on the right. Connect pin 7 to L2.
- Mark the node numbers with a dot and a label:
- between PB2 and PB4: N2
- between PB4 and PB1: N3
- between PB1 and the CR1 coil: N4
Check: Right now, only Station A can start the conveyor, and it does not stay running after PB1 is released. Steps 2 and 3 fix both problems.
Step 2 — Rung 2 (grid line 2): add the Station B START button
- On grid line 2, directly under PB1, draw PB3 (N.O.), the Station B START button. Label its pins 1 and 2.
- Draw a vertical line from the left end of PB3 up to node N3.
- Draw a vertical line from the right end of PB3 up to node N4.
Check: PB1 and PB3 now connect between the same two nodes, N3 and N4. They are in parallel, so pressing either one energizes CR1.
Step 3 — Rung 3 (grid line 3): add the seal-in contact
- On grid line 3, directly under PB3, draw a CR1A N.O. contact. Label pin 1 on the left and pin 3 on the right.
- Connect pin 1 up to node N3, and pin 3 up to node N4.
Check: The seal-in contact is now in parallel with both START buttons. Its left end must connect to N3, the node after the last STOP button. Never connect it to N2 or L1.
Step 4 — Rung 4 (grid line 4): RUNNING lamp
- Starting from L1, draw a CR1B N.O. contact. Label pins 8 and 6.
- Draw G1 at the right end and connect it to L2. Label pins 1 and 2.
- Mark the node between the contact and G1 as N5.
Step 5 — Rung 5 (grid line 5): STOPPED lamp
- Starting from L1, draw a CR1B N.C. contact (with a slash through it). Label pins 8 and 5.
- Draw R1 at the right end and connect it to L2. Label pins 1 and 2.
- Mark the node between the contact and R1 as N6.
Step 6 — Trace your drawing with a pencil
Answer each question by tracing the path on your drawing.
- PB1 is pressed. Can you trace a path from L1 to the CR1 coil?
- PB3 is pressed. Can you trace a path from L1 to the CR1 coil?
- The conveyor is running and no button is pressed. Which path keeps the coil energized?
- The conveyor is running and PB4 is pressed. Is there any path left from L1 to the coil? (There must not be.)
- Repeat question 4 for PB2.
If any answer is wrong, fix the drawing before you continue.
Step 7 — Fill in the contact allocation table
| Relay | Part | Pins | Used in Rung# |
|---|---|---|---|
| CR1 | Coil | 2–7 | |
| CR1 | CR1A N.O. | 1–3 | |
| CR1 | CR1B N.O. | 8–6 | |
| CR1 | CR1B N.C. | 8–5 |
From Ladder Diagram to Wiring Table
A ladder diagram shows how the circuit works. A wiring table shows which terminals to connect. Use the node method to convert one into the other.
Step 1 — List every terminal on each node
Look at each node dot on your drawing and write down every terminal that touches it. The N2 row is done for you.
| Node | Terminals on this node | Number of terminals |
|---|---|---|
| L1 | L1, ______, ______ | |
| N2 | PB2:2, PB4:1 | 2 |
| N3 | ||
| N4 | ||
| N5 | ||
| N6 | ||
| L2 | L2, ______, ______, ______ |
Step 2 — Chain the terminals of each node together
A node with k terminals needs k − 1 wires. Connect them in a chain (daisy-chain): first to second, second to third, and so on. This keeps no more than two wires under any terminal screw. Most industrial terminal blocks are rated for two wires at most.
For example, if a node has terminals A, B, C, and D, the wires are A→B, B→C, and C→D. Do not run A→B, A→C, and A→D, because that puts three wires on terminal A.
Exception: The panel has several L2 terminals. Spread the GND return wires across them so that no single L2 terminal is overloaded.
Step 3 — Fill in the wiring table on the worksheet
Write one row per wire: Rung#, Wire#, From, To, and Purpose. In the Purpose column, include the node number in parentheses, for example: STOP A to STOP B (N2).
Check: Add up (k − 1) for every node. For this lab, you should have 14 wires in total. If you have more or fewer, recheck your node table.
Step 4 — Get instructor approval
Show your ladder diagram, contact allocation table, node table, and wiring table to the instructor. Do not start wiring until the worksheet is stamped.
Key Wiring Points
These are the most important ideas in this lab. Many later labs, and many real machines, depend on them.
- "Stops in series, starts in parallel." Every device that must be able to stop the machine goes in series on the main line. Every device that may start the machine goes in parallel with the other START buttons.
- The STOP buttons come first. Place all STOP buttons between L1 and the START section, so that every path to the coil passes through every STOP button.
- The seal-in contact belongs with the START buttons. It connects from the node after the last STOP button to the coil. If it connects any earlier, the STOP buttons after that point are bypassed once the machine is running.
- Chain the wires on shared nodes. Keep no more than two wires under any terminal screw.
- A remote station needs only three wires to the panel: one into its STOP button, one from its STOP button back to the panel, and one from its START button back to the panel.
- Test every STOP button while the machine is running. A STOP button that blocks START but cannot stop a running machine is the most dangerous wiring mistake in this lab.
Wiring Procedure
- Power OFF the trainer (or unplug the power cord).
- Wire the circuit from your approved wiring table, one node at a time. Mark each wire as you install it.
- Meter check, power still OFF:
Reading the meter: once the circuit is wired, the meter can find a path through coils and lamps. A reading of tens to thousands of ohms is normal and counts as high. Only a reading near 0 Ω means a direct connection.
- L1 to CR1:1 (seal-in common) should read near 0 Ω and become high while either PB2 or PB4 is pressed.
- CR1:1 to CR1:2 should read high, and near 0 Ω while either PB1 or PB3 is pressed.
- CR1:8 to CR1:5 should read near 0 Ω; CR1:8 to CR1:6 should read high.
- Ask your lab partner to do a buddy check, then show the instructor.
- Power ON and complete the test table below.
Test & Acceptance
| # | Test | Expected result | ✓ |
|---|---|---|---|
| 1 | Power ON, do nothing | R1 ON, G1 OFF | ☐ |
| 2 | Press and release PB1 (Station A START) | G1 ON, R1 OFF | ☐ |
| 3 | Press and release PB4 (Station B STOP) | R1 ON, G1 OFF | ☐ |
| 4 | Press and release PB3 (Station B START) | G1 ON, R1 OFF | ☐ |
| 5 | Press and release PB2 (Station A STOP) | R1 ON, G1 OFF | ☐ |
| 6 | Hold PB3, then press PB2 | G1 OFF while PB2 is held | ☐ |
| 7 | Hold PB1, then press PB4 | G1 OFF while PB4 is held | ☐ |
| 8 | Start the conveyor, then switch power OFF and back ON | R1 ON, G1 OFF | ☐ |
Troubleshooting
| Symptom | What to check |
|---|---|
| Only one STOP button stops the conveyor | Are the STOP buttons in series or in parallel? |
| A STOP button works only if pressed before starting | Where does the seal-in contact's common connect? Is it downstream of both STOP buttons? |
| Only one START button works | Is the other START button connected between the same two nodes? |
| Relay chatters at power-up | Is the seal-in contact on the N.O. pin (3), not the N.C. pin (4)? |
| Lamps are reversed | G1 must be on CR1:6 (N.O.); R1 on CR1:5 (N.C.) |
Review Questions
- Why are the START buttons connected in parallel, while the STOP buttons are connected in series?
- Suppose PB4 were wired in parallel with PB2. What happens when the Station B operator presses only PB4? Why is this dangerous?
- The Station B operator holds PB3 (START) while the Station A operator presses PB2 (STOP). The conveyor stops. What happens when PB2 is released while PB3 is still held? What does this mean for safe operation?
- Station B is 200 feet from the control panel. How many wires must be run between Station B and the panel? Name the node of each wire.
- A student connects the seal-in contact's common to the node between PB2 and PB4. Which STOP button will fail to stop the conveyor after it starts? Why?
Applying This Circuit Pattern
The circuit in this lab is not just for push buttons. It is a general pattern for any machine that must start on a request and stop on any one of several conditions:
- Series (stop) section: any N.C. contact that must be able to stop the machine.
- Parallel (start) section: any N.O. contact that may start the machine.
- Seal-in contact: in parallel with the start section.
Real devices that go in the series (stop) section include:
| Device | Why it stops the machine |
|---|---|
| Emergency stop (E-stop) buttons | Operator emergency |
| Conveyor pull-cord (lanyard) switches along the belt | Anyone along the conveyor can stop it |
| Safety guard/door interlock switches | Machine stops if a guard is opened |
| Motor overload relay N.C. contact | Motor is overheating |
| Limit switches at the end of travel | Prevents a crane or door from over-traveling |
| High-level float switch on a tank | Stops a fill pump before the tank overflows |
Real devices that go in the parallel (start) section include a start button in a remote control room, a PLC output, or a second operator panel.
Design question for the future: some conditions are needed only to start a machine, not to keep it running (for example, "lubrication pressure must be OK before starting"). Where would you put such a contact: on the main line, or in series with the START buttons only, before the seal-in branch joins? What difference would it make? You will use this idea in later labs.
Extension
A third station (Station C) is added at the midpoint of the conveyor. Without wiring it, sketch where its START and STOP buttons go on your ladder diagram. How many additional wires must be run to Station C?
Solution
Lab 04: Two-Location Control — Instructor Answer Key
Instructor use only. Do not publish this page to students. It contains the complete ladder diagram, wiring table, and answers for Lab 04.
Ladder Diagram
- Rung 1: PB2 and PB4 (N.C.) in series, then PB1 (N.O.), then the CR1 coil.
- Rung 2: PB3 (N.O.) in parallel with PB1, between N3 and N4.
- Rung 3: CR1A seal-in (1–3) in parallel with both START buttons, between N3 and N4.
- Rungs 4–5: CR1B changeover contact drives G1 (8–6) and R1 (8–5).
Step 6 — Trace Answers
| Question | Answer |
|---|---|
| 1. PB1 pressed | L1 → PB2 → N2 → PB4 → N3 → PB1 → N4 → CR1 coil → L2 |
| 2. PB3 pressed | L1 → PB2 → N2 → PB4 → N3 → PB3 → N4 → CR1 coil → L2 |
| 3. Running, no button | L1 → PB2 → N2 → PB4 → N3 → CR1A (1–3) → N4 → CR1 coil → L2 |
| 4. Running, PB4 pressed | No path. Every route to N3 passes through PB4. |
| 5. Running, PB2 pressed | No path. Every route to N2 passes through PB2. |
Contact Allocation
| Relay | Part | Pins | Used in Rung# |
|---|---|---|---|
| CR1 | Coil | 2–7 | 1 |
| CR1 | CR1A N.O. | 1–3 | 3 (seal-in, N3–N4) |
| CR1 | CR1B N.O. | 8–6 | 4 (G1) |
| CR1 | CR1B N.C. | 8–5 | 5 (R1) |
Node Table
| Node | Terminals on this node | Terminals | Wires |
|---|---|---|---|
| L1 | L1, PB2:1, CR1:8 | 3 | 2 |
| N2 | PB2:2, PB4:1 | 2 | 1 |
| N3 | PB4:2, PB1:1, PB3:1, CR1:1 | 4 | 3 |
| N4 | PB1:2, PB3:2, CR1:3, CR1:2 | 4 | 3 |
| N5 | CR1:6, G1:1 | 2 | 1 |
| N6 | CR1:5, R1:1 | 2 | 1 |
| L2 | L2, CR1:7, G1:2, R1:2 | 4 | 3 |
| Total | 14 |
Wiring List
Nodes N3 and N4 are daisy-chained so that no terminal holds more than two wires.
| ☐ | Rung# | Wire# | From | To | Purpose |
|---|---|---|---|---|---|
| ☐ | 1 | 1 | L1 | PB2:1 | +24 V to Station A STOP |
| ☐ | 1 | 2 | PB2:2 | PB4:1 | Station A STOP to Station B STOP (N2) |
| ☐ | 1 | 3 | PB4:2 | PB1:1 | STOPs to Station A START (N3) |
| ☐ | 2 | 4 | PB1:1 | PB3:1 | N3 chained to Station B START (N3) |
| ☐ | 3 | 5 | PB3:1 | CR1:1 | N3 chained to seal-in common (N3) |
| ☐ | 2 | 6 | PB1:2 | PB3:2 | Station A START to Station B START (N4) |
| ☐ | 3 | 7 | PB3:2 | CR1:3 | N4 chained to seal-in N.O. (N4) |
| ☐ | 1 | 8 | CR1:3 | CR1:2 | Seal-in N.O. to relay coil (N4) |
| ☐ | 1 | 9 | CR1:7 | L2 | Coil returns to GND |
| ☐ | 4 | 10 | L1 | CR1:8 | +24 V to CR1B common (feeds rungs 4 and 5) |
| ☐ | 4 | 11 | CR1:6 | G1:1 | CR1B N.O. to green lamp (N5) |
| ☐ | 4 | 12 | G1:2 | L2 | Green lamp returns to GND |
| ☐ | 5 | 13 | CR1:5 | R1:1 | CR1B N.C. to red lamp (N6) |
| ☐ | 5 | 14 | R1:2 | L2 | Red lamp returns to GND |
For daisy-chained wires, the Rung# is the rung or branch that the wire completes. Accept other chaining orders as long as each node's members are correct, and no terminal holds more than two wires. Wires 9, 12, and 14 should each land on a different L2 terminal.
Answers to Review Questions
- Either the START button alone must start the conveyor, which is an OR logic, so the START buttons go in parallel. Every STOP button must be able to stop it, so the conveyor may run only if STOP A and STOP B are both closed. That is AND logic, so the STOP buttons go in series.
- With the N.C. STOP buttons in parallel, pressing PB4 opens only one of two paths. Current still flows through PB2, so the conveyor keeps running. The Station B operator has no way to stop the machine, which could cause an injury in an emergency.
- When PB2 is released while PB3 is still held, there is again a path from L1 through PB2, PB4, and PB3 to the coil, so the conveyor restarts immediately. A STOP button has priority only while it is held. Operators must not hold a START button while someone else is stopping the machine, and anyone working on the conveyor must use lockout/tagout, never just a STOP button.
- Three wires: N2 (panel to PB4:1), N3 (PB4:2 back to the panel, jumpered locally to PB3:1), and N4 (PB3:2 back to the panel). This is why the circuit is still called "three-wire control" even with remote stations.
- PB4 fails. The seal-in path would run from N2 directly to N4, bypassing PB4. Before the conveyor starts, PB4 still blocks the START buttons. Once the conveyor is running, however, current flows around PB4 through the seal-in contact, and pressing PB4 does nothing. PB2 still works because it is upstream of N2.
Answer to the Design Question
A start-only permissive goes in series with the START buttons, between N3 and the START section, before the seal-in branch joins. The seal-in path then bypasses it. The permissive is checked only at start, so a brief dip in lube pressure while running will not trip the machine. If the same contact were placed on the main line, it would stop the machine whenever the condition is lost. Choose the location based on whether the condition is start-permissive or a running interlock.
Answer to the Extension
Station C's STOP button goes in series with PB2 and PB4, between N3 and a new node. Its START button goes in parallel with PB1 and PB3, between the new node and N4. The seal-in common must then move to the node after the last STOP button. Station C needs two additional wires because the existing N3 and N4 wires can be extended through Station C.
Grading Notes (Common Student Errors)
| Error seen on worksheet | What to tell the student |
|---|---|
| STOP buttons drawn in parallel | Revisit the requirement sentence: STOP A and STOP B mean series |
| Seal-in common connected to L1 or N2 | Trace the seal-in path while each STOP button is pressed (Step 6, questions 4–5) |
| PB3 connected between N2 and N4 | PB3 bypasses PB4; both STARTs must sit after the last STOP |
| Separate L1 wire for the R1 rung | Not wrong, but unnecessary: CR1:8 already has L1 |
| Three or more wires on CR1:2 or PB1:1 | Re-route as a daisy chain |
| Wire count not equal to 14 | Recheck the node table; each node needs (k − 1) wires |
| No node numbers on the diagram | Required deliverable; return for completion |