-
-
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(fms): allow SID name to be displayed on the ND #8782
feat(fms): allow SID name to be displayed on the ND #8782
Conversation
f5bb2b6
to
fe281e8
Compare
I feel like this is best implemented in the A380 ND + FMS only rather than a feature flag. |
The goal is to not have specific "380 FMS" sources as much as possible, so this has to go through a feature flag, like every other configurable aspect of the flight plan management that was added because it's different between 320/380 or different 320 FMS software versions. Agree for the ND though. |
9beb019
to
abdda07
Compare
abdda07
to
ea8706d
Compare
ea8706d
to
4f464d0
Compare
The downside of that is a ton of unused bytecode for performance models, different implementations of things (e.g. holds), all being in memory for both planes, and a ton of messy code to cover differences in interfaces to other aircraft systems. It would be better to inject those from the plane. |
4f464d0
to
a15fd84
Compare
Is there a way to achieve this with the current code structure or will it have to wait? I don't mind adapting the code so that it is specific to the 380 FMS considering there is some base structure in place to achieve this. |
Quality Assurance Tester Report Discord Username : PilotEyesA350 Testing Process:
Testing Results: Negatives: Conclusions: Media: |
Do you know which waypoint you performed the direct to and what the route/fms data was? I tested the MARU2G out of 07C earlier with a direct to LORPA and the SID name remained displayed. Reason why I ask is that if the FMS is not in the takeoff or climb phase, the SID name will disappear |
I used a direct to LORPA but I will try again and let you know |
Quality Assurance Tester Report Discord Username : PilotEyesA350 Testing Process:
Testing Results: Negatives: N/A Conclusions: Media: |
Fixes #[issue_no]
Summary of Changes
Allows FMS to publish SID identifier to ND as found on A380 & A350 aircraft currently.
Screenshots (if necessary)
References
A380/A350 FCOM, YT videos & preview picture of feature on A320
Additional context
Discord username (if different from GitHub):
bruno_pt99
Testing instructions
A32NX: Perform a normal flight and verify approach identifier shows on the ND as before, in addition, no SID name should be displayed on the ND during preflight & takeoff/climb (like the attached picture).
A380:
How to download the PR for QA
Every new commit to this PR will cause new A32NX and A380X artifacts to be created, built, and uploaded.