Phipanjo Posted November 30, 2022 Report Share Posted November 30, 2022 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 More sharing options...
John Dowson Posted December 1, 2022 Report Share Posted December 1, 2022 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 More sharing options...
Phipanjo Posted December 5, 2022 Author Report Share Posted December 5, 2022 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 More sharing options...
John Dowson Posted December 5, 2022 Report Share Posted December 5, 2022 6 hours ago, Phipanjo said: What does the "EX1" at "AILERON_TRIM_SET_EX1" mean? I don't think it means anything - just additional/Extra controls. Both the standard and the _EX1 controls work for some aircraft, but for others only one may work. Link to comment Share on other sites More sharing options...
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