From 97cfa9bd2db3c1a7a8de41abbe2209d83323a04c Mon Sep 17 00:00:00 2001 From: Koseng <26673978+Koseng@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:36:47 +0100 Subject: [PATCH] Add readme.txt --- fslabs/README.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 fslabs/README.txt diff --git a/fslabs/README.txt b/fslabs/README.txt new file mode 100644 index 0000000..f474da4 --- /dev/null +++ b/fslabs/README.txt @@ -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.