This is a simulation of the Bendix/King KLN 90B GPS for the Microsoft Flight Simulator.
Download the current version on the releases page. This package only contains the GPS device. To use the KLN 90B, you will need an aircraft that incorporates this project.
Documentation for the real device:
You can join our Discord community here:
When a cursor is active, left click on the CRSR indication to switch to keyboard mode. While KYBD is flashing, the simulator will disable all inputs, including joystick inputs. To leave keyboard mode, right click anywhere on the screen.
Mapping:
- Home, End: Outer knob
- Page up, Page down: Inner knob
- Enter: ENT
- Delete: CLR
- A-Z, 0-9 and backspace work in certain text and number fields
Please see the Wiki for answers to common questions.
Include the following entry in your panel.cfg:
[VcockpitXX]
size_mm = 860,388
pixel_size = 860,388
texture=$KLN90B_Screen
htmlgauge00=NavSystems/GPS/KLN90B/KLN90B.html, 0, 0, 860,388
It is also advisable to use a panel.xml for configuration.
Aircraft should only interact with the KLN 90B via H Events. The events are listed in HEvents.ts. A few LVars are available for animations.
The Wiki contains further useful information, such as Hot Swapping/Package detection and External Annunciators .
You are free to include the KLN 90B into your aircraft. If you do, write me a message. so I can include it in the list of aircraft that use the KLN 90B. If your aircraft is a payware aircraft, I would be happy to receive a copy.
Feel free to open issues or send pull requests.
The entry class is KLN90B.tsx. Other interesting classes are MainPage.tsx and PageTreeController.tsx.
Numbers in the comments in the format 1-12 reference a page in the manual that contains further information and reference.
This project is licensed under The GNU Lesser General Public License v3.0.