Connecting circuit breakers to a panel busbar is a mechanical task, but connecting them to a control and monitoring system is pure circuit design. When you integrate a shunt trip for remote tripping and an auxiliary contact for status feedback, you are building a hybrid AC/DC topology. If you get the control side wrong, you either fry a low-voltage microcontroller or burn out the breaker’s internal trip coil.
This guide walks through the exact topology, component values, and failure modes for designing a 24V DC monitoring and trip circuit for a standard residential breaker, such as the Eaton BR series. We will also cover how to safely breadboard-test the logic before you ever touch the mains panel.
The Control Topology: Nodes and Component Values
To monitor and remotely trip a breaker, we use an isolated 24V DC Class 2 power supply. This keeps lethal mains voltage entirely out of your control wiring. The topology relies on five primary nodes:
- Node A (VCC_24V): 24V DC positive rail from a DIN-mount power supply (e.g., Mean Well DR-30-24).
- Node B (AUX_NO): The Normally Open (NO) terminal on the breaker’s auxiliary contact module (e.g., Eaton BAUX). This closes when the breaker handle is ON.
- Node C (CTRL_IN): The trigger signal from your microcontroller (ESP32/Arduino) or smart relay, driving an isolation relay.
- Node D (SHUNT_COIL): The terminals on the breaker’s shunt trip module (e.g., Eaton BRSHT).
- Node E (GND): 24V DC common ground.
Design Walkthrough: Picking Real Component Values
Here is the exact bill of materials and configuration for a robust, isolated control circuit:
- Power Supply: Mean Well DR-30-24 (24V DC, 1.5A). Provides clean, isolated power.
- Isolation Relay: Omron G2R-2-DC24 (DPDT, 24V DC coil, 5A contacts). This physically separates your 3.3V/5V logic from the 24V trip circuit.
- Flyback Diode: 1N4007 wired in reverse bias across the Omron relay coil (cathode to VCC, anode to GND) to suppress inductive kickback.
- Status Indicator: A 5mm red LED in series with a 2.2kΩ (1/4W) resistor, wired across Node A and Node B. When the breaker is ON, the aux contact closes, completing the circuit and lighting the LED.
- Control Wiring: 14 AWG THHN for the shunt trip connections (to handle the brief inrush current of the solenoid), and 22 AWG stranded for the low-current aux contact and LED.
Behavior Matrix: Failure Modes and State Changes
Understanding what breaks at the extremes is critical. If a wire pulls out of a lug or a component shorts, the system must fail safely. Here is the behavior table for our topology:
| System State | AUX Contact (Node B) | Shunt Coil (Node D) | System Result | Failure Mode if Element Shorts/Opens |
|---|---|---|---|---|
| Normal (Breaker ON) | Closed | De-energized | Load powered; Status LED illuminated. | If LED resistor opens, LED dies but breaker functions. No safety risk. |
| Breaker Tripped (Fault) | Open | De-energized | Load dead; Status LED off. System knows breaker tripped. | If aux contact shorts internally, system falsely reports breaker is ON. |
| Remote Trip Command | Closed | Energized (24V) | Breaker mechanically trips open; Load dead. | If shunt coil opens (burns out), remote trip fails silently. Requires periodic testing. |
| Relay Flyback Diode Fails | N/A | N/A | Relay switches normally for a few cycles. | Inductive spike destroys the driving transistor/microcontroller pin. |
Why This Topology Over Direct Mains Switching?
You might wonder why we don't just wire a smart 120V AC relay (like a Sonoff POW) directly in series with the breaker's load, or use a 120V AC shunt trip coil. The 24V DC isolated topology wins for three specific reasons:
- NEC Article 725 Compliance: By using a Class 2 power supply, your control wiring is exempt from many of the strict raceway and derating requirements of Chapter 3. You can run 22 AWG sensor wires in the same conduit as your 12 AWG branch circuits without violating code, provided the power supply is listed as Class 2.
- Galvanic Isolation: If a 120V AC shunt trip wire chafes against a grounded panel enclosure, it creates a dead short that could arc-flash or trip the main. A 24V DC short simply blows a small glass fuse on the DIN rail.
- Microcontroller Safety: Direct mains switching requires bulky optocouplers and zero-cross detection circuits. The Omron G2R relay provides physical air-gap isolation between your ESP32 GPIO pins and the breaker's electromechanical solenoid.
Breadboard-Testing the 24V Control Logic Step-by-Step
Before terminating wires in the panel, you must verify the logic and flyback protection on the bench. We will simulate the breaker's shunt trip coil using an LED.
- Place the Relay: Insert the Omron G2R-2-DC24 relay into the center ditch of your breadboard.
- Wire the Coil: Connect the 24V DC supply positive to Pin 7 (Coil +) and ground to Pin 8 (Coil -).
- Install Flyback Protection: Place the 1N4007 diode across Pins 7 and 8. Ensure the silver stripe (cathode) faces Pin 7 (24V+). This is non-negotiable; skipping this will destroy your control transistor.
- Simulate the Shunt Trip: Wire a 1kΩ resistor and a high-brightness LED in series between Pin 1 (Common) and Pin 3 (NO) of the relay. Connect the other end of the LED to ground.
- Energize and Measure: Apply 24V to the coil. The relay should click audibly. The LED should illuminate instantly, simulating the shunt trip engaging.
- Verify Kickback Suppression: If you have an oscilloscope, probe across the coil pins while disconnecting the 24V supply. Without the diode, you will see a spike exceeding 100V. With the 1N4007, the voltage should clamp safely below 25V.
Frequently Asked Questions
Can I wire multiple shunt trips in series or parallel when connecting circuit breakers for a main disconnect?
Always wire multiple 24V DC shunt trips in parallel, never in series. If wired in series, the voltage drop across each coil will prevent the solenoids from generating enough magnetic force to pull the mechanical trip latch. When wiring in parallel, ensure your power supply can handle the combined inrush current (e.g., three Eaton BRSHT modules might pull 4A momentarily). Crucially, each shunt trip coil must have its own dedicated flyback diode if driven by individual relays, or a single heavy-duty TVS diode if switched by a single master contactor.
What wire size and torque spec applies when connecting circuit breaker control lugs?
For the shunt trip terminals on an Eaton BR breaker, the manufacturer specifies 14 AWG to 10 AWG copper wire. The terminal screws must be torqued to exactly 35 in-lbs. Under-torquing causes high resistance, which leads to localized heating and can melt the plastic breaker housing during a trip event. Use a calibrated dial torque screwdriver, not a standard handheld driver. For the auxiliary contact (BAUX), which carries less than 100mA, 18 AWG stranded wire is acceptable and easier to route in tight panel gutters.
Why does my shunt trip burn out when connecting circuit breakers to a continuous DC source?
This is the most common mistake in breaker control design. Standard residential shunt trips (like the Eaton BRSHT) are designed for momentary duty. They expect a brief pulse (10ms to 100ms) from an AC waveform or a discharged capacitor to trip the latch, after which the internal auxiliary switch cuts power to the coil. If you apply a continuous 24V DC signal and the breaker fails to trip mechanically (e.g., the latch is jammed), the coil will overheat and burn open in seconds. If your control system might hold the trigger signal high for more than a second, you must use a continuous-duty shunt trip module (like the Eaton BRSHTC) or design a capacitor-discharge pulse circuit that limits the on-time to 200ms regardless of the microcontroller's output state.






