You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When displaying airports on the ND while using 'ARPT' button on the EFIS, airports with no suitable runways for the A380 are shown.
Expected behavior
Normally, airports with shorter runways than a certain threshold is filtered out from the ND display.
IRL, this runway length threshold is a value set by the operator. (Thanks @BravoMike99 for the information!)
In the sim, this should be a value set by the user in the EFB or some other way, as like in PMDG, this is bound to FMC-PMDG SETUP - AIRCRAFT.
For the A380, I would imagine even more airports will be filtered out not only by the runway length. Though I think it good to keep it simple for now.
Steps to reproduce
Select ARPT on the EFIS for the ND.
Observe so many small airports with no suitable runway shown.
References (optional)
No response
Additional info (optional)
No response
Discord Username (optional)
pzb-85
The text was updated successfully, but these errors were encountered:
I've been reading through the source of which I've found in fbw-a32nx/src/systems/fmgc/src/efis/EfisSymbols.ts
Where, for the ND ARPT display, the function hasSuitableRunway has hardcoded runway length of 1500 meters for filtering (likely an value for the A320).
As consulted with the fellow development team member, the src for the A380x fmgc is located and shared with A32nx, and we would need to watch for the regression while changing sections as such.
Therefore, I think it would be best to not hard-code a value for a specific aircraft, rather to just let the user enter a value for the runway threshold in the Flypad - Settings - AircraftOptionsPinPrograms page, and take that value as the value for determining if an airport has a suitable runway. In this way I can keep this code working even if the refactor happens nor if affects a32nx.
so,
I will be looking into EFB code to add such option that takes in such threshold value
I will take that value as the filter in hasSuitableRunway
I will try setting some default value for both a32nx/a380x.
I am new to here, and anyway having any kind of advice is welcome :)
I'm not sure if the runway length is defined by the operator or if it is an hardcoded value in the systems(if present at all. Someone else might know better) To add to that, each operator usually has its own nav database which only contains airports which are suited for the operations, as such, the filtering was already done during the navdata creation, something which we don't have in the sim.
beheh
changed the title
ND Airpot display filter
ND Airport display filter
Nov 7, 2024
Aircraft Version
Stable
Build info
Describe the bug
When displaying airports on the ND while using 'ARPT' button on the EFIS, airports with no suitable runways for the A380 are shown.
Expected behavior
Normally, airports with shorter runways than a certain threshold is filtered out from the ND display.
IRL, this runway length threshold is a value set by the operator. (Thanks @BravoMike99 for the information!)
In the sim, this should be a value set by the user in the EFB or some other way, as like in PMDG, this is bound to FMC-PMDG SETUP - AIRCRAFT.
For the A380, I would imagine even more airports will be filtered out not only by the runway length. Though I think it good to keep it simple for now.
Steps to reproduce
References (optional)
No response
Additional info (optional)
No response
Discord Username (optional)
pzb-85
The text was updated successfully, but these errors were encountered: