Skip to content
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

Gyro compass spinning in Milviz Blackbird Cessna 310R #177

Open
kevinbuckley70 opened this issue Aug 11, 2024 · 3 comments
Open

Gyro compass spinning in Milviz Blackbird Cessna 310R #177

kevinbuckley70 opened this issue Aug 11, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@kevinbuckley70
Copy link

If I replay any flight in the Milviz Blackbird Cessna 310R, the magnetic compass is fine but the gyro compass just continuously rotates. Consequently, the aircraft icon on the GNS530 also continuously rotates.

This is unrelated to the actual heading of the aircraft and makes cockpit video capture wrong.

No special steps are needed to observe this behaviour. Just replay a flight and look at the gyro compass.

Everything is latest version as I always stay up to date.

@till213
Copy link
Owner

till213 commented Sep 2, 2024

Sky Dolly currently does not record / replay any simulation variable related to the "gyro compass": so whatever movement you see on that compass is currently due to the aircraft logic itself being applied to the gyro compass, based on the simulation variables that control the attitude during replay, most specifically simply the "true airplane heading":

https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Aircraft_SimVars/Aircraft_Misc_Variables.htm#PLANE_HEADING_DEGREES_TRUE

That being said, I just noticed that there actually is a simulation variable - even "writeable" - that seems to relate to the "gyro heading":

https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Aircraft_SimVars/Aircraft_Misc_Variables.htm#PLANE_HEADING_DEGREES_GYRO

(and also in analogy from the "magnetic heading").

I will try and record/replay this (those) additional variable(s) and see whether it makes any difference.

Can you reproduce this issue also with a "stock airplane"? Because I do not own this 3rd party aircraft "Cessna 310R". That would greatly help me to reproduce this issue and check whether the above would actually fix the issue.

Thanks for reporting, and I am sorry for my late reply!

@till213 till213 self-assigned this Sep 2, 2024
@till213 till213 added the enhancement New feature or request label Sep 2, 2024
@kevinbuckley70
Copy link
Author

kevinbuckley70 commented Sep 2, 2024 via email

@kevinbuckley70
Copy link
Author

kevinbuckley70 commented Oct 17, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants