Create a New Profile (UI Only)
Use this when your aircraft has no good profile yet.
You will do everything in the app Form tab.
Before You Start
You need:
- Aircraft loaded in X-Plane
- Known commands/datarefs for that aircraft
- App running with save access (SkyScript mode)
Step-by-Step
1. Click New Profile
- In the left sidebar, click
New Profile. - Enter filename (example:
B764.yaml). - Confirm.
The app starts from default.yaml.
2. Fill Metadata
Set:
Name: clear profile nameDescription: short descriptionSelectors: exact aircraft UI name (one per line)
Use the Current UI name indicator in Metadata to confirm match.
3. Set Buttons
For each key (hdg, nav, alt, apr, vs, ap, ias, rev):
- Put single-click command(s)
- Put double-click command(s), if needed
- One command per line
4. Set Knobs
For each knob (ap_hdg, ap_vs, ap_alt, ap_ias, ap_crs):
- Usually set
Commands(up/down pair) - Use
Datarefsonly if aircraft needs dataref-driven control
5. Set LEDs
For each LED:
- Add one or more datarefs
- Choose operator (
==,!=,>,<,>=,<=) - Set threshold
- Choose
Condition: allfor AND logicanyfor OR logic
Start with core AP LEDs:
hdg,nav,apr,alt,vs,ias,ap
Then warning LEDs:
master_warn,master_caution,fire,doors, etc.
6. Set Conditions
Important:
bus_voltageshould be correct, or LEDs may stay off/on incorrectlyretractable_gearshould be correct for aircraft gear behavior
7. Set Data (if needed)
Add or verify ap_state and other entries your profile needs.
8. Save and Test
- Click
Save - Test all controls in sim
- Tune one section at a time
- Save again
Recommended Tuning Order
- Metadata selector match
- AP button commands
- Knob directions
- AP mode LEDs
- Warning LEDs
- Conditions (
bus_voltage,retractable_gear)