ALT
{{ altDisplay.value }}
{{ altDisplay.unit }}
IAS
{{ fmt(ac.airspeedIndicated, 0) }}
kt
HDG
{{ String(Math.round(ac.trueHeading || 0) % 360).padStart(3,'0') }}
°
V/S
{{ (ac.verticalSpeedFpm||0) > 0 ? '+' : '' }}{{ fmt(ac.verticalSpeedFpm, 0) }}
fpm
GS
{{ fmt(ac.groundSpeedKnots, 0) }}
kt
FUEL
{{ fuelPct }}
%
{{ wind }}
{{ oat }}
{{ fmt(ac.gpsWaypointDistance/1852, 1) }} nm
A32NX · A330 (Headwind)
SPD{{ fcu.spd }}
HDG{{ String(fcu.hdg).padStart(3,'0') }}
ALT
{{ fcu.alt }}
V/S{{ fcu.vs > 0 ? '+'+fcu.vs : fcu.vs }}
SERVER PROCESS CONTROLSEach action requires confirmation.
{{ systemAction.message }}
FlyByWire MCDU · {{ mcduSide.toUpperCase() }}
MCDU offline.
{{ mcduOfflineHint }}
READ ONLY — set Features.Sim.WriteEnabled = true to type into the MCDU.