← FIELD MANUAL
Step 1 of 7 — Introduction

⚔ Electrical Fundamentals

// Interactive Learning for I&C Technicians

šŸŽÆ How This Works

Welcome

You're about to learn the fundamentals of electricity through hands-on interaction. This isn't just reading — you'll manipulate circuits, switch between analogies, and test your knowledge as you go.

What You'll Learn

  • Voltage: The electrical pressure that makes things happen
  • Current: The flow of electrons doing the work
  • Resistance: What limits and controls that flow
  • Power: How much energy is being consumed
  • Ohm's Law: The relationship tying it all together
  • Ladder Logic: How PLCs make decisions using contacts and coils

How to Use This Guide

  • Each section builds on the previous one
  • Play with the interactive controls — that's how you learn
  • Try different analogies to find what clicks for you
  • Complete the mini-quiz at the end of each section to unlock the next

// Why This Matters

Every sensor, every solenoid, every signal in your plant runs on these fundamentals. When something fails, you'll trace voltage, measure current, and check resistance. This knowledge turns you from someone who swaps parts into someone who actually fixes systems.

⚔ Voltage (V)

Definition

Voltage is electrical pressure. It's the force that pushes electrons through a circuit. Without voltage, nothing moves — no current flows, no work gets done.

Measured in: Volts (V)

Your world: 24VDC (controls), 120VAC (outlets), 480VAC (motors)

Pick Your Analogy

Interactive Voltage Simulator

LOAD BRIGHTNESS

At 12V, you have medium electrical pressure

šŸ­ Real Plant Example

Scenario: Your 24VDC power supply outputs 24V. You measure at a solenoid valve and only see 22V.

What happened? You lost 2V somewhere. That's voltage drop — resistance in the wiring or a poor connection is "using up" some of your voltage.

Why it's a problem: Solenoids need their rated voltage to work properly. At 22V, it might work sluggishly or not close completely.

// Why Voltage Matters

When troubleshooting, the first thing you check is voltage. No voltage = no power. Low voltage = weak operation. Voltage is measured across (in parallel) with your multimeter while the circuit is live.

// Check Your Understanding

Q1: How is voltage measured?

In series by breaking the circuit
In parallel across two points
By disconnecting power first

Q2: If you measure 20V at a 24VDC solenoid, what's the likely problem?

The solenoid is broken
Voltage drop in wiring or connections
The power supply is overloaded

⚔ Current (I)

Definition

Current is the flow of electrons. It's the actual movement of electrical charge through the conductor. High current = lots of electrons moving.

Measured in: Amperes (A) or milliamperes (mA)

Your world: 4–20mA instrument signals, solenoid currents (100–300mA), motor currents (amps)

Pick Your Analogy

Interactive Current Simulator

šŸ­ Real Plant Example

Scenario: You're checking a 4–20mA pressure transmitter. You break the loop and measure 16mA.

What does this mean? (16–4)/(20–4) = 12/16 = 0.75 = 75% of span

If the transmitter measures 0–100 PSI: 75% of 100 = 75 PSI. That's your actual pressure.

Why 4–20mA? The 4mA "live zero" means if you see 0mA, you know something's wrong (broken wire, no power).

// Why Current Matters

Current is measured in series by breaking the circuit. In 4–20mA loops, the current value IS the signal carrying process information back to the PLC.

// Check Your Understanding

Q1: How is current measured?

In series by breaking the circuit
In parallel across two points
With power disconnected

Q2: A 4–20mA sensor reads 12mA. What percentage of span is this?

60%
50%
75%

🚧 Resistance (R)

Definition

Resistance is opposition to current flow. It limits how much current can flow. More resistance = less current (if voltage stays the same).

Measured in: Ohms (Ī©)

Your world: Solenoid coils (50–200Ī©), RTD sensors (100–200Ī©), wire resistance

Pick Your Analogy

Interactive Resistance Simulator

šŸ­ Real Plant Example

Scenario: A solenoid valve isn't working. You power down and measure its coil resistance.

  • Spec says 120Ī©: Healthy coil
  • You measure infinite (OL): Open coil — wire inside is broken. Dead.
  • You measure 2Ī©: Shorted coil — insulation failed. Also dead.
  • You measure 115Ī©: Within spec. Look elsewhere.

Critical safety: ALWAYS measure resistance with power OFF.

// Why Resistance Matters

Resistance testing is how you check if components are good or bad. You can find opens (broken wires), shorts (insulation failure), and verify component specs. RTDs use resistance changes with temperature as their operating principle.

// Check Your Understanding

Q1: When measuring resistance, the circuit power must be:

OFF (de-energized)
ON (energized)
Doesn't matter

Q2: You measure a solenoid coil and get "OL" (infinite). What does this mean?

The coil is shorted
The coil is open (broken wire)
The coil is working perfectly

šŸ’Ŗ Power (P)

Definition

Power is the rate of energy consumption. High power = lots of energy being used per second.

Measured in: Watts (W) or Kilowatts (kW)

Formula: P = V Ɨ I  |  P = I²R  |  P = V²/R

Your world: Heater elements (1–10kW), motors (HP ratings), panel loads

Interactive Power Calculator

Power = 1200 W (1.2 kW)

šŸ­ Real Plant Example

Scenario: You have a 480VAC heater element drawing 15A.

Calculate: P = 480V Ɨ 15A = 7,200W = 7.2kW

At $0.10/kWh, that's $0.72 per hour to run. When sizing breakers and wiring, this matters.

The Power Triangle

  • P = V Ɨ I → Use when you know voltage and current
  • P = I² Ɨ R → Use when you know current and resistance
  • P = V² / R → Use when you know voltage and resistance

// Why Power Matters

Power determines electrical costs and infrastructure requirements. Too much power in a component creates heat — and heat is the enemy of electrical equipment.

// Check Your Understanding

Q1: A 24VDC solenoid draws 200mA (0.2A). What's the power consumption?

120W
4.8W
0.48W

Q2: Why does high power consumption matter?

It doesn't — power is irrelevant
It creates heat and determines circuit sizing
Only matters for AC circuits

🧮 Ohm's Law

The Most Important Formula in Electricity

V = I Ɨ R

  • V = I Ɨ R → Voltage = current Ɨ resistance
  • I = V / R → Current = voltage / resistance
  • R = V / I → Resistance = voltage / current

Interactive Ohm's Law Calculator

šŸ­ Real Troubleshooting Scenario

Problem: 12 solenoids on a 24VDC/2A supply. Each coil is 120Ī©. Will this work?

  1. Current per solenoid: I = 24V / 120Ī© = 0.2A
  2. Total: 12 Ɨ 0.2A = 2.4A
  3. Supply rated for 2.0A → OVERLOADED by 20%

You need a ≄3A supply, or ensure not all 12 run simultaneously.

// Why Ohm's Law Matters

Every electrical problem boils down to V, I, or R being wrong. Ohm's Law lets you predict what SHOULD be, then measure what IS. The difference tells you where the fault is.

// Check Your Understanding

Q1: A circuit has 24V and 120Ī© resistance. What's the current?

2.88A
0.2A (200mA)
5A

Q2: You measure 12V across a 100Ī© component. What current is flowing?

240mA
120mA
100mA

🪜 Ladder Logic

How PLCs Think

Ladder logic is the programming language PLCs use. Two vertical "rails" (power) with horizontal "rungs" (logic circuits) between them. Power flows left to right — contacts (inputs) control when coils (outputs) energize.

The Building Blocks

  • NO Contact | |: Blocks flow when OFF, allows flow when ON
  • NC Contact |/|: Allows flow when OFF, blocks flow when ON
  • Coil ( ): Output that energizes when rung is TRUE

Interactive: AND Logic (Series)

AND LOGIC
| |
START
| |
GUARD
M

Motor runs ONLY if both Start AND Guard are closed. Click contacts to toggle — coil energizes only when both are closed.

Interactive: OR Logic (Parallel)

OR LOGIC
| |
BTN1
| |
BTN2
A

Alarm energizes if EITHER button is pressed. Any path being TRUE makes the output TRUE.

Interactive: Seal-In / Latching Circuit

SEAL-IN CIRCUIT
|/|
STOP
| |
START
| |
SEAL
M

Try it: Press Start → motor runs. Release Start → motor stays on via seal-in. Press Stop → motor stops. Stop is NC — fail-safe. If wire breaks, motor stops.

// Why Ladder Logic Matters

When a machine won't start, look at the ladder and see which contact isn't closing. When something won't stop, find which seal-in contact is stuck. It's reading the PLC's mind without being a programmer.

// Check Your Understanding

Q1: Two NO contacts in series — output energizes when:

Either contact is closed (OR)
Both contacts are closed (AND)
At least one contact is open

Q2: Why is the Stop button typically a normally closed (NC) contact?

It's not — Stop is usually NO
Fail-safe: if wire breaks, motor stops
To save power