Jump to content
The simFlight Network Forums

Press button for reverser.


Recommended Posts

Hello,

i want to use a Button on my Flightstick to

1.st Press:  Throttle goes down (hold button for Reverser)
                 when release button  then hold actual throttle setting (Reverser not always to max needed)

2.nd press Throttle goes to 0 (reverser out)

its possible te realize this for one Button?

thanks, Thomas
 

Link to comment
Share on other sites

20 hours ago, Alti said:

i want to use a Button on my Flightstick to

1.st Press:  Throttle goes down (hold button for Reverser)
                 when release button  then hold actual throttle setting (Reverser not always to max needed)

2.nd press Throttle goes to 0 (reverser out)

its possible te realize this for one Button?

Yes, you could do it in a fairly short Lua plug-in.

There is a another way which should work, and that it to use a conditional assignment based on the throttle offset for the engine to are dealing with (or just engine 1 if you have only one throttle for all engines). This would entail editing assignment lines in the INI files [Buttons] section.

See the section in the FSUIPC Advanced Options entitled "ADDING OFFSET CONDITIONS". You'd had a confition one the repeat setting for Throttle Decrease which tests whether the throttle value is  =0 before it starts decreasing, and an entry for a non-repeating press with the condition that it is <0.

Pete

 

Link to comment
Share on other sites

thank you Pete,
but i give up. for me its not easy to understand this english in the document "FSUIPC for advanced users"
and for the exampes for a luascript i understand "Bahnhof";
im not an programmer.

("verstehe Bahnhof" ->So we say in german when we understand absolute nothing from)
 

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.