-
-
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
fix(fms): regression of approach ident on ND #9158
base: master
Are you sure you want to change the base?
fix(fms): regression of approach ident on ND #9158
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a changelog.
Quality Assurance Tester/Trainee Report Discord Username : luckol3
Testing Results: Testing Results: Negatives: Notes: |
It is working for me, can you give it a try again and observe the FMS phases in the progress page? The FMS needs to be in the "CRZ", "DES", "APPR" or "GA" phase for the identifier to appear. In the cruise case, distance to destination needs to be less than 250NM. I've updated the testing instructions accordingly |
That is strange, are you sure you are using the right version? (You can also open the fmgc.js file located at flybywire-aircraft-a320-neo\html_ui\JS\fbw-a32nx\fmgc in line 140176 and check that it says the following |
2024-10-29.17-07-04.mp4This is what 140176 shows, this is the latest version downloaded a few minutes ago. |
QA Trainee Pilot Report Discord : jp320 Testing Process: Negatives: Testing Results: |
I didn't change anything in regards to the flight phase logic so this is probably something unrelated to this PR :( . Can you replicate it on master? Might be worth logging an issue for |
I tried with the latest DEV version this morning, First flight from LFRS to EBBR FL220, all went ok as soon as ALT CRZ was shown on the FMA the prog page switched to CRZ phase. no APPR indication on ND at 250nm. Second try, same route, with an intial cruise lvl at FL130. as soon as i reached alt crz on FMA, PROG page remained on CLB phase. even when i step climbed intially to FL 220, the auto change in crz alt on the prog was done, when reaching that altitude, prog page stayed in clb again... Then I went up to FL350, the PROG CRZ ALT stayed at FL220, I had to manually insert FL350 and when reaching that altitude and ALT CRZ on the FMA, the prog page was still in CLB phase... I don't really know why it does this |
Yes the approach ident on the ND is broken on master so that's fine. So it seems there's indeed something else going on with the FMS phases :/ |
bd4857c
to
2d1d648
Compare
Fixes #[issue_no]
Summary of Changes
Fixes uncaught regression introduced in #8782 where approach ident would only be displayed when the actual approach procedure was being flown.
Screenshots (if necessary)
References
Additional context
Discord username (if different from GitHub):
bruno_pt99
Testing instructions
A32NX or A380X:
Insert a destination airport & approach of your choice as long as it is not a runway only approach (visual).
Verify that the approach identifier shows on top of the ND when in cruise and distance to destination is less than 250NM or, once out of the cruise phase. This can be done by checking the progress page and looking at the green text at the top of the page ("CRZ"-> Cruise, "DES" -> Descent, "APPR"-> Approach, "GA"-> Go Around) on the A32NX and via the PERF page on the A380X.
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.