Fuses, Switches & Circuit Breakers
The devices that stand between every fault current Chapter 3 predicted and a fire — and why interrupting a DC arc is fundamentally harder than an AC one.
Musk's Rocket Science · Part 1 — Electricity Basics · Chapter 7 · 17 min read
Chapter 3 calculated a 14,000A stall current for an electric bus traction motor. Chapter 6 sized a 450kW BESS PCS drawing 300A from a 1,500V string. Neither of those numbers is safe to leave unprotected.
Somewhere between the battery and the load, a device has to be watching — ready to physically interrupt the circuit within milliseconds if current exceeds a safe threshold, before heat (P = I²R, Chapter 3) turns a fault into a fire. This chapter is about exactly how those devices work, and why the answer looks completely different depending on whether you are protecting AC or DC.
7.1 — Why protection devices exist
Three fault categories dominate real electrical systems.
Table 7.1 — Common fault categories
| Fault type | What happens | Example from earlier chapters |
|---|---|---|
| Overload | Current moderately exceeds rated capacity for an extended period | A BESS string discharging above its continuous current rating |
| Short circuit | A near-zero resistance path allows current to spike dramatically | The 14,000A motor stall current from Chapter 3’s Worked Example 3.2 |
| Ground fault | Current finds an unintended path to earth, often through a person or structure | Insulation breakdown in a wet BESS enclosure or EV charging cabinet |
Every protection device in this chapter exists to detect one or more of these conditions and interrupt the circuit before the resulting heat, arcing or shock becomes dangerous.
7.2 — Fuses: the one-time sacrifice
A fuse is the simplest possible protection device: a precisely-sized metal element, engineered to heat up and melt — P = I²R again — when current exceeds its rating for long enough, physically breaking the circuit. Once it operates, a fuse must be replaced. It cannot be reset.
7.2.1 — The I²t rating: what actually matters
A fuse is not just rated by a single current threshold. It is characterised by how much let-through energy it allows to pass before clearing a fault, expressed as an I²t rating in A²·s. This comes directly from the heat equation in Chapter 3: since heat energy dissipated is proportional to I²R over time, and R is fixed for a given conductor, I²t is a direct proxy for how much destructive thermal energy a fault delivers downstream before the fuse clears it.
Let-through energy = I² × t
Worked example 7.1 — Checking a BESS string fuse's let-through energy
A BESS string experiences a short-circuit fault of I = 2,000A. The selected fuse clears the fault in t = 10ms.
Let-through energy = I² × t = 2,000² × 0.01 = 40,000 A²s
This figure must be checked against the withstand rating of every downstream component — busbars, contactors, cabling — each of which has its own maximum I²t rating before suffering damage. A correctly coordinated system keeps the fuse’s let-through energy below every downstream component’s withstand rating, which is why fuse selection is a system-level calculation, not just a matter of matching current ratings.
Table 7.2 — Fuses across the energy stack
| Application | Fuse role |
|---|---|
| BESS string and rack fuses | Isolate an individual faulted string without shutting down the entire rack |
| EV high-voltage pack fuses | Often pyrotechnic “pyro” fuses — explosively actuated for microsecond-scale disconnection during a crash-detected event |
| Solar PV string fuses | Protect against reverse-current faults when one string in a parallel array is shaded or faulted (Chapter 5) |
| Grid distribution fuses | Protect transformers and feeder sections, sized for selective coordination (section 7.6) |
7.3 — Circuit breakers: switches with judgment
A circuit breaker performs the same core function as a fuse — interrupting fault current — but does so mechanically or electronically, and can be reset after tripping. Most breakers combine two distinct trip mechanisms.
- •Thermal trip. A bimetallic strip heats and bends under sustained overload current, tripping the breaker after a delay that shortens as current increases — an inverse-time characteristic, closely related to the fuse’s I²t behaviour.
- •Magnetic trip. At much higher fault currents, an electromagnet directly pulls the trip mechanism open almost instantaneously, without waiting for heat to build up.
7.3.1 — Why DC circuit breakers are fundamentally harder
This is one of the most important practical distinctions in all of power engineering, and it follows directly from Chapter 4. When any switch or breaker contact begins to open under load, the current does not stop instantly — it continues to flow as an electric arc across the widening gap, sustained by the circuit’s own inductance and voltage.
In an AC system, this arc gets a natural assist: current crosses zero twice every cycle. At each zero crossing the arc momentarily has no energy to sustain it, and a well-designed AC breaker only needs to prevent the arc re-striking during that brief window — a problem power engineers have solved reliably for over a century.
A DC system has no such luxury. Current never naturally crosses zero, so a DC breaker must actively force the current to zero itself. Historically that meant mechanical arc chutes and magnetic blow-out coils that stretch and cool the arc until it can no longer sustain itself; increasingly it means solid-state breakers built from the same SiC and GaN power semiconductors introduced in Chapter 1, which can commutate current in microseconds with no moving parts at all.
Technical framing
This asymmetry is precisely why HVDC circuit breakers remained a major unsolved engineering challenge for decades after HVAC breakers were routine, and why practical multi-terminal HVDC grids have only become feasible relatively recently, as hybrid mechanical and solid-state DC breaker designs matured.
It is also why every BESS, EV and solar installation — all fundamentally DC systems — requires DC-rated protection devices. An AC-rated breaker or fuse, dropped into a DC circuit, generally cannot reliably interrupt the fault it was never designed to clear.
7.4 — Precharge circuits: taming the first few milliseconds
Every BESS PCS and EV inverter contains large DC-link capacitors that smooth the incoming DC supply. An uncharged capacitor briefly looks almost like a short circuit the instant voltage is first applied — a serious problem given the fault currents Chapter 3 showed can arise even in entirely normal, non-fault conditions.
Worked example 7.2 — Why an 800V pack needs a precharge resistor
A BESS string at V = 800V is about to connect to a PCS with a 2mF DC-link capacitor bank, through wiring and contacts with a combined resistance of roughly 10mΩ.
Peak inrush without limiting ≈ V/R = 800 / 0.01 = 80,000 A
Even though this is not technically a fault at all — just normal startup — it is easily large enough to weld contactor contacts shut or destroy the capacitors.
The standard solution is to close a small precharge resistor in series first, then let the capacitor charge on an RC time constant before closing the main high-current contactor:
With R = 50Ω: initial current = 800 / 50 = 16 A
Time constant: τ = R × C = 50 × 0.002 = 0.1 s = 100 ms
In plain English
This is why an EV or a BESS makes an audible “click-click” sequence when you first power it on. The first click closes the precharge contactor through the resistor; a fraction of a second later, once the capacitors are safely charged, the second click closes the main contactor and bypasses the now-unneeded precharge resistor.
The BMS or PCS controller monitors DC-link voltage throughout that sequence, and will refuse to close the main contactor if the capacitor has not charged as expected — itself a diagnostic sign of a fault somewhere downstream.
7.5 — Switches, contactors and relays: control, not protection
It is worth being precise about terminology here, since these devices are often confused with fuses and breakers.
Table 7.3 — Protection devices and control devices
| Device | Purpose | Resettable? |
|---|---|---|
| Fuse | Protection — sacrifices itself to clear a fault | No, must be replaced |
| Circuit breaker | Protection — trips to clear a fault, can be manually reset | Yes |
| Switch | Control — manually operated, no automatic fault response | Not a protection device |
| Contactor | Control — electrically operated, often by the BMS or EMS, for routine on/off connection like a BESS or EV pack’s main contactors | Not a protection device |
| Relay | Control and signalling — a small contactor typically used to control other circuits based on a sensed condition | Not a protection device |
Important
A contactor is not a protection device, and is generally not rated to interrupt a fault current — it is designed to make and break current under normal operating conditions only. This is precisely why every BESS and EV pack pairs its main contactors with a dedicated fuse or breaker: the contactor handles routine connect and disconnect, including the precharge sequence above, while the fuse or breaker stands ready for the fault the contactor was never designed to survive.
7.6 — Selective coordination: the nearest device should trip first
A well-designed protection system is not just a collection of individually-correct fuses and breakers. It is an intentionally graded hierarchy, so that a fault anywhere in the system trips only the nearest upstream protection device, isolating the smallest possible section and leaving the rest of the system running.
Why this matters later
This same grading principle scales all the way up to grid protection relays, which coordinate circuit breakers across an entire substation and transmission network to isolate faults with minimal customer impact — the same design philosophy as a BESS rack fuse, applied at continental scale.
7.7 — Ground fault protection
Ground faults deserve special mention because they are specifically dangerous to people, not just equipment — recall the shock-severity thresholds from Chapter 2 and the Ohm’s Law safety analysis from Chapter 3.
A Ground Fault Circuit Interrupter (GFCI), also called a Residual Current Device (RCD), continuously compares current flowing out on the live conductor against current returning on the neutral or return conductor. In normal operation these should be equal. Any meaningful imbalance means some current is leaking to ground — potentially through a person — and the device trips within milliseconds, far faster than a standard breaker’s thermal or even magnetic trip, specifically because human safety rather than equipment protection is the design target.
In plain English
This is why outdoor EV charging equipment and BESS enclosures require ground fault protection as standard. Equipment exposed to moisture is exactly the scenario Chapter 3’s degraded-PPE and wet-skin cases showed can turn a survivable voltage into a lethal one, and a GFCI or RCD is specifically tuned to catch that failure mode before it reaches a person.
7.8 — Quick reference
Protection devices cheat sheet
| Device | Clears faults? | Resettable? | Key spec |
|---|---|---|---|
| Fuse | Yes | No | I²t let-through energy |
| Circuit breaker | Yes | Yes | TCC curve (thermal plus magnetic trip) |
| Contactor / switch / relay | No | N/A | Rated for normal on-off duty only |
| GFCI / RCD | Yes (ground faults) | Yes | Trips on current imbalance, milliamp-sensitive |
Chapter summary
- ✓Fuses sacrifice themselves to clear a fault, characterised by their I²t let-through energy — the destructive thermal energy passed to downstream components before the fault clears.
- ✓Circuit breakers combine a slower thermal trip for overloads with a near-instantaneous magnetic trip for short circuits, and can be reset after operating.
- ✓DC circuit breakers are fundamentally harder to design than AC ones, because AC current’s natural zero-crossing gives an arc a moment to self-extinguish every half-cycle, while DC current never crosses zero and must be actively forced there.
- ✓Precharge circuits use a resistor and an RC time constant to tame the otherwise enormous inrush current that would flow into an uncharged DC-link capacitor bank the instant a BESS or EV contactor closes.
- ✓Switches, contactors and relays are control devices, not protection devices. They handle routine on-off operation but are not rated to interrupt fault currents, which is why they are always paired with a dedicated fuse or breaker.
- ✓Selective coordination deliberately grades multiple protection devices so the nearest one to a fault trips first, isolating the smallest possible section — from a single BESS rack up to grid-wide protection relay networks.
- ✓Ground fault protection (GFCI/RCD) specifically targets human safety, tripping on tiny current imbalances far faster than standard overcurrent protection.
Test your understanding
- 1A fault delivers 3,000A and is cleared in 15ms. What is the let-through energy, in A²s?
- 2Explain, using Chapter 4’s sine wave, why an AC circuit breaker has an inherent advantage over a DC breaker when extinguishing an arc.
- 3Why is a contactor, by itself, insufficient to protect a BESS string against a short-circuit fault?
- 4A precharge circuit uses R = 100Ω and C = 1mF on a 400V bus. What is the initial precharge current, and what is the RC time constant?
- 5In a selectively coordinated system, why should the rack-level fuse in a BESS trip before the main site breaker, for the same fault current?
- 6Challenge: a ground fault sends 30mA through a person standing in a wet EV charging bay. Referring back to Chapter 2’s shock-severity table, classify the severity of this current, and explain why a standard circuit breaker rated to trip at, say, 20A would not have protected this person at all.
Frequently asked questions
What is the I²t rating of a fuse?+
It is the let-through energy a fuse allows to pass before clearing a fault, in A²·s. Because heat dissipated is proportional to I²R over time and R is fixed for a given conductor, I²t is a direct proxy for the destructive thermal energy a fault delivers downstream. A 2,000A fault cleared in 10ms lets through 40,000 A²s, which must stay below the withstand rating of every downstream busbar, contactor and cable.
Why are DC circuit breakers harder to design than AC ones?+
When contacts open under load the current continues as an arc across the gap. AC current crosses zero twice per cycle, and at each crossing the arc briefly has no energy to sustain it, so an AC breaker only needs to stop it re-striking. DC current never naturally crosses zero, so a DC breaker must actively force it there — historically with arc chutes and magnetic blow-out coils, and increasingly with solid-state SiC or GaN devices that commutate current in microseconds.
Why do BESS and EV packs need a precharge resistor?+
Because an uncharged DC-link capacitor looks almost like a short circuit the instant voltage is applied. On an 800V bus through 10mΩ of wiring, inrush would peak near 80,000A — enough to weld contactor contacts shut. Closing a 50Ω precharge resistor first limits initial current to 16A and lets the capacitor charge on an RC time constant of 100ms before the main contactor closes. This is the audible click-click when an EV or BESS powers up.
What is the difference between a contactor and a circuit breaker?+
A circuit breaker is a protection device: it detects a fault and interrupts it, then can be reset. A contactor is a control device — an electrically operated switch for routine connection and disconnection, usually commanded by a BMS or EMS. A contactor is generally not rated to interrupt fault current, which is why every BESS and EV pack pairs its main contactors with a dedicated fuse or breaker.
What is selective coordination in electrical protection?+
Deliberately grading protection devices in a hierarchy so a fault trips only the nearest upstream device, isolating the smallest possible section. In a BESS the rack fuse is sized to clear fastest, the string fuse second, and the main DC breaker only if both downstream devices fail. This is why one faulted rack in a 100-rack installation does not take down the whole site, and the same principle scales up to grid protection relays.
How does a GFCI or RCD protect people?+
It continuously compares current flowing out on the live conductor against current returning on the neutral. Those should be equal; any meaningful imbalance means current is leaking to ground, potentially through a person. The device trips within milliseconds on a milliamp-scale imbalance — far below any level a standard overcurrent breaker would notice — because human safety, not equipment protection, is the design target.
Reviewed by
Musk's Rocket Science is an original educational series explaining the physics and chemistry behind everyday electricity and battery technology. Figures and worked examples use standard physical constants and representative real-world values for illustration.