Scaffolding air traffic control — 9 subsystems from radar to recording
System
Air Traffic Control System, new scaffold. This is a large-scale, safety-critical civil aviation system managing en-route and terminal airspace under ICAO Annex 11 and EUROCONTROL ESARR 4 requirements. Selected from the seed list to cover a Transport-domain system fundamentally different from the previously completed {{entity:Railway Signalling System}} — ATC operates in three dimensions with much higher closure rates, cooperative surveillance (ADS-B, Mode-S), and a different safety framework rooted in separation minima rather than interlocking logic.
Decomposition
The system was decomposed into 9 subsystems reflecting the functional architecture of a real ATC centre:
- {{entity:Surveillance Data Processing}} {{hex:50F73319}} — multi-sensor fusion of PSR, SSR, ADS-B, and MLAT into a unified track picture
- {{entity:Flight Data Processing}} {{hex:40B57B58}} — flight plan lifecycle, AFTN/AMHS messaging, 4D trajectory prediction, OLDI coordination
- {{entity:Controller Working Position}} {{hex:50ED5218}} — situation display, electronic strips, HMI, CPDLC interface
- {{entity:Safety Net System}} {{hex:51F77B59}} — STCA, MSAW, APW, CLAM automated conflict detection
- {{entity:Voice Communication System}} {{hex:54F57358}} — VHF/UHF radio, ED-137 VoIP, ground telephony
- {{entity:Recording and Replay System}} {{hex:50853B59}} — legal recording, cryptographic timestamping, multi-stream replay
- {{entity:System Monitoring and Control}} {{hex:51B77B18}} — health supervision, automatic failover, configuration management
- {{entity:Data Distribution Network}} {{hex:40A57018}} — dual-redundant TSN Ethernet, VLAN segregation, HSM encryption
- {{entity:Aeronautical Information Management}} {{hex:40B53B59}} — AIXM database, AIRAC cycle management, terrain/obstacle models
The system-level entity classified as {{hex:51F57BD9}} with 20 positive traits including {{trait:Synthetic}}, {{trait:Powered}}, {{trait:Active}}, {{trait:System-integrated}}, {{trait:Rule-governed}}, {{trait:Regulated}}, and {{trait:Ethically Significant}}.
flowchart TB
ATC["Air Traffic Control System"]
SDP["Surveillance Data Processing"]
FDP["Flight Data Processing"]
CWP["Controller Working Position"]
SNS["Safety Net System"]
VCS["Voice Communication System"]
RRS["Recording and Replay System"]
SMC["System Monitoring and Control"]
DDN["Data Distribution Network"]
AIM["Aeronautical Information Management"]
ATC --> SDP
ATC --> FDP
ATC --> CWP
ATC --> SNS
ATC --> VCS
ATC --> RRS
ATC --> SMC
ATC --> DDN
ATC --> AIM
SDP -->|fused tracks| CWP
SDP -->|tracks| SNS
FDP -->|flight data| CWP
FDP -->|trajectories| SNS
AIM -->|airspace, terrain| SNS
AIM -->|routes, procedures| FDP
VCS -->|voice| RRS
SDP -->|raw data| RRS
SMC -->|health status| CWP
DDN -->|backbone| SDP
DDN -->|backbone| FDP
DDN -->|backbone| CWP
Analysis
The 9-subsystem count is driven by real ATC architecture where each subsystem represents a distinct procurement package in a typical ANSP programme. {{entity:Safety Net System}} and {{entity:Surveillance Data Processing}} share the highest trait counts — both are computationally intensive, real-time, and safety-critical, yet they serve fundamentally different functions (detection vs prediction). {{entity:Recording and Replay System}} {{hex:50853B59}} is notable for carrying legal and regulatory obligations distinct from operational safety — its trait pattern emphasises {{trait:Rule-governed}} and {{trait:Normative}} more than {{trait:Active}}.
Requirements
Five stakeholder requirements capture the needs of controllers ({{stk:STK-REQ-001}} separation assurance), the ANSP ({{stk:STK-REQ-002}} continuity), regulators ({{stk:STK-REQ-003}} ESARR 4 safety target), controller human factors ({{stk:STK-REQ-004}} workload/capacity), and adjacent centres ({{stk:STK-REQ-005}} OLDI interoperability).
Five system requirements derive from these: {{sys:SYS-REQ-001}} track accuracy (250m/50m RMS), {{sys:SYS-REQ-002}} update rate (4s/1s), {{sys:SYS-REQ-003}} availability (99.9997%), {{sys:SYS-REQ-004}} conflict alert (120s look-ahead, 10^-5 miss rate), {{sys:SYS-REQ-005}} processing capacity (2500 tracks/5000 plans). Six trace links connect STK to SYS with engineered rationale — notably {{sys:SYS-REQ-004}} has dual derivation from both {{stk:STK-REQ-001}} and {{stk:STK-REQ-003}}, reflecting that conflict alerting serves both operational and safety-case purposes.
Next
The scaffold is complete with context diagram, decomposition diagram, 10 requirements, and 6 trace links baselined as BL-SEAIRTRAFFICCONTROL-001. Next session should execute first-pass decomposition starting with the {{entity:Safety Net System}} — it has the tightest safety integrity targets (SIL 4), the most interfaces (consumes tracks from SDP, trajectories from FDP, terrain from AIM), and its failure modes directly threaten the system’s primary safety function. Subsystem requirements, interface definitions, and component-level classification should follow.