LINDA Support
All LINDA support questions and bug reports.
1824 topics in this forum
-
Hello. I´ve been using my MCP combo with LINDA for a long time without any issue, for me is an absolute must for virtual flying. Somehow, after i´ve added a second tactile monitor to my setup, the MCP combo has ceased to respond. The weird thing is that LINDA´s setup MCP combo menu says that everything is ok. I can even load a plane in prepar3D and LINDA will load it´s module correctly and the MCP combo will show the correct values corresponding to the module in the digital display, even changing those values if i move, let´s say, the heading bug in the virtual cockpit to show the correct number. The problem is, The buttons and dials on my MCP combo do nothing, …
-
- 2 replies
- 750 views
-
-
Hello, friends, own the P3Dv4.5 . I am trying to download LINDA version 3.0.12, but I can't because I always get this page {deleted} Currently I have version 3.0.9v2 for the PMDG 738 NGX,aqber switched to the B738 NGXU a week ago. Thanks a lot Regards Peter
-
- 1 reply
- 671 views
-
-
Hello! Anyone tried the old LINDA module with the new CRJ? Thank you!
-
- 7 replies
- 1.4k views
-
-
Hallo! Ich habe ein Problem mit dem Aerosoft A330 pro und Linda. Seit den Update von Aerosoft A330 pro auf der Version 1.0.0.4, findet Linda nicht mehr den Flieger bei mir. Sync To Sim ist wie immer Orange umrandet. Habe dann mal versucht ein neues Modul zu erstellen, aber bei New, findet Linda nur die A318-A321 und die A330 kann man nicht auswählen als Aircraft. Auch das hier vorbereitete Modul funktioniert für den Aerosoft A3XX Pro nicht mehr bzw. wird nicht mehr gefunden. Die anderen, A318 -A321 haben kein Problem und werden auch angezeigt. Kann das jemand bestätigen oder liegt das an dem Update von Aerosoft. MfG benne36
-
- 10 replies
- 1.5k views
-
-
Under default FSX what does reverser axis as foward do? i couldnt get it to do anything. I want to know if this allows for the normal throttle axis to be used a reverse temporarily until the button is pressed again? much like this FSUIPC lua https://forum.simflight.com/topic/69388-throttle-manager-to-allow-axis-forwardreverse-toggle/
-
- 0 replies
- 672 views
-
-
So I've done some programming with the NGXu and it seems that at times it loses synch, I'll try and explain. all of my switches are programmed out through LINDA and work when looking at it through LINDA. When I sync it to P3D NGXu all of my switches start to work, this is all as expected. But, after a little bit (a few minutes) my switches stop working for a couple of minutes. Now after I get confused and then frustrated they will start working again and its a blast of cockpit switches flipping around in the sim, basically all the switches I flipped and in the order that I flipped them. once all that has happened and keep in mind that once the switches stopped workin…
-
- 2 replies
- 860 views
-
-
Hi Guys Having an issue with Linda and the NGXu, Seem to be getting an error in the Console window [E] *** LUA Error: …\modules\linda\aircraft\pmdg 737-800ngx/actions.lua:344 Attempt to compare nil with number I've also tried to create a new linda profile for the NGXu but when I sync to sim, it reverts back to NGX any help please?
-
- 18 replies
- 2.8k views
-
-
I programmed buttons 1-6 on Saitek Yoke using LINDA "Unshifted" Then after selecting "Shifted 1" I programmed buttons 1-6 again. At this point I do not know how to switch between them using some button on the Yoke. Buttons 12, 13, and 14 on the yoke are available. I programmed each of them to Unshifted, shift 1, shift 2 using first Global, then Local. None of them did anything when pressed Will someone tell me how to proceed: Global Shift?, Local Shift?, how to make a "shift" button work Regards Neal h
-
- 1 reply
- 691 views
-
-
Good afternoon fellow pilots. I'm a long time user of Linda and MCP comboII with the awesome AS CRJ. At some point during upgrading process of all the moving parts in the software, Linda no longer detects the button pushes of the Joystick (ST290pro) and throttle quadrant. I could not resolve and reverted to prepar3D key assignments but now with the great and much necessary functionality of Linda scripts for the CRJ (like Autopilot disconnect) which are essential for proper flight of this aircraft I really need to get this working again. So here is some information in case someone has resolved this before. Versions of software: Latest as of today P3D 4.5.…
-
- 5 replies
- 998 views
-
-
I just got my honeycomb alpha yoke and it has dual trim switched for elevator and rudder is there anyway to make them into redundant like the real plane as in you have to press both to get it the trim to move at least on my jets I would like that.
-
- 12 replies
- 3.4k views
-
-
The reversers don't activate on my aircraft. I have a throttle quadrant by Flightsimpm and I have the reverse levers keyed to F2 when I pull them back and F1 when I disengage them. On the ground with the engines running, they work fine, they open and close, but on landing, they don't open. I have to press F2 on the keyboard to open them. I have LINDA 3.0.12c on PD4.5 and I'm using PMDG's 737 and 777. Why isn't F2 on the levers working? All the other assignments work fine, but not the reversers. I'm using Win 10 Pro 64 bt. Gnacino
-
- 1 reply
- 701 views
-
-
Hi just a quick bug report, the DME page 2 of the VRi hardware, when you switch to DME 2 it actually adjusts the CRS of DME 1.
-
- 3 replies
- 833 views
-
-
Hi all, I think this is a simple question for all you experts out there. I would like to have an 'initial state' which presets several switch/variable conditions when I load specific aircraft. Because this will not be triggered by a switch preferably, I am assuming that this should be done by the user.lua file. If that is the case, could somebody please tell me how to code this, let's say it's a one off toggle of a fuel valve. The only way I have achieved this as a proof of theory was to use the LibUserTimer but obviously, that just kept repeating the toggle on/off. So, my question is specifically; how do I code the user file to perform the function once on…
-
- 0 replies
- 677 views
-
-
The A330 have no ON and OFF function. This is only a "push-on, release-off"-button. I wrote a litte script and added a little "feature" that Aerosoft not inluded. Normally the Start button only works when the APU door ist complete open. Best regards Charly function AB_OVH_APU_START () LVarSet = "AB_VC_OVH_APU_START_ON_PB" if ipc.readLvar("APU_DOOR_ANIM") == 100 then ipc.writeLvar(LVarSet, 1) AB_OVH_Pushbutton () _sleep(200, 600) ipc.writeLvar(LVarSet, 0) AB_OVH_Pushbutton () DspShow ("APU", "strt") else ipc.writeLvar(LVarSet, 0) end end
-
- 2 replies
- 1.3k views
-
-
Hello, I've been flightsimming for years but new to LINDA. I'd like to build a switch box to control some features of the Aerosoft Airbus so decided to start with a simple application---button 2 on my Sidewinder joystick to tirn the AP1 on and off. I'm using P3Dv4, the latest version of LINDA and have downloaded the Aerosoft A3XX Pro v0.6 beta file. When I press the joystick button I get a fleeting connection with the AP1 button, there's a click sound and the green LED on the FCU button makes a very brief flash. The AP doesn't engage. Where should I start looking to correct this? Thanks Geoff
-
- 6 replies
- 1.1k views
-
-
Hello Community! After installing the upgraded AeroSoft CRJ Pro product I noticed that one of my button assignments was not working. The ASCRJ_ELEC_EXTPWR_ON and OFF did not seem to work once it was assigned to a button. All the other electrical panel button assignments work fine. I saw that there was a Aerosoft CRJ 700-900 and Pro Module ver 1.0 (2 Dec 19) update so I followed the instructions and updated the files (no beta folders need to be deleted). Again, all other button assignments work fine and I see the button selection changing in LINDA Joystick area when switching the button on/off. Anyone have any suggestions about what I'm doing wrong? Thanks, Tom
-
- 4 replies
- 922 views
-
-
Hi, The issue I'm having is that the digits don.t always lite up on the panel. The dials and the buttons work on the sim, but the digits don't always lite up, they're sporadic. They always run up when I start the pc, so I'm sure there is not a short in the panel. I have version 3.0.12c on LINDA, I'm running FSUIPC 5.14, I have Saitek panels selected on the settings in LINDA and they are enabled in joysticks. I'm running Prepar3D 4.5.13.32097 on WIN 10 Pro 64bt. Sometimes they're on and at times they are off. Not sure what is causing this. Any ideas from the smartest man across the pond? Gnacino
-
- 5 replies
- 3k views
-
-
Hi All, I've just done a full resinstall of P3D 4.5HF2 and am having a small issue with LINDA and FSUIPC. In the LINDA GUI "SETUP LINDA" I have ticked "Start GUI with SIM" and "DISPLAY SPLASH" however neither seems to occur when loading P3D. When the P3D splash screen appears I hear a 'ding' (as if to indicate an error message) but no dialog box appears to tell me what it might be. If I load the LINDA GUI manually and then start P3D I don't hear the ding so I'm sure it's a warning or error that LINDA wasn't/couldn't be started. Once in the sim I need to load LINDA Manually. All the LINDA files are in the \MODULES folder with FSUIPC. I note that in my FSUIPC.IN…
-
- 2 replies
- 1.3k views
-
-
So I see the QW MCP VS FPA press command is setup in my LINDA via 0.8 module. This switches the VS/FPA window back and forth from VS to FPA. It does not activate the VS/FPA button that is down on the lower right of the Down/Up dial on the MCP. This is what is needed to activate the mode.Has anyone figured out how to do this? I see no command in the module to actually activate that button?
-
- 8 replies
- 1.2k views
-
-
I use LINDA to program Honeycomb yoke in P3D v4.5 HF2. It works well for buttons and controls. I have used it well for A2A aircraft. Suddenly a problem arose. There is a conflict with the speed dials that A2A uses Shft-2,3,4,5,6,7 which is the default P3D command for the dispay panel window. Using desk top keys does not work. Not holding the pause key P works. If I use the backup on P3D modules folder and where LINDA is installed but no A2A aircraft then A2A shortcuts with shift-X work. How can I find out how LINDA conflicts with the default "Panel Window X (display / hide) in P3D. I use LINDA 3.0.12c /Thomas
-
- 9 replies
- 1.7k views
-
-
Hi all.. Linda 3.0.9 and FSUIPC 5.1.5 - P3Dv4.5 - Win10Pro. | X55 HOTAS + 6 X Leo Bodnar BBI-32 USB Controllers. For some unexplainable reason the confirmation beep does not sound when I shift through the modes, which is not a problem if I shift using the Mode button on the X55 because there is a visual prompt to indicate which Shift mod is currently used. But I have assigned the push function on the dual pole rotary encoders to cycle through the shifts locally, this is particularly useful when setting the ADF - TXPonder etc.. The modechange.wav and modereset.wav files are there and work by themselves in Winamp.. I have tried reinstalling new Linda m…
-
- 3 replies
- 1.1k views
-
-
Hi, 'm on NGXu Version 1.3 they both function "NGX SPOILER arm" and ."NGX SPOILER off" have a side effect in the type of trim is placed with each activation in the direction "APL UP".
-
- 1 reply
- 759 views
-
-
Hi, i'm using NGXu Version 1.3 the both functions "NGX SPOILER arm" and "NGX SPOILER off" has side effect in the way the trim runs to APL NOSE UP with each activation.
-
- 0 replies
- 558 views
-
-
Hi folks...i'm getting crazy... post here my log files my mcp2 combo doesn't work and i don't know i do.. who can help me? ********* FSUIPC5, Version 5.152 (24th July 2019) by Pete Dowson ********* Running inside Prepar3D v4 Module base=7FFBD6B70000 Windows 10 Pro 64 Bit reported as Build 18362, Release ID: 1903 (OS 10.0) Prepar3D.exe version = 4.5.12.30293 Reading options from "C:\Program Files\Lockheed Martin\Prepar3D v4\Modules\FSUIPC5.ini" Checking the Registrations now ... User Name="" User Addr="" FSUIPC5 not user registered WIDEFS7 not user registered, or expired 110 VRI port 1 "com3" opened 167219 VRI MCP2B ("MCP2 Boeing") de…
-
- 1 reply
- 588 views
-
-
Hallo Günter, ich hatte dir eine Lösung des Problems per PM geschickt, Du musst die Ident.lua der alten NGX editieren und den Suchstring auf "NGX " ändern. Das Leerzeichen macht den Unterschied. Funktioniert einwandfrei in meiner LINDA
-
- 2 replies
- 852 views
-