Jump to content

FSC190

Members
  • Content Count

    275
  • Donations

    $0.00 
  • Joined

  • Last visited

Everything posted by FSC190

  1. In this funktion, right and left mouseclick are assigned in the wrong way. Ground Power on must be Left Mouse click Ground Power off must be Right Mouse click Hallo Günther In deinem Modul ist in der GroundPower_Funktion sind die Variablen für rechten und linken Mausklick verwechselt. function NGX_GRD_PWR_on () if ipc.readLvar('ngx_switch_17_a') ~= 100 then ipc.control(PMDGBaseVar+17, PMDG_ClkR) DspShow ("GPWR", "on", "GRD PWR", "on") end end function NGX_GRD_PWR_off () if ipc.readLvar('ngx_switch_17_a') ~= 0 then ipc.control(PMDGBaseVar+17, PMDG_ClkL) DspShow ("GPWR", "off", "GRD PWR", "off") end end PWR on muss mit PMDG_ClkL ausgeführt werden und PWR off mit PMDG_ClkL
  2. Great job Andrew. Works like a charme.
  3. Hello Andrew, I apologize sounding so demanding, that wasn't my intention. I do not know how hard or easy it is to do such things, cause I am not a programmer, I just wanted to give suggestions on how something could be improved. The only thing I can do is finding mistakes and encourage improvements, more unfortunately not.
  4. The new maintenance function is a good start, to simplify the installation of LINDA. But... I have to save the old installation manually first. I have to unzip the content of the LINDA-Download (manually downloaded) first. I have to re-import the saved folder manually. Finally I have to delete Linda.exe and rename Linda_.exe. And btw the difference in the name is easy overseen So there is not really much left for LINDA to do :-) I think, when a User is able to save folders on a secure place, he should be able to delete a folder and copy some contend to the right place. It would be nice, LINDA could do all the necessary steps, download new version, save the old modules, install the new contend, and copy back a few folders to the right place. That is my wish for a good maintenance
  5. ehhh, it's not only Germany using comma :-) Full stop/Period Comma Both, official or common or Apostrophe (') Momayyez Data unavailable If you take a closer look, in Europe GB is the only country using point, maybe that's the true reason for Brexit :-)))
  6. It is the "language and region" setting in system, Andrew, I changed to English layout regarding decimal point and it works.
  7. Here you are http://5.199.141.195/DL/Bild_035.jpg
  8. Hi Scott, unfortunately it is not fixed in 2.9.5 Get the same error with the A2A Module, even when I edit the readme and change 1.0.3 to 1.3
  9. No luck Andrew, just the same error. I'l tried a different module (Dash) with the same result.
  10. OK Andrew, that works, thx.
  11. Hi Andrew, just tried to import a new module. Extracted the download to /Download/Linda and select in LINDA Maintenance the folder ..\Download\Linda\A2A_C172_v1_03\A2A_C172_v1_03 Then I get a error message 20.0 is not a valid floating point value Also I think, it is much easier to extract direct to the LINDA folder, overwriting the included Linda folders, as doing first a temporary unzip. It would be much easier if we could just select the downloaded ZIP
  12. Hi Andrew, I'm a bit lost what folders are the right ones. In my LINDA it looks like this: Install Linda Core Software Select Linda Source ---> S:\Prepar3Dv3\Modules ??? Select --Aircraft-- first Old Ver = Ver 2.8.4.641 (4 Mai 17) New Ver = import Aircraft Module Select Source Folder --> S:\Prepar3Dv3\Modules\linda\aircrafts No aircraft selected Backup/Restore..... That was clear, select my Modules backup folder In my understanding, Source is the folder from where I install new Software, for example I:\Download The "main LINDA Installation folder" in my opinion is the destination, not the source.
  13. Hi Günter, using your PMDG747 module, the left display of my MCP1 shows in both rows NIL between speed and hdg.
  14. Works like a charm, but is has to be explained in the manual. Thanks again, great work
  15. Hi Andrew, it is not really clear, how this works, can you please give a more detailed instruction. I use the old MCP1 and like to convert the PMDG747 MCP2 config lua.
  16. Andrew, that was a quick response. Works now as it should. Thanks
  17. I just started here to post this problem today, when I saw there is a new version :-) So I first tried the new version.
  18. Hi, in this version and in 2.8.9 the checkbox "Apply Shift Globally to all devices" under "Joysticks is always unchecked when LINDA is started new.
  19. Hi Andrew, it would be great when new module versions do not overwrite my own user.lua. Please rename them to user.default o.s.
  20. Hi, I can't see any relationship to this thread. Please post new problems in new threads.. Maybe the admin can do that for you.
  21. Problem is solved, seemingly due to allocating admin rights to the programs involved.
  22. Hallo Christian, kannst du mir mal deine FSUIPC4.ini schicken? Meine Mailadresse hast du noch?
  23. How about admin rights for the new prepar3d.exe? C:\Program Files (x86) is the most worse place to install any of our sim software. Under WIN 10 you often run in trouble without admin rights for nearly every program we need.
  24. Hi, leider ist das ja nicht ganz so einfach. Position des Schalters/Drehgriffs und funktion (Licht an etc) sind zwei verschiedene Dinge. Die Position läßt sich aber über die Variablen auslesen und so der Aufruf der Funktion steuern. Der LINDA Tracer hilft dir die passenden Variablen zu finden. Die Variablen am Besten nach ngx_switch filtern. dann mit start all beginnen und im Flugzeug mal den gewünschten Schalter/Drehknopf betätigen. In der LINDA Console wird dann der passende Wert gelogt. Unerwünschte logs mit Rechtsklick ausfiltern. Viel Spaß beim Suchen
  25. Moin, du könntest eine if Abfrage einbauen, so das bei i=60 die Funktion übersprungen wird. Die Funktion zum Ausschalten muss dann i wieder zurück auf 0 stellen.
×
×
  • Create New...