# ArcReady Theory Study Guide ### Electrical Theory & Circuit Analysis — Complete Reference --- # PART TWO: ELECTRICAL THEORY --- ## 16. Ohm's Law & Power Ohm's Law is the foundation of every circuit calculation. It describes the relationship between voltage, current, and resistance in a simple, definitive way: **E = I × R**, where E is voltage in volts (V), I is current in amperes (A), and R is resistance in ohms (Ω). The three forms you use interchangeably: - **E = I × R** (voltage equals current times resistance) - **I = E / R** (current equals voltage divided by resistance) - **R = E / I** (resistance equals voltage divided by current) **Power** adds a fourth variable. Electrical power is measured in watts (W) and represents the rate at which energy is consumed or delivered. The primary power formula is **P = I × E** (watts equals current times voltage). Combined with Ohm's Law, you get the full "power wheel" — four equivalent forms: - P = I × E - P = I² × R - P = E² / R - (and E = √(P × R), I = √(P / R), etc.) Knowing any two of the four variables (V, I, R, P) lets you solve for the other two. Exam questions typically give you two values and ask for a third. **Example:** A 120V circuit drives 6A of current through a load. What is the resistance, and what power does the load consume? - R = E / I = 120 / 6 = **20 Ω** - P = E × I = 120 × 6 = **720 W** **Energy vs. Power:** Power (watts) is the rate of consumption at any instant. Energy (watt-hours or kilowatt-hours) is power over time. A 1,000W device running for one hour consumes 1 kWh of energy. Utility bills are measured in kWh. **Voltage drop:** As current flows through resistance (including wire resistance), voltage is "used up." The voltage drop across any resistive element is V = IR. Excessive wire resistance causes voltage to drop before it reaches the load, reducing performance or causing equipment to overheat. --- ## 17. Circuit Components & Electrical Fundamentals Before the series and parallel circuit math (covered in the next two sections) or diode testing (covered later in this guide), a handful of foundational component definitions show up repeatedly across the theory exam. **Capacitor:** a device that stores electrical energy in an electrostatic field between two conductive plates separated by an insulating dielectric. Capacitors oppose changes in voltage and are used for power factor correction, filtering, and motor-starting circuits. **Solenoid:** a coil of wire wound around a movable ferromagnetic core. When current flows through the coil, the resulting magnetic field pulls the core, producing linear mechanical motion — the working principle behind valves, relays, and actuators. **DC vs. AC sources:** a battery supplies direct current (DC) — current flows in one constant direction, from the negative terminal through the external circuit to the positive terminal. Alternating current (AC), by contrast, periodically reverses direction and is produced by generators and alternators (see AC Theory, below). **Series circuit, one-line definition:** a circuit with only one continuous current path. Full treatment, including the math, is in the Series Circuits section that follows. **Neutral-to-ground voltage check:** in a properly wired 120VAC system, the neutral and ground conductors are bonded together at the main service panel, so they sit at the same electrical potential. A voltmeter across neutral and ground should read 0.0 VAC. Any measurable voltage there indicates a wiring fault — most commonly a loose or broken neutral connection — and is a standard troubleshooting check. *Ref: Applied EE Manual, Ch. 1 §1.1.1, §1.1.5, §1.7.3* ## 18. Series Circuits In a series circuit, all components are connected end-to-end in a single path. There is exactly one route for current to travel. **Current is the same everywhere.** Since there is only one path, every electron that leaves the source must pass through every component in order. If you measure current at any point in a series loop, you get the same value: **I_total = I_R1 = I_R2 = I_R3 = ...** **Voltage divides.** Each resistor drops a portion of the total supply voltage proportional to its resistance. The sum of all individual voltage drops equals the supply voltage. This is Kirchhoff's Voltage Law (KVL): **E_source = V_R1 + V_R2 + V_R3 + ...** **Resistances add directly.** Total resistance in a series circuit is the arithmetic sum of all individual resistances: **R_total = R1 + R2 + R3 + ...** **Adding a resistor increases total resistance** and therefore decreases total current (since I = E / R_total). Each individual component sees less current than before. **One open = all dead.** If any component in a series circuit opens (a blown fuse, an open switch, a broken wire), current stops everywhere. This is why strings of old Christmas lights that went dark when one bulb burned out were wired in series. **Voltage across an open component:** When one component opens in an otherwise complete circuit, the full supply voltage appears across the open point. This is crucial for troubleshooting — a voltmeter measuring full source voltage across what should be a closed device is showing you the open fault location. **Voltage across a short:** A component with zero resistance (a short circuit) drops zero voltage. All the voltage appears across the remaining resistance in the circuit. **Series circuit summary checklist:** - I is constant throughout - V_total = sum of voltage drops - R_total = sum of resistances - Largest resistor = largest voltage drop - One open breaks the entire circuit --- ## 19. Parallel Circuits In a parallel circuit, all components connect between the same two nodes — they share the same two endpoints. Current has multiple paths available. **Voltage is the same across every branch.** Every parallel branch connects directly between the positive and negative supply rails, so they all see the same potential difference: **E = V_branch1 = V_branch2 = V_branch3 = ...** **Current divides.** Each branch draws current independently based on its own resistance (I = E / R for each branch). Branches with lower resistance draw more current. Total current is the sum of all branch currents: **I_total = I_1 + I_2 + I_3 + ...** This is Kirchhoff's Current Law (KCL). **Total resistance decreases with each added branch.** Each additional parallel path gives current another route, lowering the total opposition. The formula for parallel resistance is: **1/R_total = 1/R1 + 1/R2 + 1/R3 + ...** For exactly two resistors in parallel, there is a shortcut: **R_total = (R1 × R2) / (R1 + R2)** Total resistance in a parallel circuit is always less than the smallest individual branch resistance. **Adding a branch increases total current.** Adding a parallel load does not change the voltage or the current through existing branches — it simply adds a new path that draws its own current from the source. The source must supply more total current. **One open = others keep running.** If one branch opens, the remaining branches are unaffected. This is why household circuits are wired in parallel: one broken outlet does not shut off the whole house. **One short = catastrophic.** A short circuit across a parallel branch drops the terminal voltage to (near) zero, removing voltage from all other branches simultaneously. **Parallel circuit summary checklist:** - V is constant across every branch - I_total = sum of branch currents - 1/R_total = sum of 1/R for each branch - Lowest resistance branch = highest current - One open branch: others unaffected - Adding branches: more total current, lower total resistance --- ## 20. AC Theory Alternating Current (AC) reverses polarity periodically. In North American power systems, the voltage changes direction 60 times per second. In most of Europe, the standard is 50 Hz. **Frequency and Period** Frequency (f) is how many complete cycles occur per second, measured in hertz (Hz). Period (T) is the time for one complete cycle: **T = 1/f**. At 60 Hz, T = 1/60 second ≈ 16.7 milliseconds. At 50 Hz, T = 1/50 second = 20 milliseconds. **RMS Voltage** Because AC voltage is constantly changing, a simple average would be zero. Instead, electrical calculations use the root mean square (RMS) value, which is the DC equivalent that delivers the same heating power. When a voltmeter reads 120V on an AC circuit, it is reading 120V RMS. The peak voltage is higher: **V_peak = V_RMS × √2**. For 120V RMS: peak = 120 × 1.414 ≈ 170V. **Inductive Reactance (XL)** An inductor (a coil of wire) stores energy in a magnetic field. When AC flows through it, the changing magnetic field opposes changes in current, creating reactance. Inductive reactance increases with frequency: **XL = 2πfL**, where L is inductance in henrys (H). At higher frequencies, inductors impede current more strongly. The voltage across an ideal inductor leads the current by 90° — in a purely inductive circuit, voltage peaks before current peaks. **Capacitive Reactance (XC)** A capacitor stores energy in an electric field. It charges and discharges as AC alternates, opposing changes in voltage. Capacitive reactance decreases with frequency: **XC = 1 / (2πfC)**, where C is capacitance in farads (F). At higher frequencies, capacitors pass current more easily. The current through a capacitor leads the voltage by 90° — in a purely capacitive circuit, current peaks before voltage peaks. **ELI the ICE man** — a mnemonic for phase relationships: - **ELI**: In an inductor (L), Voltage (E) leads Current (I) — E comes before I. - **ICE**: In a capacitor (C), Current (I) leads Voltage (E) — I comes before E. **Impedance (Z)** In AC circuits containing resistance, inductance, and/or capacitance, the total opposition to current is impedance (Z), measured in ohms. For series RLC circuits: **Z = √(R² + (XL − XC)²)**. Ohm's Law for AC uses impedance: **I = V / Z**. **Resonance** occurs when XL = XC, and the reactive components cancel. At resonance, impedance equals pure resistance (minimum value), and current is at maximum. --- ## 21. Transformers A transformer transfers electrical energy between two circuits through electromagnetic induction. It can step voltage up or down, which makes it essential for efficient power transmission and distribution. **How it works:** An AC current in the primary winding creates an alternating magnetic flux in the iron core. This changing flux induces a voltage in the secondary winding. The ratio of turns between primary and secondary determines the voltage ratio. **Turns Ratio and Voltage:** **V1 / V2 = N1 / N2** Where V1 and V2 are primary and secondary voltages, and N1 and N2 are the number of turns in each winding. If the secondary has more turns than the primary (N2 > N1), the secondary voltage is higher — this is a step-up transformer. If the secondary has fewer turns (N2 < N1), the secondary voltage is lower — a step-down transformer. **Power Conservation:** An ideal transformer is 100% efficient — all power from the primary is delivered to the secondary. Since P = V × I, and power is conserved: **V1 × I1 = V2 × I2**. When a transformer steps voltage up, current steps down proportionally. A transformer that doubles voltage cuts current in half. This is why high-voltage transmission lines carry less current for the same power — less current means less resistive heating loss in the wires. **Core Construction:** Transformer cores are made from thin laminated sheets of silicon steel rather than solid iron. Each thin lamination is insulated from its neighbors. This limits the area through which eddy currents can flow, reducing eddy current losses (which would manifest as heat). Solid iron cores would overheat rapidly under AC conditions. **Transformer Types:** - **Distribution transformers** step 7,200V or 13,800V utility voltage down to 240/120V for homes, or 480/277V for commercial buildings. - **Isolation transformers** have a 1:1 turns ratio — they do not change voltage but provide electrical isolation between the primary and secondary circuits, breaking the ground reference. Useful for shock protection in sensitive equipment or patient care areas. - **Autotransformers** use a single winding with taps rather than two separate windings. They are smaller and cheaper but do not provide isolation. - **Current transformers (CT)** are used to measure high currents safely by producing a proportionally reduced secondary current for metering. **Polarity dots** on transformer schematic symbols indicate that the dotted terminals of primary and secondary are in phase (both going positive or negative at the same time). This matters when transformers are paralleled or when phase relationship affects connected equipment. --- ## 22. Three-Phase Systems Three-phase power is the standard for commercial and industrial electrical distribution. It delivers power more efficiently than single-phase because three current-carrying conductors working together produce a smoother, higher-density power flow. **What three-phase means:** Three-phase power consists of three sinusoidal voltages separated from each other by 120°. As one phase is peaking, the other two are at intermediate values. This produces constant, non-pulsating power delivery in balanced three-phase loads — a major advantage for motors. **Wye (Y) Connection** In a wye system, one end of each of the three phase windings is connected to a common neutral point. The other ends are the three phase terminals (A, B, C or L1, L2, L3). - **Phase voltage (Vphase):** Voltage measured from one phase terminal to the neutral point - **Line voltage (Vline):** Voltage measured from one phase terminal to another The relationship: **Vline = √3 × Vphase** (approximately 1.732 × Vphase) For a 208Y/120V system: Vphase = 120V, Vline = 208V. For a 480Y/277V system: Vphase = 277V, Vline = 480V. The neutral conductor in a wye system carries the unbalanced current. In a perfectly balanced system (all three phases loaded equally), neutral current is zero. **Delta (Δ) Connection** In a delta system, the three windings are connected end-to-end forming a triangle. There is no neutral point. - Line voltage equals phase voltage: **Vline = Vphase** - Phase current is less than line current: **Iline = √3 × Iphase** Delta is common for motor loads and for the primary side of distribution transformers. **Common voltages:** - 208Y/120V: Three-phase commercial, common in offices and light commercial. 208V three-phase for equipment, 120V single-phase for outlets. - 480Y/277V: Industrial distribution. 480V three-phase for motors and large equipment, 277V single-phase for lighting. - 240V delta: Common utility service for residential heavy loads and some industrial equipment. The "high leg" (wild leg or stinger) in a 240V delta with center-tapped neutral produces 208V to neutral from one phase — it must be identified and not used for 120V loads. **Three-Phase Power Formula:** **P = √3 × Vline × Iline × PF** Where PF is the power factor (1.0 for purely resistive loads, less than 1.0 for inductive or capacitive loads). For three-phase motors, this formula determines the line current draw at rated power. **Single Phasing** Single phasing occurs when one of the three phases is lost (due to a blown fuse, open connection, or utility fault) while a three-phase motor continues to run. The motor attempts to maintain load on two phases, drawing dangerously elevated current in those phases. Three-phase motors are particularly vulnerable because they have no self-protective response — they will overheat and burn out quickly under single-phasing conditions. Overload relays are designed to detect this condition by monitoring current in each phase. --- ## 23. Motor Control Reversing the direction of a three-phase AC motor is one of the most frequently tested motor-control concepts, and the answer is simpler than it sounds: **swap any two of the three motor supply leads.** Doing so reverses the rotating magnetic field produced in the stator, which reverses the direction the rotor turns. Swapping all three leads — rather than two — returns the motor to its original rotation direction; it does not produce a second reversal. This is a common wrong-answer trap: the fix is "any two," not "all three." This principle applies specifically to three-phase induction motors. Reversing single-phase motors typically requires changing the connection at the start winding rather than swapping supply leads, since a single-phase motor doesn't have three independent phase leads to swap. *Ref: Applied EE Manual, Ch. 1 §1.5–§1.6 (Motors & Motor Controllers)* ## 24. Schematic Reading Electrical schematics (also called ladder diagrams in industrial control contexts) represent circuits symbolically. The ability to read a schematic and predict circuit behavior is an essential trade skill and a frequent exam topic. **Ladder Diagrams** Industrial control schematics are drawn as "ladder" diagrams: two vertical rails (representing line voltage, L1 and L2 or L1 and N) with horizontal "rungs" connecting them. Each rung contains a series of contacts and coils representing one logical circuit function. **Common Symbols** - **Normally Open (NO) contact:** Two parallel diagonal lines (or a gap symbol). Contact is open at rest — circuit does not pass current unless the contact is energized or actuated. - **Normally Closed (NC) contact:** Same symbol with a diagonal slash through it. Contact is closed at rest — circuit passes current unless the contact is opened. - **Coil:** A circle. Represents an electromagnetic coil (relay, contactor, solenoid). When voltage is applied and sufficient current flows, the coil energizes and changes the state of associated contacts. - **Fuse:** A small rectangle or S-curve symbol in series with the circuit. Interrupts current when overloaded. - **Motor:** Often shown as a circle with an M, or as the load at the end of a power rung. - **Ground:** Three progressively shorter horizontal lines or a downward triangle. Represents the reference point (0V) or a safety earth connection. - **Node dot:** A solid dot where two or more wires connect electrically. Without the dot, crossing lines are not connected. **F1, F2, F3** designations on a three-phase motor circuit represent the three fuses (or overloads) protecting each of the three supply phases. Each fuse must be checked independently when troubleshooting a motor fault. **Motor Starter (MS)** in a schematic represents the main power contactor — it contains three main contacts (one per phase) that close to connect the motor to line voltage when the control coil is energized. **Overload Relays (OL)** are in series with the motor and monitor current draw. When current exceeds the trip setting (such as during a locked rotor or single-phasing event), the OL relay opens a normally closed contact in the control circuit, de-energizing the coil and dropping out the main contactor. They are thermal or electronic devices. **Reading a ladder diagram:** Start at L1, trace current flow through each rung from left to right, through contacts to coil or load. A contact that is open breaks the path. A contact that is closed continues the path. The output (coil or load) energizes when there is a complete, unbroken current path from L1 through the rung to L2 (or N). --- ## 25. Fault Diagnosis Diagnosing electrical faults requires understanding how voltage distributes itself across a circuit under abnormal conditions. The two most important fault types are opens and shorts, and their voltage/resistance signatures are opposite and predictable. **The Open Circuit** An open circuit is a break in the current path — a blown fuse, a broken wire, a failed component, an open switch. Current cannot flow. - **Resistance across an open:** Infinite (OL on a DMM in ohms mode) - **Voltage across an open:** Full supply voltage. When current cannot flow, there is no voltage drop anywhere in the circuit except across the open. All of the supply voltage appears across the fault point. This is the diagnostic key: a voltmeter placed across a component reading full supply voltage in a series circuit where it shouldn't is showing you the open. A closed (good) switch or fuse at rest shows 0V across it (current flows, no drop). **The Short Circuit** A short circuit is an unintended low-resistance path — a wire touching a chassis, insulation breakdown, a dropped tool. Current surges because resistance is near zero. - **Resistance across a short:** Near zero (approaching 0Ω) - **Voltage across a short:** Near zero. Because a short has nearly zero resistance, it drops nearly zero voltage. - **Current effect:** I = V/R — with R approaching zero, I approaches infinity. Upstream protective devices (fuses, breakers) must clear this surge. **Blown Fuse Diagnostics** A blown fuse reads OL in resistance mode (it's open). In a live circuit, measuring voltage across the fuse: if the fuse is blown, you read full supply voltage across it (it's the open in the circuit). If the fuse is good, you read near-zero voltage across it (minimal resistance, minimal drop). A fuse that tests good in resistance mode may still have intermittent failure — if in doubt, replace it. **Phantom Voltage (Ghost Voltage)** When troubleshooting with a high-impedance voltmeter in a de-energized circuit, you may read small spurious voltages on conductors that appear dead. This phantom voltage is induced by capacitive coupling to adjacent energized conductors and does not represent a real shock hazard. However, it can be misread as real voltage. Use a low-impedance test instrument or a solenoid-type voltage tester (tic tracer with a load) to distinguish phantom voltage from real voltage on a circuit you believe is de-energized — this confirms the LOTOTO tryout step. **Backfeed / Feedback** In circuits with multiple sources (generators, UPS systems, parallel transformers), de-energizing one source may not fully de-energize the equipment if another source backfeeds through a connected load or parallel path. LOTOTO requires identifying all sources — backfeed is one reason this step is critical. **Using a Meter to Diagnose Faults** When using a voltmeter to trace a fault in a live ladder circuit, start at the load and work back toward the source, measuring across each series element. The first element that shows full voltage is the open fault. Elements downstream of the fault show 0V (no current, no drop — they are "shorted" in the sense that voltage cannot reach them). With the circuit de-energized, use a DMM in resistance mode: an open component reads OL, a good low-resistance path reads near zero, a normal resistor reads within its specified range. **Never use an ohmmeter on an energized circuit.** The meter's internal battery provides the test current; an energized circuit will overwhelm the meter's circuitry and may destroy it. --- ## 26. Safety-Sprinkled Theory (Grounding, GFCI, Shock Physiology, Arc Flash Physics) **Electrical Shock and the Human Body** The human body's response to electrical current passing through it varies with the magnitude of current: - **~1 mA:** Perceptible threshold — a slight tingling sensation, often described as a shock. Not directly dangerous but indicates current is flowing through you. - **~10–20 mA:** "Let-go" threshold — muscle contractions may prevent the victim from releasing the energized object voluntarily. This is where a "can't let go" grip becomes dangerous. - **~100–200 mA:** Ventricular fibrillation — the heart's electrical rhythm is disrupted, and it quivers rather than pumping blood. This is the lethal range for cardiac arrest from electrical shock. - **Above ~1 A:** Severe burns, breathing paralysis, cardiac damage. The body's resistance varies significantly with skin condition, contact area, and voltage. Dry skin may present 500–1,000Ω or higher. Wet skin or deep tissue contact can drop to 300Ω or less. Using Ohm's Law: at 120V with 500Ω body resistance, I = 120/500 = 240 mA — well into the fatal range. This is why voltage alone does not predict lethality — the current path and contact resistance matter enormously. **Current path through the body** determines injury severity. Hand-to-hand current passes through the chest and heart. Hand-to-foot current also crosses the heart. Foot-to-foot current (step potential from a ground fault) primarily affects the legs and is less likely to cause cardiac arrest but can still cause falls and burns. **GFCI (Ground Fault Circuit Interrupter)** A GFCI monitors the difference in current between the hot and neutral conductors. In a healthy circuit, all current leaving on the hot wire returns on the neutral — the difference is zero. If current leaks to ground (through a person, faulty insulation, or a wet surface), the hot-to-neutral current balance is disturbed. The GFCI detects this imbalance and trips in approximately **1/40 of a second (25 milliseconds)** when the leakage current reaches **4–6 mA**. GFCI protection trips at 4–6 mA — well below the 100–200 mA cardiac fibrillation threshold and even below the 10–20 mA "let-go" threshold. This is the protective margin. GFCI does not prevent shock entirely; it limits its duration and magnitude. GFCIs do not protect against line-to-neutral faults (where current returns through the neutral rather than leaking to ground) and do not protect against electrocution caused by contact with both L1 and L2 simultaneously (no current flows to ground in that scenario). **Grounding and Bonding** **Equipment grounding** connects exposed metal parts (enclosures, conduit, motor frames) to the earth ground reference. If a hot conductor contacts the metal enclosure due to insulation failure, a path to ground allows fault current to flow, tripping the upstream protective device. Without equipment grounding, the metal enclosure sits at line voltage — deadly to anyone who touches it. **Bonding** ensures that all metallic parts of a system are connected to each other and to the ground reference so no voltage difference can exist between them. Bonding prevents sparking and shock from potential differences. **System neutral grounding:** In wye systems, the neutral (star) point is connected to earth at the service entrance. This establishes the neutral as 0V reference and limits voltage stresses on the system insulation during fault conditions. **Grounding vs. Bonding:** Grounding is the connection to the earth. Bonding is the interconnection of metallic parts to ensure they are at the same potential. Both are required; they serve different but complementary purposes. **Arc Flash Physics (Review)** The energy released in an arc flash depends on: (1) the available fault current (determined by the utility feed and system impedance), (2) the arc flash duration (determined by how long the upstream protective device takes to clear the fault), and (3) the electrode gap configuration and equipment geometry. Faster upstream protection (lower clearing time) means less incident energy — this is why current-limiting fuses or fast-acting breakers can dramatically reduce arc flash hazard compared to slower devices, even with identical fault current. --- ## 27. Meters & Test Equipment The ability to select and use the right test instrument safely and correctly is tested regularly. **Digital Multimeter (DMM)** The DMM measures voltage, current, and resistance. Key safety rule: **Always select the function and range before touching leads to the circuit.** Touching leads first and then rotating the selector switch can connect a short-circuit (current range input) to a live voltage. - **Voltmeter (voltage measurement):** Connected in parallel with the component or between two nodes. A voltmeter has very high internal impedance so it draws negligible current and does not disturb the circuit. Measuring voltage does not require the circuit to be de-energized — and in fact the circuit must be live to read meaningful voltage. - **Ammeter (current measurement):** Connected in series — the current to be measured must flow through the meter. A traditional series ammeter requires breaking the circuit to insert the meter. A **clamp-on ammeter** (clamp meter) measures current by sensing the magnetic field around a conductor — the jaw clamps around one conductor only (not multiple), and the circuit need not be broken. Clamp meters read current in each phase individually; clamping around all three phase conductors of a three-phase circuit will read zero because the fields cancel. - **Ohmmeter (resistance measurement):** Supplies its own small battery-generated current to measure resistance. **Must only be used on de-energized circuits.** Using an ohmmeter on a live circuit will produce an incorrect reading and may damage the meter or injure the user. - **OL (overload/overflow):** Indicates the resistance is higher than the meter's range — in resistance mode, OL on a circuit path means an open circuit (infinite resistance). - **0 Ω or near-zero reading:** Indicates a short circuit or a very low-resistance connection. **Safe DMM usage:** Verify your meter is rated for the voltage class you are working in (CAT II, CAT III, CAT IV ratings describe the transient energy environment the meter withstands). Use CAT III or CAT IV meters for panel and distribution work. Inspect test leads for cracked insulation before use. **Clamp Meter** Used to measure current without breaking the circuit. The jaws must encircle only one conductor. Clamping around a two-conductor cable (hot + neutral) or all three phases of a three-phase circuit reads zero because the magnetic fields cancel. Clamp meters can also measure voltage and resistance on modern units, but their primary advantage is non-contact current measurement. **Voltage Tester (Solenoid Type / Tic Tracer)** A solenoid-type voltage tester (such as a Wiggins or Fluke T5) provides a low-impedance load, which means phantom voltage does not register as a real voltage — the test load pulls the phantom voltage to zero. This makes solenoid testers preferred for the LOTOTO "tryout" verification step, where you must be certain the circuit is truly dead, not just showing phantom voltage on a high-impedance DMM. **Wattmeter** Measures real power (watts) in an AC circuit. Unlike V × I (which gives apparent power in volt-amps), a wattmeter accounts for the phase angle between voltage and current, providing true watts consumed. **Resistance Temperature Detector (RTD)** An RTD is a temperature-sensing device whose resistance changes predictably with temperature (typically platinum, which increases in resistance as temperature rises). Used in motor windings, transformer oil, and industrial process measurement. An ohmmeter or dedicated RTD instrument measures the resistance and converts it to temperature. **Safety with Test Equipment:** - Always use properly rated, CAT-appropriate meters for the environment - Inspect leads before each use — cracked or damaged leads are a shock hazard - Keep one hand behind your back when probing live circuits to reduce the hand-to-hand shock path through the heart - Never exceed the meter's rated voltage or current input - Verify meter function on a known-live source before declaring a circuit dead (the live-dead-live test sequence) --- ## 28. Testing Diodes with a Multimeter A diode is a one-way valve for current — it conducts in the forward direction (anode to cathode) and blocks in the reverse direction. Testing a diode with a digital multimeter (DMM) tells you whether the PN junction is intact, open, or shorted. The most reliable approach is out-of-circuit testing; in-circuit testing is possible but requires careful interpretation of parallel paths. **DMM Test Methods:** A digital multimeter can test diodes using one of two methods: 1. **Diode Test Mode:** Almost always the best and most accurate approach because it measures the actual voltage drop. 2. **Resistance Mode (Ω):** Typically used only if the multimeter is not equipped with a dedicated Diode Test mode. --- ### Preparatory Safety Steps (Crucial) Before performing any semiconductor test: 1. **Turn OFF all power** to the circuit. 2. **Verify the absence of AC/DC voltage** at the diode using the DMM's voltmeter function. 3. **Discharge any capacitors** in the circuit that could hold residual voltage. Stored energy can damage the meter and produce false readings. 4. If in-circuit readings are ambiguous, it may be necessary to **remove one end of the diode** from the circuit (lift one lead) to eliminate parallel paths. --- ### Diode Orientation Before testing, identify the terminals: - **Cathode:** Marked on the physical component with a painted band or stripe at one end. On a schematic, represented by the vertical bar at the tip of the triangle. - **Anode:** The opposite end of the diode. On a schematic, represented by the back of the triangle. - **Forward-Bias Setup:** Place the DMM's red (positive) lead on the anode, and the black (negative) lead on the cathode. - **Reverse-Bias Setup:** Place the DMM's red (positive) lead on the cathode, and the black (negative) lead on the anode. --- ### Out-of-Circuit Testing (Preferred) Testing with the diode removed from the circuit — or at minimum with one lead lifted — gives unambiguous results because no parallel paths exist to confuse the reading. #### 1. Using Diode Test Mode Diode Test mode applies a small voltage between the test leads to forward-bias the junction. The DMM displays the actual voltage drop across the diode in volts rather than resistance. | Condition | Forward Bias Reading (Red to Anode, Black to Cathode) | Reverse Bias Reading (Red to Cathode, Black to Anode) | |---|---|---| | **Good silicon diode** | 0.5 V to 0.8 V (typically ~0.6 V) | OL (overload/open switch behavior) | | **Good Schottky diode** | 0.2 V to 0.4 V | OL | | **Good germanium diode** | 0.2 V to 0.3 V | OL | | **Good LED** | 1.5 V to 3.0 V (may briefly illuminate) | OL | | **Open diode** | OL in both directions | OL in both directions | | **Shorted diode** | 0.0 V to 0.4 V drop in both directions | 0.0 V to 0.4 V drop in both directions | *Key Takeaways:* - A **good diode** exhibits clear asymmetry: it conducts in forward bias (voltage drop displays) and acts as an open switch in reverse bias (`OL`). - An **open diode** has a broken junction and shows `OL` in both directions because no current can flow. - A **shorted diode** shows a low voltage drop (`0.0 V to 0.4 V`, typically near `0 V`) in both directions because the junction has failed and acts as a continuous conductor. #### 2. Using Resistance Mode (Ω) Resistance mode is used when a dedicated Diode Test mode is unavailable. Note that: - It **does not always indicate** whether a diode is good or bad. - It **should not be used** when a diode is connected in a circuit since it can produce a false reading due to parallel components. - It **can be used** to verify a diode is bad in a specific application *after* a Diode Test indicates a fault. - **Forward-bias resistance:** A good diode should display a resistance ranging from **1,000 Ω to 10 MΩ**. The reading is high because the meter's current flows through the diode, causing the high-resistance measurement required for testing. - **Reverse-bias resistance:** A good diode blocks current and displays **OL**. - **Bad diode signature:** The diode is bad if the resistance readings are the same in both directions (either low in both directions or `OL` in both directions). --- ### In-Circuit Testing Testing a diode in-circuit is faster but carries the risk of parallel paths distorting the reading. - **Resistor in parallel:** Always shows some resistance in reverse bias, making a good diode look like it has partial reverse conduction (or making an open diode show a finite resistance). - **Semiconductor junction in parallel:** Can forward-bias in the reverse test direction, making a good diode appear to conduct in both directions. - **Coil/Transformer winding in parallel:** A low-resistance path that can mask a shorted diode by making a normal component read near-zero in both directions. - **Rule for in-circuit testing:** If results are ambiguous, lift one lead from the board to eliminate parallel paths. If results are clear (e.g., `OL` in both directions), they are reliable because parallel paths only add conduction, not remove it. --- ### Practical Checklist 1. Ensure the circuit is de-energized, verify 0.0V, and discharge all capacitors. 2. Turn the dial to **Diode Test** mode (preferred) or **Resistance** mode. 3. Connect the test leads to the diode in forward bias (Red to Anode, Black to Cathode) and record the value. 4. Reverse the leads to test reverse bias and record the value. 5. Analyze the results: - *Diode Test:* Silicon shows `0.5 V to 0.8 V` forward / `OL` reverse. Shorted shows `0.0 V to 0.4 V` in both directions. Open shows `OL` in both directions. - *Resistance:* Good shows `1,000 Ω to 10 MΩ` forward / `OL` reverse. 6. If in-circuit results are inconsistent, lift one lead and retest. --- *End of ArcReady Study Guide — Safety and Theory Modules* *Questions? Refer back to the ArcReady question banks for practice, or use the Virtual Lab for applied circuit diagnosis.*