Skip to main content

KAP 140 Autopilot

Physical Bendix/King KAP 140 autopilot control unit for the Six-Pack glareshield — 3D-printed bezel, illuminated buttons, encoder knobs, and X-Plane mapping.

5 min read Updated 2026-06

Overview

The Bendix/King KAP 140 is the two-axis autopilot fitted to the Six-Pack variant of the 172SP. It sits on the glareshield and provides autopilot engage, heading, navigation, approach, altitude hold, and vertical speed modes, plus an altitude alerter.

This page covers the physical build of the KAP 140 control panel — the bezel, button layout, encoder knobs, and integration with X-Plane.

Panel Layout

ControlTypeFunction
APIlluminated pushbuttonAutopilot engage/disengage
HDGIlluminated pushbuttonHeading mode
NAVIlluminated pushbuttonNAV/GPS track
APRIlluminated pushbuttonApproach mode
REVIlluminated pushbuttonReverse/backcourse mode
ALTIlluminated pushbuttonAltitude hold
VS/ARMIlluminated pushbuttonVertical speed mode
BAROPushbuttonBaro-corrected altitude alerter
UP / DNPushbuttonsVertical speed pitch wheel
HDG knobRotary encoderHeading bug (shared with HI)
ALT knobRotary encoderAltitude alerter / VS target

Construction

The bezel is 3D-printed in PLA and painted to match the glareshield. Illuminated pushbuttons use 12mm momentary switches with integrated LEDs, driven by ESP32 digital outputs. The encoder knobs are 3D-printed caps over 24-pulse rotary encoders.

X-Plane Integration

# Datarefs (shared autopilot)
sim/cockpit2/autopilot/autopilot_state
sim/cockpit2/autopilot/heading_status
sim/cockpit2/autopilot/altitude_hold_status
sim/cockpit2/autopilot/vertical_mode
sim/cockpit2/autopilot/heading_dial_deg_mag_pilot
sim/cockpit2/autopilot/altitude_dial_ft

# Commands
sim/autopilot/servos_on
sim/autopilot/heading
sim/autopilot/NAV
sim/autopilot/approach
sim/autopilot/altitude_hold
sim/autopilot/vertical_speed
sim/autopilot/heading_up
sim/autopilot/heading_down
sim/autopilot/altitude_up
sim/autopilot/altitude_down

Status

Planning — bezel design not yet started.