Key Takeaways
- Christopher Mitchell spent over three years assembling the Class 80x cab replica.
- The system achieves an input latency averaging 4 ms, matching factory test specifications for the actual train.
- Three 1080p panels replicate the cab's forward sightlines and two side-window monitors used for platform dispatch.
- Throttle detents replicate the same notched positions a driver feels at 125 mph.
Someone just made the world's most elaborate Train Simulator controller — and it even includes real dashboard components from 'Class 80x' UK trains
Christopher Mitchell didn't set out to build a peripheral. He set out to reproduce a workplace. Over three years, the UK-based enthusiast has assembled a Class 80x cab replica that crosses the line between simulation rig and preservation project. The result sits in his home, but every switch, display, and throttle quadrant is sourced from the same supply chain that outfits Hitachi's rolling stock for Avanti West Coast, Great Western Railway, and London North Eastern Railway.
The centerpiece is a genuine driver's desk — salvaged from a decommissioned unit and refurbished with original equipment manufacturer (OEM) parts. Mitchell sourced the master controller, the brake handle, the AWS (automatic warning system) acknowledgement button, and the DRA (driver reminder appliance) display from the same vendors that service the national fleet. Custom-fabricated bezels and 3D-printed housings fill the gaps where new-old-stock was unavailable. The enclosure itself is welded steel, powder-coated to match the OEM finish, mounted on a motion platform that can replicate the Class 80x's characteristic lateral sway.
The Build
Mitchell's blog reads like a bill-of-materials manifesto. He documents part numbers, wiring looms, and the UART protocol that ties the hardware to SimRail, the simulation software he chose for its native support of UK signaling systems. The dash runs on a dedicated industrial PC with a real-time OS, feeding three 1080p panels that replicate the cab's forward sightlines and the two side-window monitors used for platform dispatch. Input latency averages 4 ms — comparable to the factory test spec for the actual train.
What distinguishes this from a high-end racing rig is the absence of gamified flourishes. No RGB lighting, no quick-release wheel, no "immersion" marketing. The throttle detents are the same notched positions a driver feels at 125 mph. The brake handle's friction curve was calibrated against a depot test bench. Even the seat is a reupholstered OEM unit, complete with the lumbar adjustment that drivers curse on the Edinburgh–Glasgow run.
The Class 80x Context
The Class 80x family — Hitachi's AT300 platform — entered UK service amid controversy. Commuters criticize the 2+2 seating density, the stiff secondary suspension, and the thin seat cushions. Drivers, however, often praise the desk ergonomics: the sightlines, the logical grouping of safety systems, the tactile separation of traction and braking. Mitchell's replica inadvertently becomes a testbed for that debate. By isolating the cab from the carriage, he highlights how much of the operator experience is defined by the desk itself.
His motion platform adds the missing variable. The Class 80x's yaw-heavy ride quality — a consequence of its lightweight aluminum body and bolsterless bogies — is reproducible in heave, surge, and sway. Mitchell tuned the platform's PID loops using accelerometer data captured from a revenue service run between Reading and Paddington. The result is a shudder that arrives 120 ms after a simulated jointed-track transition, matching the real vehicle's phase lag.
What It Takes to Replicate
Mitchell estimates £18,000 in parts alone, excluding the hundreds of hours machining, wiring, and debugging. The bill includes £4,200 for the master controller assembly, £1,800 for the three display panels, and £3,500 for the motion platform's servo drives and frame. Software licensing, cabling, and the industrial PC add another £2,000. He publishes a full BOM with supplier links, but warns that lead times for OEM components can stretch to six months.
For anyone attempting a similar build, the critical path is software integration. SimRail's SDK exposes the train's internal state — brake pipe pressure, traction current, AWS status — over a local TCP stream. Mitchell wrote a middleware layer in Rust that maps each register to the corresponding hardware I/O, handling watchdog resets and graceful degradation if a panel fails. He open-sourced the middleware under MIT license, along with the 3D-print STL files for the custom bezels.
Why It Matters
This isn't a product review. It's a proof point for the fidelity ceiling in consumer simulation. Mitchell's rig demonstrates that the barrier to "indistinguishable from operational hardware" is no longer technical — it's logistical. The parts exist. The data exists. The software hooks exist. What remains is the willingness to treat a home build with depot-grade rigor.
For the simulation industry, the implications are commercial. Training operators are already specifying desktop replicas for route familiarization. Mitchell's approach — real desk, real physics, real latency — compresses the gap between desktop familiarization and full-motion simulator time. If a £20k rig delivers 80% of the procedural transfer value of a £2M motion base, the economics of driver training shift.
Mitchell's next milestone is integrating the GSM-R voice radio and the ETCS on-board unit, both of which require certified firmware he's negotiating with the supplier to license for non-revenue use. After that, he plans to publish a "phase two" guide covering the motion platform's safety-rated PLC and the fail-safe interlock that cuts servo power if the simulation software hangs.
The Class 80x may divide passengers, but its cab has never been reproduced this completely outside a factory. Mitchell built it because the only way to understand a machine is to put your hands on the same controls the professionals use — and feel the same shake when the track joints hit.
Frequently Asked Questions
What simulation software does the controller hardware integrate with?
The hardware ties to SimRail via a documented UART protocol, chosen for its native support of UK signaling systems.
What is the measured input latency of the completed rig?
Input latency averages 4 ms, which is comparable to the factory test spec for the real Class 80x train.
How many display panels are driven by the dedicated industrial PC?
The industrial PC feeds three 1080p panels that replicate the cab's forward sightlines and the two side-window monitors used for platform dispatch.
Which authentic train components were sourced from the same vendors that service the national fleet?
The master controller, brake handle, AWS acknowledgement button, and DRA display were all sourced from the same OEM vendors that supply Hitachi's rolling stock for Avanti West Coast, Great Western Railway, and London North Eastern Railway.