Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Button Repeat Speed

Featured Replies

Is there a way to set the button repeat speed? When I had the buttons in FSUIPC the reversers worked well and were up to 100% shortly after touch down. With Linda they take about 1/2 the runway to deploy fully and it seems to be due to a slow button repeat.

John Veldthuis

Specs: ASUS X79-DELUXE | Intel Core i7-5960X Extreme @ 4.2Ghz | Gigabyte GeForce GTX980 | 32GB Ram | Cooler Master HAF 932 case | ASUS PB279Q, 4K UHD, 27" Monitor | Windows 8.1 | Segate 2x2TB 7200rpm drives, SanDisk 2x256GB SSD| Corsair Hydro Series H105, Watercooling kit

Also a nice and warm "hello", What addon do you mean, because we have surely different reverser speeds.What is your reverser assigning? Maybe you have choosen "slow throttle decrease" (or whats its exact naming)

Guenter Steiner
--------------------------------------------------------------------------------------

Betatester for: A2A, LORBY, FSR-Pillow Tester
--------------------------------------------------------------------------------------

  • Commercial Member

You can try to edit FSX/modules/linda/system/events.lua file. Line 674: if sec10 > 2 then change to: if sec10 > 1 then or even to: if sec10 > 0 then

Artem Crum, EASA PPL
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
LINDA Lua Integrated Non-complex Device Assigning
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••

  • Author
Also a nice and warm "hello", What addon do you mean, because we have surely different reverser speeds.What is your reverser assigning? Maybe you have choosen "slow throttle decrease" (or whats its exact naming)
The NGX of course. I have mapped to On Press FSX:Throttle1 Decr On Repeat FSX:Throttle1 Decr and OnRelease FSX:Throttle1 Set 0 So once I have pulled the throttle back to the button it should spoil up the reverser to maximum and then when it releases off the button sets the engine to idle to cancel the reverser. Same for Throttle2. Worked a treat using the Buttons in FSUIPC but is very slow via Linda. It does get there so is working but way too late.
You can try to edit FSX/modules/linda/system/events.lua file. Line 674: if sec10 > 2 then change to: if sec10 > 1 then or even to: if sec10 > 0 then
It is on Line 629 on mine? I did download the latest version as well. Anyway I found it and will try if sec10 > 1 then, first. Thanks.

John Veldthuis

Specs: ASUS X79-DELUXE | Intel Core i7-5960X Extreme @ 4.2Ghz | Gigabyte GeForce GTX980 | 32GB Ram | Cooler Master HAF 932 case | ASUS PB279Q, 4K UHD, 27" Monitor | Windows 8.1 | Segate 2x2TB 7200rpm drives, SanDisk 2x256GB SSD| Corsair Hydro Series H105, Watercooling kit

  • Commercial Member
It is on Line 629 on mine? I did download the latest version as well. Anyway I found it and will try if sec10 > 1 then, first.
May by the line number differs... here is the bigger part of code to recognize:
function hidPoll ()     sec = sec + 1    if sec > 25 then         sec = 0        TimerOneSec ()     end     sec10 = sec10 + 1	if sec10 > 2 then -- >>>>>>>>>>>>>>>>>>> line to change <<<<<<<<<<<<<<<<<<<<<<<         sec10 = 0        if ipc.get("HID_ENABLED") == 1 then buttonRepeatter () end        if HUNTER then hunterGetLVarMonitor () end     end

Artem Crum, EASA PPL
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
LINDA Lua Integrated Non-complex Device Assigning
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••

  • 4 years later...

Hello!

Thank you for your program!

 

Tell me, and version 2.6.7 which regulates the speed of the repeat button is pressed? Unfortunately, what is described above, it is not suitable for the code.


Thanks!

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.