brybechr Posted January 4, 2023 Report Posted January 4, 2023 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
Paul Henty Posted January 4, 2023 Report Posted January 4, 2023 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now