When integrating automated safety cutoffs—like a water leak sensor killing a well pump, or an emergency stop button killing a workshop lathe—a standard breaker won't cut it. You need a shunt-trip topology. The default, most reliable setup for a 30A 240V load is an Eaton BR230 30A double-pole breaker paired with a BTS24 24V AC/DC shunt trip module, wired with 10 AWG THHN copper on the mains side and 14 AWG control wire on the logic side. This guide breaks down the exact circuit breaker wire diagram, node topology, and how to bench-test the control logic before you ever touch the live bus bars.

⚠️ MAINS VOLTAGE HAZARD: The 240V mains topology described here involves lethal voltage. Always de-energize the main panel, lock out the service disconnect, and verify dead with a Category III or IV multimeter before pulling panel covers. NEC-style guidance is provided here; your local Authority Having Jurisdiction (AHJ) has final authority on all panel work.

The Shunt-Trip Topology: Node Map and Wire Routing

A shunt-trip breaker is essentially two circuits sharing one mechanical trip bar. The primary circuit handles the branch load; the secondary circuit energizes a solenoid that physically pushes the trip bar. Here is the exact node map for a 240V split-phase setup with a 24V DC control loop.

Mains Topology Nodes (240V AC)

  • PANEL_L1 / PANEL_L2: The 240V bus stabs in your main or subpanel.
  • BRK_LINE1 / BRK_LINE2: The breaker's input jaws that clip onto the bus stabs.
  • BRK_LOAD1 / BRK_LOAD2: The breaker's output lug terminals (Torque to 35 in-lbs).
  • LOAD_L1 / LOAD_L2: The equipment's hot terminals (e.g., a 240V water heater).
  • PANEL_G / LOAD_G: The equipment grounding bar and the equipment ground lug. Note: 240V pure loads do not route a neutral through the breaker.

Control Topology Nodes (24V DC)

  • CTRL_24VDC: Positive output from your 24V DC DIN-rail power supply.
  • SENSOR_OUT: The dry-contact relay output from your sensor (e.g., water leak detector or E-stop pushbutton).
  • SHUNT_C1 / SHUNT_C2: The two spade terminals on the BTS24 shunt module. Polarity does not matter for DC.
  • CTRL_GND: The negative return to the 24V power supply.

Component Selection: Real Values for a 30A Pump Circuit

Let's walk through a concrete design for a 3HP (approx. 22A running, 65A locked-rotor) 240V well pump located 40 feet from the subpanel. We need to protect the wire, handle the inrush current, and integrate a 24V leak-sensor cutoff.

ComponentPart NumberSpecification & Reasoning
Main BreakerEaton BR23030A, 2-Pole, 120/240V. Matches the 60°C ampacity column for 10 AWG copper per NEC 110.14(C)(1)(a)(1).
Shunt ModuleEaton BTS2424V AC/DC shunt trip accessory. Snaps onto the right side of the BR breaker.
Mains Wire10 AWG THHN CopperRated 30A at 60°C termination limits. Black and Red for L1/L2. Bare copper for ground.
Control Wire18 AWG MTWMore than sufficient for the <100mA coil draw of the BTS24 over short panel distances.

Failure Mode Contrast: Shunt-Trip vs. Contactor Relay

Why use a shunt-trip breaker instead of the alternative topology: a standard breaker feeding a heavy-duty contactor controlled by a smart relay? The shunt-trip topology wins on space, cost, and fail-safe mechanics.

CriteriaShunt-Trip Breaker TopologyStandard Breaker + Contactor
Panel Space2 Spaces (Standard breaker width)4+ Spaces (Breaker + Contactor footprint)
Cost (Parts)~$65 (Breaker + Shunt module)~$130 (Breaker + 30A Definite Purpose Contactor)
Welding RiskNone (Mechanical trip bar)High (Contacts can weld shut under high inrush)
Reset MethodManual physical toggle at panelAutomatic (Resumes when control power returns)

What Breaks at the Extremes?

Extreme 1: The 24V Control Wire Opens (Breaks). If a rodent chews through your 18 AWG control wire, the shunt coil receives no power. The breaker remains closed. Design Fix: Wire your sensor relay as Normally Closed (NC). If the wire breaks, the circuit opens, de-energizing a holding relay, which drops out and sends 24V to the shunt, tripping the breaker. This creates a fail-safe topology.

Extreme 2: The Shunt Coil Shorts Internally. If the BTS24 coil burns out and creates a dead short across C1 and C2, your 24V DC power supply will either hit current limit and shut down, or blow its internal fuse. The breaker will trip immediately upon the short occurring, and will refuse to reset until the shorted shunt module is physically removed.

Behavior Matrix: How the Circuit Reacts to Faults

Understanding how the topology behaves when individual elements change state is critical for debugging. Here is the behavior matrix for the Eaton BR230 + BTS24 setup.

Element State ChangeImmediate System BehaviorReset Requirement
Load exceeds 30A (Thermal)Bimetal strip bends, trips mechanical bar after 10-60 seconds.Toggle handle OFF, then ON.
Load exceeds 300A (Magnetic)Solenoid pulls plunger, trips bar in <1 cycle (8ms).Toggle handle OFF, then ON.
24V applied to C1/C2 (Shunt)Shunt plunger pushes trip bar, breaker opens instantly.Remove 24V, toggle handle OFF, then ON.
Neutral Pigtail Opens (N/A here)Not applicable; 240V shunt-trips do not use a neutral pigtail.N/A
💡 Pro Tip: The 'OFF' Reset Rule. When a shunt trip or magnetic fault trips a breaker, the handle often stops in a middle 'TRIPPED' position. You cannot simply push it to ON. You must firmly push the handle to the OFF position to reset the internal mechanical latch before moving it to ON. This is the #1 reason DIYers think their breaker is broken.

Breadboarding the 24V Control Logic Step-by-Step

You cannot breadboard 240V mains. However, you must breadboard the 24V DC control logic to verify your sensor integration before connecting it to the expensive BTS24 shunt module. If a wiring error sends 120V AC into your 24V DC sensor relay, you will vaporize the control board. Follow this bench-test procedure.

Tools Required

  • 24V DC DIN-rail power supply (e.g., Mean Well HDR-15-24)
  • Solderless breadboard and jumper wires
  • PC817 Optocoupler (to isolate the sensor from the shunt coil)
  • 5V DC source (to simulate your sensor logic, like an ESP32 or Arduino GPIO)
  • Multimeter in continuity mode

Bench-Test Steps

  1. Isolate the Mains: Ensure the BTS24 module is not currently snapped onto the live breaker. Remove it from the panel for this test.
  2. Wire the Optocoupler Input: On the breadboard, connect your 5V sensor simulator to the anode (Pin 1) of the PC817 through a 220Ω current-limiting resistor. Connect the cathode (Pin 2) to the 5V ground.
  3. Wire the Shunt Simulator Output: Connect the 24V DC positive to the collector (Pin 4) of the PC817. Connect the emitter (Pin 3) to one of the BTS24 spade terminals (C1).
  4. Complete the Shunt Circuit: Connect the second BTS24 spade terminal (C2) to the 24V DC negative (Ground).
  5. Verify the Open State: With the 5V sensor simulator OFF, use your multimeter to check continuity across C1 and C2. It should read 'OL' (Open Loop). The 24V is blocked by the optocoupler.
  6. Trigger the Trip: Turn ON the 5V sensor simulator. The optocoupler LED will illuminate, closing the internal transistor. You should hear a distinct, loud CLICK as the BTS24 solenoid plunger fires.
  7. Verify Duty Cycle Limits: The BTS24 coil is rated for intermittent duty. Do not leave the 5V simulator on for more than 2-3 seconds during testing, or the coil will overheat. In a real installation, your sensor relay should be configured to pulse or the breaker mechanical trip will cut the circuit, requiring a manual reset anyway.

Decision Tree: Sizing Your Breaker and Control Wire

Use this decision matrix to lock in your exact part numbers based on your specific load requirements. Do not guess; follow the continuous load rules outlined in NEC Article 210.20 and OSHA 1910.305 wiring standards.

Load ConditionWire Size (60°C Col.)Breaker SizeConcrete Pick (Eaton BR Series)
Continuous load ≤ 12A (e.g., Smart Home Hub Server)14 AWG15ABR215 + BTS24
Continuous load 13A - 16A (e.g., Small Window AC array)12 AWG20ABR220 + BTS24
Continuous load 17A - 24A (e.g., 3HP Well Pump, Baseboard Heat)10 AWG30ABR230 + BTS24 (Default Pick)
Continuous load 25A - 32A (e.g., EV Level 2 Charger)8 AWG40ABR240 + BTS24
Continuous load 33A - 40A (e.g., Large Spa Heater)6 AWG50ABR250 + BTS24

The Final Verdict: For the vast majority of automated residential cutoffs (water heaters, well pumps, workshop dust collectors), the Eaton BR230 paired with the BTS24 is the definitive choice. It provides robust 30A thermal/magnetic protection, integrates seamlessly into standard 1-inch BR panelboards, and the 24V AC/DC coil flexibility allows you to use cheap, widely available DIN-rail power supplies and low-voltage smart relays without risking mains voltage backfeed into your low-voltage control gear. Strip your 10 AWG THHN wires to exactly 1/2 inch, torque the main lugs to 35 in-lbs, and always bench-test your optocoupler logic before snapping the shunt module onto the live bus.