July 11, 20241 yr Hello! I'm thrilled to have my Behringer X-Touch mini 99% set up with the 777, lights and all. But I'm trying to configure the main slider control to activate and increase reverse thrust and I just cannot figure it out.. This is what I'm trying to achieve: Normal throttle control is on "bank A" and works fine with the slider control. I want to be able to switch to "bank B" and give the slider control of the reversers, push up to activate/increase reverse thrust, then when pulled down to "0" it cancels reverse thrust i.e. "F1 effect" only when it's at 0. I just can't seem to figure out the right combination to do this. Can anyone please point me in the right direction? As always, this is my favorite addon in the sim, fantastic job. P
July 12, 20241 yr Commercial Member Tricky. You can control the reverse thrust using the THROTTLEn_SET events marked "Reverser.." from the FlightControlAxis list. So this should be possible by just using normal assignments. I tried using a script and that worked too. Group: "PMDG777" Title: "ReverseSlider" Code: (L:PMDG777-ReverseSlider)·s0·5·<·if{·0·(>K:THROTTLE_SET)·1·(>K:THROTTLE_CUT)·}·els{·l0·-81.92·*·(>K:THROTTLE_SET)·} Assigned to the XT slider as an axis, setting Axis Min = 0, Axis Max = 100. Edited July 12, 20241 yr by Lorby_SI LORBY-SI
Create an account or sign in to comment