- Messages
- 73
- Country

Hello,
I have been away quite a while with health issues, including COVID-19, but I won't bore you with my scars. In the interim, I have tried to program a number of projects in Python with middling success which I define as a script that does not have syntax and other "trace back" errors. The one I am focusing on outside of Python is trying to create a simple heading hold in FSX. I have done a lot of Internet searches, including,
"In FSX, how does the twisting of the joystick send signal to the rudder?"
...without getting *any* helpful hits.
Here is what I am thinking...
Lastly, I do not know if this is "simple" or not.
Thoughts?
I have been away quite a while with health issues, including COVID-19, but I won't bore you with my scars. In the interim, I have tried to program a number of projects in Python with middling success which I define as a script that does not have syntax and other "trace back" errors. The one I am focusing on outside of Python is trying to create a simple heading hold in FSX. I have done a lot of Internet searches, including,
"In FSX, how does the twisting of the joystick send signal to the rudder?"
...without getting *any* helpful hits.
Here is what I am thinking...
- Set a HDG in a gauge.
- If the heading of the vehicle is not aligned to the set HDG, then deflect the rudder to turn the vehicle toward the set HDG.
- As the vehicle's heading approaches the set HDG, decrease the rudder deflection incrementally about every 1/10 second until centered.
Lastly, I do not know if this is "simple" or not.
Thoughts?
Last edited:


