Jump to content
The simFlight Network Forums

Set a offset to a specific value


Phipanjo

Recommended Posts

Hello guys,

in MSFS there is (unfortunately) no aileron (x0C02) / elevator (x0BC0) trim reset.

So I came up with the idea to bind a specific trim value (I guess 0) to a button, so that the trim can get centered again.

Is my thought realistic or may someone know a better way? And if so, how can I tell the offset a specifc value?

Cheers

Link to comment
Share on other sites

15 hours ago, Phipanjo said:

So I came up with the idea to bind a specific trim value (I guess 0) to a button, so that the trim can get centered again.

You can certainly do that. You need to assign to one of the following (both may work, or one only, depending on the aircraft) with a parameter of 0:
    ELEVATOR_TRIM_SET
    AXIS_ELEV_TRIM_SET
    AILERON_TRIM_SET
    AILERON_TRIM_SET_EX1
  

15 hours ago, Phipanjo said:

And if so, how can I tell the offset a specifc value?

You can also write to the trim offsets using the control Offset Word Set - see page 33 of the Advanced User guide for details on this as well as other offset controls.

John

 

Link to comment
Share on other sites

On 12/1/2022 at 11:40 AM, John Dowson said:

You need to assign to one of the following [...] with a parameter of 0:
[...]
AILERON_TRIM_SET_EX1

What does the "EX1" at "AILERON_TRIM_SET_EX1" mean?

On 12/1/2022 at 11:40 AM, John Dowson said:

You can also write to the trim offsets using the control Offset Word Set - [...]

Both of the ways works great! Thank you, John!

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.