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.

LINDA Support

All LINDA support questions and bug reports.

  1. Started by mmaier,

    The logic for Autobrake RTO / MAX works only step by step. Which is not a problem just wants to show it.

    • 5 replies
    • 1.1k views
  2. Attention: since the release of GSX L2 there have changed some door options and variables which would lead to a complete overhaul of my GSX library. Therefore any further develeopment of the GSX Library is abandoned and I do not recommend to use it any more! However if one wants to use it, feel free to do so 😉 But no support Hello, with the release of GSX level 2 I have redone the LINDA GSX Door Automation from ground up. You have now to use the GSX library Supported planes (Sept 2018) PMDG 747 PMDG 777 PMDG 737 Majestic Dash 8 Leonardo Maddog X (only before SP1!!!) ... more to follow The a…

    • 70 replies
    • 26.7k views
  3. Started by Gnacino,

    I can not find the fuel switch function to start fuel flow and cutoff. Are they in the module and hidden some where else? Gnacino

    • 3 replies
    • 905 views
  4. Started by Headley,

    Hello, Can someone investigate the issue i have: I have assigned the "APU Gen R" function via LINDA - function NGX_APU_GEN_R_on () - to one of my switches (Thrustmaster). When selecting this switch i get some sort of "very short lost of power" and the fmc gives me a warning "dual fmc op restored" and the YAW damper button flips off together with some other warning lights coming up. Whell, its hard to describe. I don't get this problem when selecting the knob on the overhead with the mouse. So only when selecting the function via LINDA. I hope i make myself clear. Unable to upload some movie clips or screenshots Running LI…

    • 4 replies
    • 1.4k views
  5. Started by mmaier,

    First, many thanks for this great work. Problem: Landing-Lights toggle works partly faulty, especially the function NGX_LAND_FIXED_R_off() and NGX_LAND_FIXED_L_off they only go back half away. i have inserted an additional code into both then it worked properly. Code inserted: ipc.control(PMDGBaseVar+114, PMDG_ClkR) and ipc.control(PMDGBaseVar+113, PMDG_ClkR)

  6. Started by Jsearl98,

    Sometimes, when I load a saved flight, LINDA does not restart. Is there a way of restarting LINDA without exiting the SIM? Regards John Earl

  7. Started by Gnacino,

    Jpeg attached https://www.dropbox.com/s/ycfza9afa703lhi/LINDA.JPG?dl=0 What does it mean when I have the assignments posted in green with an asterisk in front of them. I try to do my own assignments and its unresponsive. I have this issue with the Leonardo MadDog X as well. I cannot assign any functions on any piece of hardware, Saitek, Goflight, etc. LINDA 3.0.12c Prepard 4.5 Win 10 Pro Gnacino

  8. Started by SGEfan78,

    Maybe I need some vacation. I cannot find the landing gear function in the FSLabs Module functions. Where is it?

    • 2 replies
    • 929 views
  9. Hey there. Having copied the HDG Bug code (hdg plusfast & hdg minusfast) which allows a fast spin of a physical encoder and works a treat, I am completely baffled why the Fast Spin code below for VOR1 - VOR2 & ADF will not work, any ideas / help please. I confirm that the normal calls work (VOR1_plus (and minus) | VOR2_plus (and minus) ADF_plus (and minus) but they are painfully slow. I have used the User.lua to enter the code in to Linda 3.0.9 v2 (FSUIPC is up to date) Shut Linda down and restarted no luck. Many Thanks Roger PS Sorted now - I had forgotten to set the variables.. see below -- ## Rotaries functions -- ## VOR1 --O…

    • 23 replies
    • 2.3k views
  10. Started by Martin41289,

    Can Anybody create a Profil for the Captainsim 757?

  11. Started by svenks,

    Well, the title says it all... Is it possible to pass a parameter to a Linda function, say like one in User module? If I define a function that needs a parameter eg "function RC4_Set_Keycode(keypress)", the Linda GUI doesn't seem to allow me to enter a value for keypress - or have I missed something? BRGDS Sven Sorensen, EKCH

    • 4 replies
    • 836 views
  12. Started by kenny584,

    Hi Folks. Can anyone explain why the LINDA Joysicks page has started to show the icon with the six buttons and three sliders as my CH Yoke, rather than the Yoke icon that it used to display. I'm assuming that it makes no difference but it should show the Yoke icon. I am using ver. 3.0.12c and FSX-SE Regards...Ken

  13. Started by Gnacino,

    Hi, I'm trying to assign functions to the Saitek switch panel for the Leonardo MD80 eg. landing lites, taxi, etc. no buttons or switches are being assigned. When I go into the joysticks tab for the MD 80, the functions are assigned to the right buttons but they are printed in green with an asterisk in front. I don't know what that means. I go to the module functions for the md80 and select the correct function, save and nothing happens. I cannot set any functions for the MD80 on any device P3Dv4.5 LINDA version 3.0.811 Windows 10 PRO 64bt LINDA aircraft module Leonardo Maddog X Gnacino

    • 3 replies
    • 1.2k views
  14. Started by kenny584,

    Hi Folks. I am still finding myself being confused by the actions of LINDA, FSUIPC and FSX. I thought I had it sussed with regard to assigning buttons to switches in my CH yoke and the Duke B60 piston V2. That is until I tried to use the Shifted functions. It may well be that my level of understanding of the relationships between all three programmes is insufficient at present but here is what I am pulling my hair out with... 1) I have deleted all FSX controls and have no buttons and switches assigned in FSUIPC. 2) I have been able to assign the HEADING BUG DEC:0 and HEADING BUG INC:0 to buttons 3 and 4 in the yoke (left/right toggle) LINDA button numbers. …

    • 7 replies
    • 1.4k views
  15. Started by joerocky7,

    Hello, guys, i am trying to configure the rotary knobs from my mcp combo 1 and i am not able to configure the MCP ALT SELECTOR for the rotary knob. IT increases one by one and imagine that when i have to climb until 37000ft. The sdk is th following. function MCP_ALT_SELECTOR_incfast () local i for i= 1,10 do ipc.control (PMDGBaseVariable +581,256) end ipc.sleep (20) PMDG_747_ALT_show. What do i have to write in the parameter knowing that the base variable figure is 70213.Thank you

  16. Started by svenks,

    Hi all I thought I would pick your collective brains for a bit, since I'm fresh out of ideas... I'm trying to utilize the Saitek X52 Pro's double action trigger to do one of 2 things in RC4: ACK or ACK and CTC. In RC4, these are assigned to CTRL+7 and CTRL+1, respectively. I have defined G7 and G1 on my G15 keyboard to do this. However, in a busy moment, it would be nice to have these 2 functions near at hand = the trigger on my X52, which have 2 steps. You would normally use this for machine guns or machine guns + machine cannon, but I really don't do much shooting from my FSlabs A320... 🙂 The idea is: Step1 trigger, - do ACK, step 2 trigger do ACK+CT…

    • 1 reply
    • 819 views
  17. Started by kenny584,

    Hi Folks. After a bit of head scratching and more than a few user errors, I have finally managed to make use of the supplied module for the RealAir Duke albeit the turbine version and I am using the piston V2. I am excited because I now have the Invertor toggle working from my Yoke. Believe me, this is a big step forward for me as I am not really a techie. It take me a few tries before I understand things!! I have made an attempt to use the tracer to locate the Lvar for the windshield heat switch. In the real Duke this acts as another invertor. I see the function and have made a new short code in the user.lua file. However, it does not work. I changed the zero and on…

    • 0 replies
    • 681 views
  18. Hi, looks like there is an uppercase/lowercase inconsistency in the Aircraft Module creation form. When entering the "Aircraft search string" in lowercase, it gives matches in the below window disregarding the case (see pic). However, when loading a matching aircraft in FSX, the search string saved in "ident.lua" seems to be case sensitive after all. If upper/lowercase for the search string and the folder names don't match, LINDA swaps to "FSX default". So it looks like the creation form and the final aircraft matching module use different algorythms for comparison? I hope my clumsy explanation makes sense? [EDIT]Using Linda 3.0.12 …

  19. Started by joerocky7,

    hello to everybody, i have a MCP COMBO 1 the original and i am desperate because i am not able to configure the rotarys knobs and i need urgent help for this. Thanks for the forum in advance

    • 14 replies
    • 924 views
  20. Started by jordanal,

    Hi all, Just a quick note that my new 'Alpha' yoke from Honeycomb Aeronautical is showing up in Linda as a "Other Device." So far no real issues programming the buttons - but I wanted to offer any possible assistance in getting it formally recognized in a future update to Linda. Just let me know if I can help... Regards,

    • 3 replies
    • 1.6k views
  21. After a bit of "window shopping" I purchased the MAAM B-25 for FSX. After the B-17, the B-25 is my next favorite of the bombers. However, after installing, I've run across some issues regarding the software and how it interacts (or, as it currently obtains, does not interact) with my Saitek equipment, and button programming with LINDA. Here is my current information: FSX-SE LINDA 3.0.12.810 FSUIPC4 4.974 Saitek Flight Yoke System w/throttle quadrant Saitek Pro Flight Rudders two (2) additional throttle quandrants Saitel Switch Panel Saitek Radio Panel LINDA cannot activate anything other than one throttle quadrant. It's not tha…

    • 3 replies
    • 1k views
  22. Hi! I downloaded a while ago latest (0.8beta) qw 787 Linda module but I only can use my L EFIS/DSP control panel hardware with it. I noticed that since you published the module, QW launched a list of LVARs for many ( not sure if all) events for the 787, including the R EFIS/DSP LVARS. I wonder if those latest LVARS could be used for adding the new functions to the R EFIS. <attachment deleted - unreadable> Right now only I manage to use ( with some issues, but working) my L 787 EFIS hardware, using linda thanks in advance Mark Dichtl

    • 7 replies
    • 1.4k views
  23. Started by Damlimey,

    Hi all, My question is this; is a LINDA actions file purely reacting to a change in a switch condition when it happens or, is LINDA monitoring the actions file repeatedly looking for a change in status? I ask this because as I am building up my code for various switches and knobs on my panels, all is going well but where I am looking for LINDA to react to a change in a variable (say, 0x1264, TOTAL FUEL QUANTITY) it seems only to react to a change in that variable (i.e. quantity less than 30 gallons) if the code is embedded in a switch function. What I am looking for is a way of placing the code that monitors the status of the variable constantly so LINDA de…

    • 11 replies
    • 1.4k views
  24. Started by MFD,

    Hi community, I have a MCP COMBO II of VRINSIGHT design for boeing (amber light). Normaly, the MCP Combo for boeing have the light "amber" on the panel. For me, It's strange because my MCP have blue light like the VRINSIGHT MCP airbus.... Is it possible to change between blue and amber and if it's possible, how do you do. THanks all

    • 2 replies
    • 786 views
  25. Started by Damlimey,

    Hi all, And this week's question is: If I am testing a button state and I am using x = ipc.testbutton(2, 11) and as the library says, the return will be either TRUE or FALSE, would I then put... if (x == TRUE) then or if (x == "TRUE") then or, am I asking the wrong question? Here's the whole chunk... function switchcon () x = ipc.testbutton(2, 11) if (x == TRUE) then function fuelchecka () function fuelcheckb () end if (x == FALSE) then sound.stop("Warning_Fuel_Tone") sound.stop("Warning_Fuel") end end Thanks in advance, G

    • 2 replies
    • 638 views

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.