-
Notifications
You must be signed in to change notification settings - Fork 19
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
Ground speed incorrect with sim update 6. #53
Comments
Seeing the same thing. GS of 179 in the C208B is shown as 347 on Foreflight. |
I thought is was in KPH but it is now in Knots and Garmin and FF take Meter/s so updated the code block again i.e. DetaSender.cs var data = string.Format(CultureInfo.InvariantCulture, "XGPS{0},{1:0.#####},{2:0.#####},{3:0.##},{4:0.###},{5:0.##}", SimId, p.Longitude, p.Latitude, p.Altitude, p.GroundTrack, (p.GroundSpeed * 0.514445)); // SimConnect is now reporting in Knots and not meters/s |
Turns out this is Plane dependent. Some planes are reporting GS in meter/s and others are reporting in Knots. I updated my local version to have a checkbox in the settings that does this:
|
Hi Jeff, This in a version that you'll post soon? Thanks.
|
I would but I'm not a contributor to this repro so I can't push my branch to create a PR. |
Hello.
Many thanks for FS2FF. I use it every day! With the latest update for MFS, I am seeing an incorrect ground speed in ForeFlight. The pop-up instrument bar at the bottom is showing roughly double what the sim is reporting. I’m using the Working Title G1000 NXi if that helps. The picture below is from a flight in the default Caravan doing a ground speed of approximately 180 knots. Hope this helps.
The text was updated successfully, but these errors were encountered: