Jump to content
The simFlight Network Forums

Reading rudder trim


brybechr

Recommended Posts

My project  a 737 800 Sim 

I have used an arduino to display the rudder trim position  I have on the first line  16 8 4 0 4 8 16 to show the header

on the bottom line I want to display a movable ^ character  

what fsuipc offset will give me a value that I can minipulated to move the ^ character left or right

Thanks in advance

Link to comment
Share on other sites

I searched for "rudder trim" in the offsets list and found two likely offsets:

0x0C04 which is a 2-byte integer - gives the rudder trim position between –16383 and +16383

0x2EC0 which is a double floating point (8 bytes). Stores the rudder trim defections in Radians. 

Paul

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.