⚠ LEO Ops Portal — Development Draft — Not Approved for Employee Use
Module 5 — Electrical Systems
Lesson 5.15 — Reading Electrical Schematics
L2 — Guided Practice 🟡 Yellow Risk ⚡ Electrical ⏱ 70 min LEO-ACE-05-015 · v1.0 · 2026-06-14

In This Lesson

§01 Overview §02 Learning Objectives §03 Prerequisites §04 The Three Drawing Types §05 One-Line Diagrams §06 Ladder Diagram Structure §07 Ladder Reading Practice §08 Wiring Diagrams §09 Symbol Reference §10 Drawing Organization §11 Symbol Quiz §12 Assessment §13 Summary
§01

Overview

Electrical schematics are the language of industrial electrical systems. Without being able to read them, a technician is guessing — following wires physically without understanding the logic. Schematics let you understand what should happen before you touch anything.

This lesson teaches three drawing types you will encounter in the field: one-line (single-line) diagrams, ladder diagrams, and wiring diagrams. By the end, you will be able to look at a machine's electrical drawing package and trace the circuit from power source to load.

⚠ Yellow Risk — Electrical Drawing Awareness
This lesson involves understanding energized system drawings. You are not performing live electrical work. However, misreading a schematic can lead to wrong assumptions about circuit state. Always verify with a meter — never assume based on drawings alone.
§02

Learning Objectives

§03

Prerequisites

Before starting this lesson, you should have completed:

LessonTopicWhy It Matters Here
5.6Series & Parallel CircuitsContacts in series vs. parallel on ladder rungs
5.9Overcurrent ProtectionReading fuse and breaker symbols on SLDs
5.10Contactors & Overload RelaysCR coils, OL contacts, and their symbols
5.14Control Circuits3-wire start/stop logic used in ladder examples
§04

The Three Drawing Types

Drawing TypeShowsUsed ForWhat It Tells You
One-Line Diagram (SLD) Power flow from source → distribution → loads, using single lines for 3-phase conductors System overview, power distribution, load survey Transformer kVA, breaker ratings, feeder sizes, bus voltages
Ladder Diagram Control circuit logic in horizontal "rungs" between two vertical power rails Troubleshooting, control logic tracing, programming PLCs What makes what happen — cause and effect in control logic
Wiring Diagram Physical location of devices, terminal numbers, wire numbers, wire colors Physical installation, wiring connections Where wire #24 connects on TB-3 terminal 7
✅ Pro Tip — Which Drawing When
SLD: Find the breaker feeding a panel.
Wiring diagram: Find the physical terminal to land a wire.
Ladder diagram: Understand why the machine is behaving a certain way.
§05

One-Line Diagram (SLD) Reading

A single-line diagram (SLD) represents a 3-phase power system using a single line for all three phases. It is a system overview — it does not show individual wire connections or control logic. It shows where power comes from and where it goes.

Key Elements on an SLD

Symbol / ElementWhat It RepresentsLook For
Utility supply boxPower source from the utility gridVoltage (480V, 4160V), phases (3Ø), frequency
Main disconnectMaster shutoff for the facility or equipmentAmpere rating, fused or non-fused
Bus bar (horizontal line)Common distribution point connecting multiple branchesVoltage level, ampacity
Circuit breaker (CB)Overcurrent protection per branchAmpere trip rating (e.g. 60A), interrupting capacity
Transformer (XFMR)Voltage step-down or step-upkVA rating, primary/secondary voltages (480→120V)
Motor (M)Motor load on a branchHorsepower (HP) or kW, voltage, phase
Tick marks on lineNumber of conductors in a feeder3 ticks = 3 conductors (3Ø), 2 ticks = 2 conductors (1Ø)
Ground symbolEarth ground connectionThree horizontal lines, decreasing in length

Simplified SLD — Annotated

UTILITY SUPPLY 480V 3Ø 60Hz Available Fault: 65kAIC 3 conductors MAIN DISC. 200A / 3P MDP BUS — 480V 3Ø CB-1 60A / 3P M M1 — 30HP CB-2 30A / 3P VFD-1 Pump Drive 20HP / 480V 75kVA 480→120V CB-3 100A / 1P LIGHTING 120V SLD Annotations: ① Utility: Voltage, phases, available fault ② Tick marks: # of conductors in feeder ③ Main disc: First point of disconnection ④ MDP Bus: Common distribution rail ⑤ CB ampacity: Overcurrent protection ⑥ Motor "M" symbol: HP or kW rating ⑦ XFMR interlocked circles: kVA & ratio ⑧ Ground symbol: Secondary neutral GND
ℹ Reading Order on an SLD
Start at the top (utility source) and follow power downward to each load. Each branch tells you: what protection feeds it, what voltage it operates at, and what the load is. You are not reading logic — you are reading power flow.
§06

Ladder Diagram Structure and Reading Rules

The ladder diagram (also called a schematic diagram) is the primary troubleshooting tool for control circuits. It shows logic — what conditions must be true for an output to energize — not physical wiring.

The Ladder Structure

L1 (Hot) L2 (Neutral) | | |──[Contact A]──[Contact B]────────(Coil 1)─| ← Rung 1 | | |──[Contact C]──┬──[Contact D]──(Coil 2)───| ← Rung 2 | └──[Contact E]──(Coil 3)───| | | | (Power Rail) |
ElementLocationRule
Left power rail (L1)Left vertical lineAlways hot (energized) — 120VAC in most control circuits
Right power rail (L2 / Neutral)Right vertical lineNeutral / return — completes the circuit
RungsHorizontal lines between railsEach rung is one logical circuit. Read left to right.
ContactsLeft portion of each rungConditions — must ALL be closed for current to flow
Coil (output)Right end of rung, before right railEnergizes when there is a complete path through all contacts

The #1 Ladder Reading Rule

⚠ Critical Rule
A coil ENERGIZES only when there is a complete, unbroken path of closed contacts from the left rail to the right rail through that rung. One open contact anywhere in a series string = coil stays de-energized.

Wire Numbers — The Link Between Drawings

Every junction in a ladder diagram is assigned a wire number. The same number appears on the wiring diagram at every physical connection of that same electrical node. Wire numbers are how you move between the logical drawing and the physical drawing.

L1 ──[14]──[PB1-NO]──[17]──[CR1-NO]──[18]──(CR1 COIL)──[0]── L2 Wire#14 Contact Wire#17 Seal-in Wire#18 Coil Wire#0

Contact Cross-Reference Tables

When a coil (e.g., CR1) energizes, its contacts may appear on many different rungs. Good drawings show a cross-reference table next to each coil listing every rung where that coil's contacts appear. Example: CR1 → 3↑ 5↓ 8↑ means CR1 has a NO contact (↑) on rung 3, NC contact (↓) on rung 5, NO contact (↑) on rung 8.

Contacts Shown in De-Energized State

ℹ Standard Drawing Convention
All contacts on a ladder diagram (and wiring diagram) are drawn in their de-energized (shelf) state — as they exist when no power is applied and no coil is energized. A NO contact shown open will close when its coil energizes. An NC contact shown closed will open when its coil energizes. Always read the drawing notes to confirm this convention is used.
§07

Ladder Diagram Reading Practice

Study each rung, then answer whether the coil will energize given the stated condition. Click the SVG elements to see tooltips.

Rung 1 — Simple Start
A single normally-open push button (PB1) in series with a control relay coil (CR1). No seal-in contact.
PB1 START (NO) CR1 14 16 0 L1 L2
Condition: PB1 is being held pressed. Will CR1 coil energize?
Rung 2 — 3-Wire Start/Stop with Seal-In
Stop button (PB2-NC), Overload relay contact (OL-NC), and a parallel combination of Start button (PB1-NO) and CR1 seal-in contact (CR1-NO). This is the standard motor start/stop rung.
PB2 STOP (NC) OL OL (NC) PB1 START(NO) CR1 SEAL (NO) CR1 L1 L2
Condition: Motor is running normally. PB1 is released. PB2 not pressed. No overload. CR1 seal contact is closed. Will CR1 STAY energized?
Rung 3 — Series Interlock
CR1-NO contact in series with LS1-NO (limit switch). Solenoid A (SOL-A) only fires when motor is running AND limit switch is triggered.
CR1 (NO) LS1 (NO) LIMIT SW SOL-A L1 L2
Condition: CR1 is energized (motor running). Limit switch LS1 has NOT been triggered (still open). Will SOL-A energize?
Rung 4 — On-Delay Timer + Pilot Light
CR1-NO enables Timer T1 (TON, on-delay). After 5 seconds, T1-NO timed contact closes, illuminating green pilot light PL1-GRN.
CR1 (NO) T1 TON PT: 5.0s T1-NO TIMED PL1 GRN L1 L2
Condition: CR1 has been energized for 3 seconds. T1 timer is counting but has NOT yet reached the 5-second preset. Will PL1-GRN be lit?
§08

Wiring Diagram Reading

The wiring diagram shows physical connections. It uses the same wire numbers as the ladder diagram, but instead of showing logic, it shows where every wire is physically terminated — at what terminal strip, on which terminal number, and with what wire color or number label.

Key Differences: Wiring vs. Ladder

FeatureLadder DiagramWiring Diagram
LayoutLogical — optimized for reading circuit logicPhysical — reflects component positions in panel or field
Wire numbersAt junctions between contacts/coilsOn every wire at every termination point
Terminal stripsNot shownShown as numbered rows (TB1-1, TB1-2…)
Field wiringContacts appear without location contextDashed line separates panel wiring from field wiring
Component locationNo physical location shownComponents shown where they physically mount

3-Wire Control Wiring — Panel Side

PANEL INTERIOR FIELD WIRING FIELD / PANEL BOUNDARY 120VAC L1 TB1 T1 T2 T3 T4 T5 14 CR1 COIL A1 A2 15 OL-NC 97 98 16 16 → CR1-NO SEAL 18 18 → L2 NEUT 0 STOP PB NC Contact T1 T2 17 START PB NO Contact T3 T4 18 ← ✓ Check voltage at TB1-T2 Hot = OL good, problem is in field wiring

Half-Split Troubleshooting with Wire Numbers

Wire numbers let you use the half-split method — find the midpoint of the circuit and check voltage there. If wire #16 has voltage at panel terminal TB1-T2, the problem is in the field (STOP button or field wiring). If wire #16 has NO voltage at TB1-T2, the problem is in the panel (OL contact or its circuit). This technique is covered fully in Lesson 5.16.

✅ Wire Number Rule
Every point in a circuit labeled with the same wire number is the same electrical node — whether you're looking at a terminal strip in the panel, a contact on a push button in the field, or a junction on the ladder diagram. Same number = same node.
§09

Symbol Reference Table (NFPA 79 / IEC 60617)

All symbols shown in de-energized state unless noted.

─┤ ├─
SPST NO Contact
Normally Open — open in shelf state, closes when coil energizes
─┤/├─
SPST NC Contact
Normally Closed — closed in shelf state, opens when coil energizes
─( )─
Relay Coil
Output element — energizes when complete rung path exists
─[ ]─
Fuse
Overcurrent protection — sacrificial open-circuit device
─[×]─
Circuit Breaker
Resettable overcurrent protection device
─(M)─
Motor
"M" in a circle — rated in HP or kW
─⊃⊂─
Transformer
Two interlocked circles — shows kVA and voltage ratio
Earth Ground
Three horizontal lines, decreasing — chassis or earth reference
─┤┠─
Capacitor
Two parallel plates — energy storage, power factor correction
─⌇⌇─
Inductor / Coil
Looped symbol — inductance, solenoid body
─┤↑├─
Push Button NO
Momentary contact — NO + actuator arrow; closes when pressed
─┤↓/├─
Push Button NC
Momentary NC — opens when pressed (STOP buttons)
─(X)─
Pilot Light
Circle with X — indicates operational status visually
─┤○├─
Limit Switch NO
Roller head symbol — closes when actuated by mechanical travel
─┤~├─
Float Switch NO
Closes on rising liquid level — sump pump applications
─┤P↑├─
Pressure Switch NO
Closes on rising pressure — "P" with up arrow
─┤T↑/├─
Thermostat NC
Opens on rising temperature — used for thermal protection
─•─
Junction (Dot)
Solid dot where two wires cross = electrically connected
─╋─
No Connection (Cross)
Wires cross with NO dot = NOT connected, just crossing
─○14─
Wire Number Label
Number beside or in circle identifies the electrical node/net
━┿┿┿━
3-Phase Line
Single line with 3 tick marks = 3 conductors (3-phase)
─[T]─
Terminal
Circle or square with number — physical connection point on TB
§10

Drawing Organization and Title Block

The Title Block

Every industrial drawing has a title block located in the bottom right corner. Before you read any circuit, check the title block for:

FieldWhat It ContainsWhy It Matters
Drawing NumberUnique identifier (e.g., E-101, DWG-4021)Reference for ordering prints, filing, cross-reference
Revision (REV)Letter or number (A, B, C… or 0, 1, 2…)Always use the latest revision — safety changes may have been made
ScaleDrawing scale or "NTS" (not to scale)Physical sizing — usually NTS for schematics
Drawn By / Checked / ApprovedInitials and datesAccountability trail — who is responsible for this drawing
Sheet N of Ne.g., Sheet 3 of 7Confirms you have the complete drawing package
Plant / ProjectSite name, project codeConfirms you have the right drawing for the right machine
⚠ Revision Warning
Using an outdated drawing revision when wiring or troubleshooting a machine is a serious error. Safety interlocks may have been added in a newer revision. Always locate the drawing control binder or engineering system and confirm you are working from the current approved revision.

Drawing Notes Section

General notes (usually found near the title block or at the top left) apply to all circuits on the drawing. Always read the notes before reading any circuit. Common notes include:

NOTES: 1. ALL FIELD WIRING SHALL BE #16 AWG MIN, 600V RATED, STRANDED. 2. ALL RELAY CONTACTS SHOWN IN DE-ENERGIZED (SHELF) STATE. 3. WIRE NUMBERS SHOWN ON BOTH LADDER AND WIRING DIAGRAMS ARE IDENTICAL. 4. ALL FUSES RATED 250V MINIMUM. 5. FIELD WIRE COLORS: BK=HOT, WH=NEUTRAL, GN=GROUND.

Device List / Bill of Materials

The device list identifies every component on the drawing by its tag designation (CR1, M1, T1, SOL-A), description, manufacturer, catalog number, and quantity. Use this when:

§11

Interactive Symbol Identification Quiz

Read the symbol description, then select the correct answer. 10 questions total.

Question 1 of 10: A ladder diagram shows two vertical bars with a gap between them, drawn horizontally across a rung. No diagonal slash through it.
─┤ ├─
Question 2 of 10: Two vertical bars on a rung with a diagonal slash line drawn through them.
─┤/├─
Question 3 of 10: A circle with an X drawn through it, connected to a rung at the right rail.
─(X)─
Question 4 of 10: A circle with the letter "M" inside it, shown on a one-line diagram as a load at the end of a branch.
─(M)─
Question 5 of 10: Two circles, each one overlapping the other by about half their diameter, drawn on a one-line diagram between two voltage levels.
─⊃⊂─
Question 6 of 10: On a one-line diagram, a single line with three short diagonal tick marks crossing through it.
━┿┿┿━
Question 7 of 10: Two wires cross on a diagram, and there is a solid filled dot exactly at the intersection point.
─•─ (dot at crossing)
Question 8 of 10: Two wires cross on the drawing. There is NO dot at the crossing point — just a plain cross or a slight bridge hop.
─╋─ (no dot at crossing)
Question 9 of 10: A ladder diagram shows a wire segment with the number "14" written next to it (or in a small circle on the wire).
─ 14 ─
Question 10 of 10: In the bottom right corner of an electrical drawing, there is a bordered box containing fields labeled "DWG NO.", "REV", "DRAWN BY", "DATE", "SHEET 1 OF 4".
0/10
Symbol Quiz Score
§12

Lesson Assessment — 5 Questions

Complete all five questions. These cover the core concepts from this lesson.

0 of 5 answered
1. On a ladder diagram, a coil at the right rail will energize ONLY when:
2. A technician finds wire #47 on a wiring diagram at terminal TB4-3. What does this tell her about finding wire #47 on the ladder diagram?
3. What is the primary purpose of a one-line (single-line) diagram?
4. A cross-reference table next to coil CR2 on a ladder diagram shows: "3↑, 5↓". This means:
5. A drawing note states "All contacts shown in de-energized position." A contact drawn as NC (Normally Closed — shown closed/conducting) is a contact that is closed while its controlling coil is:
0/5
Assessment Score
§13

Lesson Summary

Drawing TypePrimary UseKey Feature
Single-Line Diagram (SLD)Power flow overviewOne line = 3 phases; shows kVA, breaker ratings, bus voltages
Ladder DiagramControl logic troubleshootingRungs, rails, contacts left → coil right; complete path = energize
Wiring DiagramPhysical wiring and terminationsTerminal numbers, wire numbers, field/panel boundary

Key Rules to Remember

✅ What's Next
Lesson 5.16 — Electrical Troubleshooting Logic builds directly on this lesson. You will use ladder diagrams and wiring diagrams together to apply systematic half-split and voltage-drop troubleshooting to motor control circuits.
← 5.14 Control Circuits LEO Technical Academy 5.16 Electrical Troubleshooting Logic →