-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(eis): move trans alt/lvl to arinc bus #8214
feat(eis): move trans alt/lvl to arinc bus #8214
Conversation
Is it possible to make the FBW version auto add the 500ft to the transition level if it successfully uplinks one then? |
To my knowledge, Honeywell inserts the transition altitude/level directly from the database without adding anything. So we will stick with this behavior for now. |
fbw-a32nx/src/systems/instruments/src/PFD/AltitudeIndicator.tsx
Outdated
Show resolved
Hide resolved
72f763d
to
4a00840
Compare
fbw-a32nx/src/systems/instruments/src/PFD/AttitudeIndicatorHorizon.tsx
Outdated
Show resolved
Hide resolved
QA Report Tester: saschl Report:
Summary: |
- match slats+flaps position dots to actual positions - remove speed tape outline right - remove spaces in FMA E2 cell (i.e. 1FD2 instead of 1 FD 2) - fix LS info box position (push a little bit upwards) - integrate PR flybywiresim#8235 (FMA pos. update) & flybywiresim#8214 (move trans alt/lvl to arinc bus) - make tens of digital altitude readout font smaller & push to right - altitude tape now listens to baro corrected altitude
- match slats+flaps position dots to actual positions - remove speed tape outline right - remove spaces in FMA E2 cell (i.e. 1FD2 instead of 1 FD 2) - fix LS info box position (push a little bit upwards) - integrate PR flybywiresim#8235 (FMA pos. update) & flybywiresim#8214 (move trans alt/lvl to arinc bus) - make tens of digital altitude readout font smaller & push to right - altitude tape now listens to baro corrected altitude
* - import Arinc429Word from fbw-sdk (remove copy from @shared) - match slats+flaps position dots to actual positions - remove speed tape outline right - remove spaces in FMA E2 cell (i.e. 1FD2 instead of 1 FD 2) - fix LS info box position (push a little bit upwards) - integrate PR #8235 (FMA pos. update) & #8214 (move trans alt/lvl to arinc bus) - make tens of digital altitude readout font smaller & push to right - altitude tape now listens to baro corrected altitude * revert changes to flaps/slats position * revert font for tens of altitude * activate GearIndicator, use LGCIU input for now * PFD linting * QNH, RA and altitude readout position update
Fixes #[issue_no]
Summary of Changes
Utilize the FMGC DMC bus to transmit transition altitude and transition level. This should not have any visible effect. However, it gets rid of the undocumented
L:AIRLINER_TRANS_ALT
andL:AIRLINER_APPR_TRANS_ALT
variables.Screenshots (if necessary)
References
Additional context
Discord username (if different from GitHub):
Testing instructions
How to download the PR for QA
Every new commit to this PR will cause a new A32NX artifact to be created, built, and uploaded.