Hi everyone,
I’ve been working on a WASM module and I’m running into issues with getting flight plans to appear on the GPS during a flight.
Here’s what’s happening:
Thank you!
I’ve been working on a WASM module and I’m running into issues with getting flight plans to appear on the GPS during a flight.
Here’s what’s happening:
- AI Flight Plans: I’m successfully loading AI aircraft flight plans from the \work folder using SimConnect_AISetAircraftFlightPlan. The AI follows the loaded plan as expected, so no issues there.
- User Aircraft Flight Plan: I’m able to load a flight plan for the user aircraft using SimConnect_FlightPlanLoad. The process completes without any errors, and the log shows a successful load. However, the flight plan doesn’t appear on the GPS in the simulator, and I’m not sure why.
- GPS Waypoints: I’ve tried using SimConnect commands to add GPS waypoints directly, using parameters like GPS WP NEXT ID, GPS WP NEXT LAT, etc. Unfortunately, these waypoints don’t seem to appear on the GPS either.
Thank you!