A miniature circuit breaker (MCB) is an automatically operated electromechanical switch designed to protect a low-voltage electrical circuit from damage caused by overcurrent or short circuits. Unlike a fuse, which destroys itself to clear a fault, an MCB is resettable. Standard residential and commercial MCBs—such as the Eaton FAZ or Schneider Acti9 iC60 series—trip via a dual-mechanism topology: a bimetallic strip for inverse-time thermal overload protection, and a solenoid for instantaneous magnetic short-circuit clearing. In North American residential panels, these are typically rated for 120/240V AC and sized from 15A to 40A per branch circuit.

The Core Topology: Internal Nodes and Thermal-Magnetic Action

To understand what a miniature circuit breaker is at a component level, we must trace the current path through its internal topology. A standard single-pole MCB contains five critical nodes in series:

  • Node A (Line In): The incoming mains terminal (typically 120V/240V AC).
  • Node B (Bimetallic Strip): A thermocouple element that heats and bends proportionally to I²R losses. This handles prolonged, marginal overloads (e.g., 135% of rated current).
  • Node C (Solenoid Coil): A low-resistance magnetic coil. At high fault currents (e.g., 5x to 10x rated current), the magnetic field instantly pulls a plunger.
  • Node D (Mechanical Latch & Arc Chute): The spring-loaded contact mechanism and the splitter plates that extinguish the AC arc.
  • Node E (Load Out): The terminal feeding the branch circuit wiring (e.g., 12 AWG THHN to a receptacle).
Why this topology over the alternative?
Why use a thermal-magnetic series topology instead of a simple fuse or a purely thermal breaker? A fuse provides excellent short-circuit clearing but is single-use and slow on marginal overloads. A purely thermal breaker cannot clear a dead short fast enough, risking catastrophic arc flash and wire melting before the bimetallic strip has time to heat and bend. By placing the magnetic solenoid (Node C) in series with the thermal strip (Node B), the MCB achieves inverse-time overload protection and microsecond-level instantaneous short-circuit clearing, complying with the let-through energy (I²t) limits defined in the IEC 60898-1 standard.

Designing a Low-Voltage DC Electronic MCB Equivalent

Because breadboarding 120V AC mains is lethal and violates every safety protocol, we will design a 12V DC electronic MCB equivalent. This active circuit mimics the exact trip logic of a commercial MCB, allowing you to bench-test the trip mechanics safely. We will use an analog comparator to monitor a current shunt, driving a P-channel MOSFET to act as the solid-state "latch".

Component Bill of Materials:

  • 1x LM393 Dual Comparator IC
  • 1x IRF9540N P-Channel MOSFET
  • 1x 0.1Ω 1% 2W precision shunt resistor
  • 1x 10kΩ 1/4W pull-up resistor
  • 1x 10kΩ trimpot (for setting the trip threshold)
  • 1x 100nF X7R decoupling capacitor

Circuit Node Mapping

The topology relies on the LM393's open-collector output to control the MOSFET gate.

  • VCC (12V): Main power rail.
  • SHUNT_HI: Connected to VCC.
  • SHUNT_LO: Connected to the load return. The voltage drop across the 0.1Ω shunt is fed to COMP_IN+ (Pin 3).
  • COMP_IN-: (Pin 2) Connected to the wiper of the 10kΩ trimpot, setting the reference voltage (e.g., 200mV for a 2A trip point).
  • GATE: The LM393 output (Pin 1) is pulled up to 12V via the 10kΩ resistor and connected directly to the IRF9540N gate.
  • LOAD: Connected to the MOSFET drain.

Operating Principle: Under normal load, the shunt voltage is below the reference. The LM393 internal transistor is saturated, pulling the GATE node to GND. This creates a Vgs of -12V, turning the P-MOSFET fully ON. When an overcurrent occurs, the shunt voltage exceeds the reference. The LM393 output goes high-impedance (open), the 10kΩ pull-up resistor pulls the GATE to 12V, Vgs becomes 0V, and the MOSFET snaps OFF, breaking the circuit.

Breadboard Testing and Failure Mode Extremes

Testing this topology reveals how solid-state breakers handle edge cases compared to mechanical ones. Follow these steps to verify the trip curve on your bench.

  1. Set the Reference: Power the breadboard with 12V. Do not connect the load. Use a multimeter to measure the voltage at COMP_IN-. Adjust the 10kΩ trimpot until you read exactly 200mV. This sets your trip threshold to 2.0A (since V = I × R, 2.0A × 0.1Ω = 0.200V).
  2. Verify Normal State: Connect a 12V, 10W load (drawing ~0.83A). Measure the voltage at the GATE node. It should read near 0V (LM393 saturated). Measure the voltage at LOAD; it should read ~11.9V (accounting for the MOSFET Rds(on) and shunt drop).
  3. Simulate Overload: Swap the 10W load for a 30W load (drawing ~2.5A). The shunt voltage will rise to 250mV, exceeding the 200mV reference. The LM393 will release the gate, the pull-up resistor will snap the gate to 12V, and the load voltage will instantly drop to 0V.

What Breaks at the Extremes?

Understanding failure modes is critical when designing protection circuits. Here is what happens when elements fail open or short:

  • Shorting the Load (LOAD to GND): Current attempts to spike to hundreds of amps. The shunt voltage instantly exceeds 200mV. The LM393 trips in microseconds, cutting off the MOSFET. Result: Successful magnetic-equivalent trip.
  • Opening the Shunt (SHUNT_LO lifted): The COMP_IN+ pin floats or reads 0V due to internal bias currents. The comparator believes there is zero current. Result: Fails dangerous. The breaker will not trip during a short circuit. (Commercial MCBs avoid this because the current physically must flow through the bimetallic strip and solenoid to reach the load).
  • Shorting the Shunt: The voltage drop across the shunt is permanently 0V. Result: Fails dangerous. Breaker never trips.
Design Note: P-MOSFET vs. Mechanical Relay
Why use a P-MOSFET instead of a standard mechanical relay for this DC topology? A mechanical relay requires a flyback diode, suffers from contact bounce, and takes 5-15 milliseconds to open—allowing massive let-through energy (I²t) during a dead short. The IRF9540N turns off in under 100 nanoseconds, drastically limiting the fault energy and protecting downstream silicon.

Behavior Matrix: How Circuit Changes Affect Trip Mechanics

When tuning an electronic breaker or analyzing a commercial MCB, altering specific parameters shifts the trip behavior. This matrix details how element changes affect the system.

Element Changed Change Type Effect on Trip Threshold Effect on Trip Speed / Mechanics
Shunt Resistor (or Bimetallic Strip) Increase Resistance Lowers current trip threshold Increases I²R heating; thermal trip accelerates
Reference Voltage (COMP_IN-) Increase Voltage Raises current trip threshold No effect on instantaneous short-circuit speed
Pull-up Resistor (10kΩ) Increase to 100kΩ No change to threshold Slows MOSFET turn-off time; increases let-through fault energy
Load Capacitance Add 1000µF Cap No change to steady-state threshold Inrush current may cause nuisance instantaneous tripping on startup

Frequently Asked Questions

What is the difference between a miniature circuit breaker and an RCCB?

An MCB protects the wiring and equipment from overcurrent and short circuits by monitoring the total current flowing through the hot wire. An RCCB (Residual Current Circuit Breaker), known as a GFCI in North America, protects humans from electric shock. It does this by comparing the current on the hot wire to the current on the neutral wire; if there is a mismatch (typically >30mA), it means current is leaking to ground—potentially through a person—and the RCCB trips. A standard MCB will not trip if you touch a live wire and ground, because the current draw may only be 50mA, well below the MCB's 15A rating.

How do I choose the right miniature circuit breaker curve (B, C, or D)?

The trip curve dictates the magnetic instantaneous trip threshold. According to Schneider Electric's standard definitions, a B-curve MCB trips instantaneously at 3 to 5 times its rated current (ideal for long cable runs and sensitive electronics). A C-curve trips at 5 to 10 times rated current (the standard for general residential lighting and receptacles, handling minor inrush from TVs and vacuums). A D-curve trips at 10 to 20 times rated current, designed for heavy industrial motors and transformers with massive startup inrush currents. Using a B-curve on a motor circuit will result in nuisance tripping every time the motor starts.

Can a miniature circuit breaker be used for DC circuits?

Generally, no. Standard AC MCBs rely on the AC waveform crossing zero volts 120 times a second (in 60Hz systems) to naturally extinguish the electrical arc that forms when the contacts separate. DC voltage does not have a zero-crossing. If you use a standard 120V AC MCB on a 120V DC battery bank, the arc will sustain, melting the internal contacts and potentially causing a fire. You must use MCBs specifically rated for DC service (which feature specialized arc chutes and magnetic blowouts) or solid-state DC breakers like the electronic topology designed above.

Why does my miniature circuit breaker trip immediately when I turn it on?

An immediate, violent trip (often accompanied by a loud pop or flash) indicates a dead short circuit on the load side, triggering the magnetic solenoid (Node C). This is not an overload; it is a hard fault. Common causes include a pinched wire in a junction box, a failed appliance heating element shorted to the chassis, or a miswired receptacle where the hot and ground wires are touching. To diagnose, disconnect all loads from the circuit, reset the MCB, and reconnect loads one by one. If the MCB trips with absolutely nothing plugged in, the fault is inside the walls, and you must use a megohmmeter (megger) to locate the shorted insulation.