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 › Physical Interfaces
Physical Interfaces

Pellet-Injector Timing Interface

Deposition depth is a timing problem: the injector's launch trigger must be phased to plasma state within a tight window, so timing is an L1-owned interface.

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.

Why timing is the interface

A pellet launched at the wrong instant deposits its fuel at the wrong radius — too shallow and it ablates at the edge, too deep and it perturbs the core. On the breeder, deposition control is achieved by phasing the launch trigger to the measured plasma state, not by changing the pellet after it leaves the barrel.

Timing chain

python
# launch-phase scheduling (L1)
t_arrival = t_launch + L_flight / v_pellet     # time of flight
phase     = plasma_phase(t_arrival, twin)      # predicted state
if phase in allowed_window and vac_ok:
    fire_launch(t_launch)                       # PTP-timestamped
else:
    hold_and_retime()

Because the trigger references a predicted arrival phase, the interface depends on the digital twin's short-horizon prediction and on flight-time measurement from a light-gate pair. Jitter in the trigger maps directly to jitter in deposition radius.

Budget and owner

StageOwnerLatency class
demand -> sizeL350-100 ms
phase decisionL1ms
launch triggerL1us jitter
arrival confirmL2post-hoc

Owner: L1 for the trigger; L3 for the demand that sizes the pellet. The trigger is disciplined by the PTP clock distribution so that flight-time and phase are computed on the same time base. Arrival is confirmed downstream and fed back to calibrate the flight-time model. Design-and-simulation specification; commissioned against the twin before hardware.

Content reviewed August 2026 · design-and-simulation stage