Jump to content
The simFlight Network Forums

kaha

Members
  • Posts

    216
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kaha

  1. Maybe 7.2.3 did not install the WASM module? Anyway, it now works. Thanks, Karl
  2. Thank you. It worked before, I didn't change anything in the .ini The logs I sent are from 7.2.3 were with the 7.2.4b exe file. I now updated to 7.2.4, did not change the .ini file (still EnableWAPI=Yes) and did not install the WASM module. But now everything works again. Files attached. logs_724.zip
  3. Thank you John, here it is. Karl logs.zip
  4. Thank you John. Would it also be ok to just exit FSUIPC as soon as MSFS has loaded? What about the lvar moduke in the Community Folder? Do I have to delete it when not using FSUIPC? Karl
  5. Sometimes I want to start MSFS without FSUIPC. So I start up the sim from the Windows Start Menu. At some point of the MSFS startup process FSUIPC starts up by itself. Why is this? Karl
  6. I can edit, change and save it. I have all rights: Read, Edit, Change, Execute, Write. What does the FSUIPC installation process need to do with it? Karl
  7. Thank you John, that was it. I did not finish to load the flight. Once in the cockpit it works. The installation doesn't work, though. I reinstalled with admin rights, to no avail. Anyway, using your .zip file it works. Karl
  8. May I follow up on this please: I have a similar issue, maybe caused by my non-standard "Official" and "Community" folder paths? Both are located at E:\MSFS2020. Copying the content of your posted fsuipc-lvar-module.zip to the Community folder worked. However, I can enable WASM in the FSUIPC menu, but all other options (like "List Lvars", "Set Lvar...") are inop. Karl InstallFSUIPC7.zip
  9. Ok, that's at least something. Thx, Karl
  10. Great news! No mouse macros is a significant drawback, however. Karl
  11. I want to share my lua script for trimming. It works as follows: https://www.dropbox.com/s/2ceuy2jj8hfftib/Surface_Trim.lua?dl=0 To a button assign the control "Lua Surface Trim" after you have copied the file into your FSUIPC folder. The Parameter entry consists of 100000 for Elevator trim 200000 for Aileron trim 300000 for Rudder trim To this add the amount you want to trim: 1 for very small trim a maximum of 16383 for full trim add this to the base: 100000 + 300 = 100300 that would be a moderate trim up for the Elevator. 300000 + 2000 = 302000 that would be a large trim for the Rudder in one direction. To trim to the other direction just make the number negative (-100300, -302000) In order to center the trims you use: 100000 center Elevator trim 200000 center Aileron trim 300000 center Rudder trim This is very handy as you can have different trim amounts for different aircraft. I even use small trims and large trims simultaneously. Feel free to use this script to your likings. Karl Surface_Trim.lua
      • 1
      • Like
  12. Just to mention this: I had a bug in a lua script. This caused FSUIPC to crash. The tray icon was still there but did not respond. Restarting MSFS told me that FSUIPC is already running. In TaskManager FSUIPC 7 is not visible. I had to reboot. I attached the .log file (which just says that my lua script had to be terminated). So, no worries, this is just to let you know, John. Karl Windows 10 20H2 Build 19042.867 FSUIPC 7.0.8 FSUIPC7.log
  13. My question aimed at finding a possiblity within lua to clearly identify the Arduinos I have connected to my rig, they are not HIDs. I use Teensy 3.2, 3.5, 2.6, 4.0 and 4.1. Anyway, I stick to what I have. I wanted to be able to identify the Arduinos automatically regardless on which port they connect. The main criteria I use for recognition is the baudrate of 115200 that I use for all my connected Teensys. Anyone wants to share how he handles this? Here is my code (Identify_Arduinos.lua), but it's surely far from being an ideal solution. I'm more a C/C++ coder, not a lua coder. Also my string tweaks (String_Tweak.lua) are needed to run it. Karl String_Tweak.lua Identify_Arduinos.lua
  14. Thank you Pete. Karl
  15. Quick question: With the possibilities of FSUIPC and lua only, how could I get a list of devices that have an active com port? It basically would be the list delivered by HidScanner.exe with the addition of a com port number for devices where it is available. Thank you, Karl
  16. Yes, had 7.0.6 installed somehow. It works now. Sorry, Karl
  17. I can read but not write 0x0354 transponder code Karl
  18. I think I'm all set now. It was quite a challenge. The log file told me that joystick id 0 is registered twice in the registry, so I had to clean that out. I switched to Letters, adjusted the button and axis actions and now everything works. https://www.dropbox.com/s/w30ipn5rlfng034/FSUIPC6.ini?dl=0 https://www.dropbox.com/s/ysd8q262pa45lun/FSUIPC6.log?dl=0 I still have to take a look to FSUIPC 7 in MSFS now. Thx, Karl
  19. Thx for letting me know. I'm sure I will read your post again several times. Karl
  20. Thank you Pete, I'll work on it and report back then. Karl
  21. Thank you John, this is a very generous offer. However, I want to try to sort it out by myself. If I will not succeed, I would be very glad if I then could get back to you and ask for your help. Thx, Karl
  22. Thank you Pete. Button presses and axis movements on the Hotas Throttle do not arrive in FSUIPC. They arrive in P3D, though. Here is the .ini file form before my hardware change, I made a backup before I started to change hardware. https://www.dropbox.com/s/ikzjoawn2ariiif/FSUIPC6_original.ini.txt?dl=0 At that time I had connected: - Logitech G920 Racing Wheel - Logitech Extreme 3D Joystick - Thrustmaster T.Flight Stick X - Thrustmaster Hotas Warthog Throttle And here is the new .ini file https://www.dropbox.com/s/kiqydv5itil4poz/FSUIPC6.ini.txt?dl=0 after the hardware change. Now I have installed: - Logitech G920 Racing Wheel - Thrustmaster T.Flight Stick X - Thrustmaster Hotas Warthog Throttle - Thrustmaster Hotas Stick (with F/A-18C Grip) -Thrustmaster TPR pedals Karl
  23. I installed new hardware today, here's what I did: - removed Logitech Extreme 3D Joystick - added Thrustmaster TPR pedals - added Thrustmaster Hotas Joystick unchanched: Thrustmaster Hotas Throttle and a Thrustmaster T.Flight Stick X. After that FSUIPC does not recognize any button or axis of my Thrustmaster Hotas Throttle. What could be the reason for that? Thx, Karl P3D V5.1, FSUIPC 6
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.