## Introduction Any time you open a junction box or control panel, you will see wires splitting off to feed multiple devices. Understanding how the current divides across these branches is essential for troubleshooting. Incorrect loads, unexpected shorts, or weak devices often reveal themselves through current imbalances. Kirchhoff’s Current Law gives you a way to understand these splits. Whether you are working on lighting circuits, PLC inputs, or DC control wiring, KCL helps you make sense of where the current goes and how each branch behaves. ## Key Concept Kirchhoff’s Current Law states: $\sum I_{in} = \sum I_{out}.$ This means that at any junction point in a circuit, the total current entering the node must equal the total current leaving the node. In simpler terms: **current does not disappear or collect at a node. What flows in must flow out.** > [!info] Variable Definitions > $I$ is current in amperes. > A **node** or **junction** is a point where two or more circuit conductors meet. ## How It Works KCL works by letting you track how current divides based on the resistance in each branch. Here is the basic process: 1. **Identify a junction.** This can be a terminal block, a splice, or any place where conductors join. 2. **Determine branch resistances or loads.** Current will favor the path with lower resistance. 3. **Apply Ohm’s Law to each branch.** For any branch: $I = \frac{V}{R}.$ 4. **Sum the currents.** The total current entering the junction equals the total leaving. > [!tip] Direction Arrow Rule > Choose a direction for each branch current. A negative result later simply means the actual direction is opposite your initial guess. ### Why KCL Works KCL is based on conservation of electric charge. Charge cannot appear or vanish inside a circuit. This rule holds for all DC circuits and AC circuits at any frequency. ## Real-World Application ### Example 1: Basic Current Split A 12 V source feeds a node that splits into two resistors: - Branch 1: 6 Ω - Branch 2: 12 Ω Branch currents: - $I_1 = \frac{12}{6} = 2\ A$ - $I_2 = \frac{12}{12} = 1\ A$ Total current entering node: - $I_T = 2\ A + 1\ A = 3\ A.$ KCL confirms that 3 A must be flowing from the source into the node. ### Example 2: Lighting Circuit Split A 24 V control transformer feeds two pilot lights in parallel. One light is dim. Measured currents: - Light A: 18 mA - Light B: 5 mA Total supply current: - $I_T = 23\ mA.$ KCL shows that current is not dividing evenly. The low current in Light B suggests high resistance from corrosion or internal failure. KCL makes this imbalance easy to diagnose. ### Example 3: Control Relay With Multiple Loads A terminal in a control panel feeds both a relay coil and an indicator light. Known values: - Relay coil resistance: 400 Ω - Indicator: draws 20 mA at 24 V Branch currents: - Relay: $I_R = \frac{24}{400} = 0.06\ A = 60\ mA.$ - Indicator: 20 mA Total current: - $I_T = 80\ mA.$ Using KCL at the feed terminal confirms that both devices together draw 80 mA from the supply. ### Example 4: Troubleshooting a Shorted Device A 48 V DC system splits to feed two control devices. One of them is suspected to be shorted. Measured currents: - Branch 1: 0.4 A - Branch 2: 3.6 A Total: 4 A If the supply is only rated for 2 A, the excessive current confirms a short or near-short in Branch 2. KCL helps verify the diagnosis by showing how much current each branch demands. ### Example 5: Using KCL With an Ammeter If you clamp around all conductors entering a junction and measure close to zero amps, that confirms that currents in and out are equal. This is a practical application of KCL that helps locate ground faults or confirm correct current paths. > [!note] Panel Technique > Clamping all conductors entering a device is a quick way to check balanced branching. A nonzero reading indicates a leakage or ground fault path. ## Safety Notes When measuring current, always be cautious. Clamp meters are the safest option since they do not require breaking the circuit. If you must use an inline meter, lock out the circuit first unless the equipment and meter are rated for energized work. Follow NFPA 70E requirements for PPE selection, boundary approach, and safe work practices. Treat every open junction box as a potential shock hazard until you verify otherwise. > [!warning] Current Measurement Hazard > Never place a standard multimeter in series with a high-current branch unless the meter and leads are properly fused and rated. ## Summary Kirchhoff’s Current Law describes how current behaves at junction points. The total current entering a node must equal the total leaving it. By applying Ohm’s Law to each branch, you can calculate how current divides, detect imbalances, and troubleshoot faults. KCL is especially valuable in real systems with parallel loads. Once you understand how current splits, parallel circuits become predictable and easier to troubleshoot. > [!columns] > >[!info] Previous lesson > ⬅️ [[4.3 KVL Example Circuits]] > > >[!info] Next lesson > ➡️ [[4.5 KCL Example Circuits]] <!-- ### Recommended Visuals 1. Simple node diagram showing currents entering and leaving a junction. 2. Parallel circuit diagram with branch currents labeled. 3. Field photo of a terminal block demonstrating a real node. 4. Annotated clamp meter example showing how to verify equal in/out current. 5. Table comparing calculated vs measured branch currents in troubleshooting examples. -->