Skip to content
Technology How it works Breeder — Hyperion Burner — Aegis Burner — MetroVolt AI-Native Architecture Magnets Fuel cycle Safety Roadmap
Solutions AI & Data Centers Defense & Government Grid & Baseload Neutron Detection Quantum
Learn Technical Library
Proof Publications Whitepapers Technical Library Open Science & Reproducibility The Honest Gates
Company About / Mission Leadership Environment Health & Safety Investors Careers Press Contact
3D Model
AI Architecture › Real-Time Control & Safety
Real-Time Control & Safety

REBCO Quench Detection Timing

REBCO conductors quench with a slow-propagating normal zone that is hard to see electrically; detection must be sensitive and fast without tripping on noise.

STRATEGY / SLOW ▲ ▼ MICROSECOND REAL-TIMEL7Ecosystem & Strategytelemetry ▲ control ▼open ▸L6Experience & Visualizationtelemetry ▲ control ▼open ▸L5Applications & Copilotstelemetry ▲ control ▼open ▸L4Orchestrationtelemetry ▲ control ▼open ▸L3Twin Modeling & AItelemetry ▲ control ▼open ▸L2Data Fabrictelemetry ▲ control ▼open ▸L1Control Planetelemetry ▲ control ▼open ▸L0Foundationtelemetry ▲ control ▼open ▸PHYSICAL S.M.A.R.T. GENERATOR PLANTBREEDER · HYPERION1R0 1.2 m · A 2.5 · 16.84 T · δ −0.30BURNER · TANDEM MIRROR2317 T throat · 26.49 T plug · fₙ 5.44% · DEC1 center stack + plasma · 2 high-field plug · 3 expander → direct converterCOLOR GRAMMAR strategy AI-workflow infra/data models reactor/DECLINE SEMANTICStelemetry (µs)controlKRONOS FUSION ENERGYAI-NATIVE S.M.A.R.T. GENERATORMASTER BLUEPRINTSHEET 01REV. 2026-08L0-L7 · 2 MACHINES
The AI-Native S.M.A.R.T. Generator Master Blueprint — eight layers (L0→L7), one control stack, wired to both machines. Telemetry rises in microseconds; control descends the same path.

The slow-propagation problem

High-temperature REBCO conductors, used for the high fields on both machines, have a low normal-zone propagation velocity: a quench spreads slowly, so the classic voltage signature is small and localized before it becomes dangerous. Detection must therefore be sensitive enough to catch a small early signal, yet robust enough not to trip on inductive and mechanical noise — a genuine engineering tension the timing design has to resolve.

python
def covoltage(v_taps, mutual_inductance, di_dt):
    # subtract the inductive component to expose the resistive (quench) part
    v_inductive = mutual_inductance * di_dt
    return v_taps - v_inductive        # co-wound / bridge cancellation

def detect(resistive_V, threshold_V, dwell_us, min_dwell_us):
    # require a small resistive voltage to persist briefly
    return resistive_V > threshold_V and dwell_us >= min_dwell_us

Diversity of indicators

The detection dwell — how long a signal must persist before it counts — is the knob that trades sensitivity against false trips. It is set just long enough to reject known noise transients, then handed to the confirmation stage of the quench protection chain. Every microsecond of detection latency is a microsecond less for the dump, so the two budgets are designed together.

The tension between sensitivity and false trips is resolved by diversity rather than by picking a single clever threshold. Voltage bridges, distributed fiber or acoustic sensing, and slower thermal and strain trends are combined so a real quench lights up several indicators while noise lights up only one, letting the detector be sensitive without being twitchy. Kronos treats this as a fundamentally hard, still-open detection problem and validates the scheme against injected quench signatures rather than assuming it solved.

Because REBCO detection is genuinely hard, Kronos treats it as a diversity problem, not a single-sensor problem, and validates the scheme by injecting synthetic and real quench signatures during commissioning. Detected quenches feed the energy extraction path immediately.

Content reviewed August 2026 · design-and-simulation stage