-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### Experimental display version: | ||
- `FSLABS_A32X_EXPERIMENTAL_DISPLAY_READ_README.mcc` must be loaded in MobiFlight | ||
- Extends no display version with some display information. | ||
|
||
> FSLabs does not provide the FCU values for the display. At some point a value must be synced from general sim data and afterwards kept updated derived from user interaction. | ||
|
||
#### Currently supported: | ||
- Altitude encoder should work well | ||
- Vertical speed encoder works ok | ||
- Speed and heading work well when synced | ||
- Speed and heading sync is only possible on pull when at current speed or heading. No correct display with preselection possible. | ||
|
||
#### Not supported: | ||
- Mach display (planned) | ||
- TRK/FPA (FPA planned) | ||
- Dot for managed modes. | ||
- Speed and heading preselection. | ||
- Speed and heading sync via turn. | ||
|
||
### Advices to sync HDG, SPD and ALT | ||
- ALT is synced on start to 100. If a resync needs to be performed, select 1000 mode and quickly turn to min or max value to sync. | ||
- Sync SPD via pull. If off by one push and pull again. | ||
- Sync HDG via pull. Only correct value when flying straight. If off by one push and pull again. | ||
- If preselection necessary, sync via pull, when preselected value is reached. |