// Interactive Learning for I&C Technicians
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.
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 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)
LOAD BRIGHTNESS
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.
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.
Q1: How is voltage measured?
Q2: If you measure 20V at a 24VDC solenoid, what's the likely problem?
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)
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).
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.
Q1: How is current measured?
Q2: A 4ā20mA sensor reads 12mA. What percentage of span is this?
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
Scenario: A solenoid valve isn't working. You power down and measure its coil resistance.
Critical safety: ALWAYS measure resistance with power OFF.
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.
Q1: When measuring resistance, the circuit power must be:
Q2: You measure a solenoid coil and get "OL" (infinite). What does this mean?
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
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.
Power determines electrical costs and infrastructure requirements. Too much power in a component creates heat ā and heat is the enemy of electrical equipment.
Q1: A 24VDC solenoid draws 200mA (0.2A). What's the power consumption?
Q2: Why does high power consumption matter?
V = I Ć R
Problem: 12 solenoids on a 24VDC/2A supply. Each coil is 120Ī©. Will this work?
You need a ā„3A supply, or ensure not all 12 run simultaneously.
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.
Q1: A circuit has 24V and 120Ī© resistance. What's the current?
Q2: You measure 12V across a 100Ī© component. What current is flowing?
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.
Motor runs ONLY if both Start AND Guard are closed. Click contacts to toggle ā coil energizes only when both are closed.
Alarm energizes if EITHER button is pressed. Any path being TRUE makes the output TRUE.
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.
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.
Q1: Two NO contacts in series ā output energizes when:
Q2: Why is the Stop button typically a normally closed (NC) contact?
You now understand:
Next step: Get out there and practice. Use your multimeter. Read schematics. Watch ladder logic in action. Theory + practice = mastery.