Jump to content
The simFlight Network Forums

kaha

Members
  • Posts

    150
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kaha

  1. Unfortunately this doesn't work out. It depends if the ATC Type in the aircraft.cfg file has been set correctly. Just 3 examples: AH's Cessna 170: "C170BT" Miltech's Chinook: "$$:Helicopter" Microsoft's Bell 47J: "Bell"
  2. Thank you, I'll try that.
  3. Maybe I missed something in the documentation? Karl
  4. John, you're of course right. For my peripherals I use FSUIPC exclusively. I cleared all my MSFS profiles (except keyboard and mouse) but somehow MSFS 2024 managed to come up with a standard profile for the flaps. Works now. Thank you, Karl
  5. Ok, I'll check. Thank you. Karl
  6. Here we are. For this test I used the same FSUIPC installation as I use for MSFS 2020, Karl FSUIPC751.zip
  7. I use the binding in the screenshot. This works in 2020, but in 2024 it extends and retracts the flaps completely. Anyone also sees this? Tested with empty Community folder and with 2024-native aircraft as well as with 3rd party aircraft. Not sure what I'm doing wrong here. Karl
  8. I need different lua scripts and most likely different bindings for 2024. How can I do a 2nd FSUIPC installation for MSFS 2024? I don't want to change my 2020 setup. Karl
  9. If you really want to read a button state you can do it like this: Button_C_Mask = ipc.buttons("C") if logic.And(Button_C_Mask, 0x8000000) == 0x8000000 then Karl
  10. Thank you, John!
  11. DetectToConnectDelayAuto=30 did it. Thank you, Karl
  12. Thank you John, I will do as you advised. Anyway, I did not make changes to my ini file lately, so I'm wondering why this stats to happen now. Karl
  13. In the log between the two lines Simulator detected Trying to connect... there is a long gap. Please see the attached log file. Karl FSUIPC7.zip
  14. I have the Cockspur A22, battery and alternator switches are not working with standard assignments. But it has input events for it, named "ELECTRICAL_Battery_1" and "ELECTRICAL_Alternator_1". Maybe the C510 also has it?
  15. Well, the error description is spot on. ipc is a table and "execCalcCode" is a field in this table.. Look at this, both syntaxes are valid: ipc.execCalcCode("1 (>K:SET_STARTER1_HELD)") ipc["execCalcCode"]("1 (>K:SET_STARTER1_HELD)") The error message tells you that there is no table entry with key "CalcCode" (there is no field named "CalcCode") in table ipc. Karl
  16. It's ipc.execCalcCode(...)
  17. Thank you John. It's not causing any issues but is there each time I fly the Bell 47J.
  18. I got a line Exception 20 "DATA_ERROR", Ref 19906, Index param 1 on write SetData for "AILERON TRIM PCT" in my log file. Something to worry? Karl FSUIPC7.zip
  19. Thank you John! Karl
  20. Thank you, Karl
  21. I tried the Asobo King Air 350, the Blackbird PC-6 and the Azupoly C160 Transall. I attach the log file (Asobo King Air) and 2 screenshots. One with the insim binding that works, and one with the FSUIPC binding. Karl FSUIPC7_log.zip
×
×
  • 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.