flybywiresim / aircraft

The A32NX & A380X Project are community driven open source projects to create free Airbus aircraft in Microsoft Flight Simulator that are as close to reality as possible.
https://flybywiresim.com
GNU General Public License v3.0
5k stars 1.05k forks source link

FMS: Radio Tuning by Ident Broken #8905

Closed tracernz closed 1 month ago

tracernz commented 1 month ago

Aircraft Version

Development

Build info

master

Describe the bug

The FMS pages implement radio tuning by ident incorrectly, always taking the first result with no duplicate navaid page. This means a random result is picked and tuned.

We should disable this function for release to remove the blocker tag if nobody fixes it.

Expected behavior

The duplicate navaid selection page should pop up when there are duplicates allowing you to pick the correct one.

Steps to reproduce

Enter any navaid ident with duplicates in the VOR or ILS boxes.

References (optional)

No response

Additional info (optional)

No response

Discord Username (optional)

No response

FoxtrotSierra6829 commented 1 month ago

Does MSFS provide a GPS position property for the navaid? If so, maybe an easy fix is to order the results by distance and select the closest until a user interface has been implemented?

tracernz commented 1 month ago

We should either implement it properly, or disable it. Anything else will cause unexpected behaviour. The duplicates page is sorted by distance when implemented properly (like on the A32NX).