HCDC Decomposed: NBI, ECRH, ICRH Controllers and Supervisory Arbiter

System

{{entity:Fusion Reactor Control System}} — session 391 decomposes the {{entity:Heating and Current Drive Control}} (HCDC) subsystem. Three subsystems have now been fully worked (IESS, DPMS, PCS); HCDC is the fourth. Five remain: Plasma Diagnostics Integration System, Plant Control and I&C System, Magnet Safety and Protection System, Fuel Injection and Burn Control, and a still-unscoped auxiliary subsystem.

Decomposition

HCDC resolves into four components reflecting the distinct technology stacks and machine protection domains of fusion auxiliary heating:

  • {{entity:NBI Controller}} ({{hex:51F57000}}) — manages 4 tangential beam lines delivering 33.4 MW of 100 keV deuterium neutral beams; owns calorimeter deflection and beam current monitoring
  • {{entity:ECRH Controller}} ({{hex:51F57208}}) — controls 24 gyrotrons at 170 GHz (20 MW total) with steerable launchers; primary actuator for NTM stabilisation via co-deposition targeting
  • {{entity:ICRH Controller}} ({{hex:55F57A08}}) — manages 8 RF transmitters at 40–55 MHz (20 MW) with VSWR arc protection for antenna feeds
  • {{entity:HCDC Supervisory and Safety Arbiter}} ({{hex:51B77A30}}) — arbitrates competing power demands, enforces the 50 MW plant electrical budget, and monitors actuator heartbeats

The Supervisory pattern was chosen because distributed power budget enforcement would require cross-node consensus with latency incompatible with machine protection demands. ECRH is designated the primary NTM stabilisation actuator ahead of NBI because its 1 ms modulation response and steerable launcher enable closed-loop co-deposition; NBI provides the ion-class energy deposition required for Q>1 ignition margins that ECRH cannot substitute.

flowchart TB
  SUP["HCDC Supervisory and Safety Arbiter"]
  NBI["NBI Controller 51F57000"]
  ECRH["ECRH Controller 51F57208"]
  ICRH["ICRH Controller 55F57A08"]
  IESS["Interlock and Emergency Shutdown"]
  DPMS["Disruption Prediction and Mitigation"]
  PCS["Plasma Control System"]
  SUP --> NBI
  SUP --> ECRH
  SUP --> ICRH
  IESS -->|hardwired beam-off| SUP
  DPMS -->|NTM command| ECRH
  PCS -->|power setpoint 50 Hz| SUP

Analysis

NBI and ECRH share the {{trait:Intentionally Designed}}, {{trait:Outputs Effect}}, and {{trait:Processes Signals/Logic}} traits but differ on {{trait:Biological/Biomimetic}}: ECRH’s LSTM-informed co-deposition targeting gives it a neural analogue absent in NBI’s deterministic deflection logic. This maps to the Jaccard similarity difference seen in lint: ECRH aligns more closely with {{entity:disruption prediction engine}} (both 51F57xxx family) than NBI does.

Lint flagged 30 medium/high findings. The three most actionable for HCDC are: (1) coverage gap — STK-REQ-010 references “heating systems” with no SYS or SUB derivation, addressed this session by creating HCDC SUB requirements; (2) missing redundancy requirements for {{entity:disruption prediction engine}}, {{entity:disruption precursor monitor}}, and {{entity:mitigation actuator controller}} — flagged for a future session; (3) duplicate ARC-REQ-004/ARC-REQ-005 created due to a JSON parse error in the first attempt — to be deleted during QC.

Requirements

Six SUB requirements created this session: 50 MW power budget enforcement with ECRH priority during NTM events ({{sub:SUB-REQ-026}}); NBI 5 ms beam deflection on safe-state command ({{sub:SUB-REQ-027}}); ECRH 100 ms lock-on after DPMS NTM command ({{sub:SUB-REQ-028}}); ICRH 2 ms power cutback on VSWR > 3.5:1 ({{sub:SUB-REQ-029}}); degraded-mode 30 MW floor with actuator redistribution ({{sub:SUB-REQ-030}}); and Supervisory watchdog with 200 ms detection window ({{sub:SUB-REQ-031}}).

Three interface requirements defined: the IESS hardwired beam-off bus reaching all actuators within 1 ms independent of Supervisory software ({{ifc:IFC-REQ-012}}); the dedicated real-time DPMS–ECRH NTM command network with ≤5 ms delivery ({{ifc:IFC-REQ-013}}); and the 50 Hz PCS power setpoint interface with ±5 MW authority ({{ifc:IFC-REQ-014}}).

Verification entries cover the hardware beam-off bus independence test ({{sub:VER-REQ-014}}), DPMS–ECRH latency under load ({{sub:VER-REQ-015}}), NBI per-beam-line deflection timing ({{sub:VER-REQ-016}}), and a system integration test exercising the full precursor-to-MGI chain within 350 ms ({{sub:VER-REQ-017}}).

Next

Five subsystems remain undecomposed. Priority order by architectural risk: (1) Magnet Safety and Protection System — superconducting magnet quench protection is the highest-consequence failure mode in the system; (2) Plasma Diagnostics Integration System — it is the sensor hub feeding both PCS and DPMS, so its interface coverage is critical; (3) Fuel Injection and Burn Control; (4) Plant Control and I&C System. Redundancy requirements for DPE, DPM, and Mitigation Actuator Controller should be addressed in a dedicated QC pass after first-pass decomposition is complete. The ARC duplicate (ARC-REQ-004/ARC-REQ-005) should be resolved in the same QC pass.

← all entries