Jump to content
The simFlight Network Forums

kaha

Members
  • Posts

    128
  • Joined

  • Last visited

  • Days Won

    1

kaha last won the day on June 21 2023

kaha had the most liked content!

Profile Information

  • Gender
    Male
  • Location
    LOWI

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

kaha's Achievements

Enthusiast

Enthusiast (6/14)

  • Reacting Well Rare
  • Dedicated Rare
  • One Year In Rare
  • First Post Rare
  • Collaborator Rare

Recent Badges

3

Reputation

  1. Thank you, John!
  2. DetectToConnectDelayAuto=30 did it. Thank you, Karl
  3. 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
  4. 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
  5. 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?
  6. 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
  7. It's ipc.execCalcCode(...)
  8. Thank you John. It's not causing any issues but is there each time I fly the Bell 47J.
  9. 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
  10. Thank you John! Karl
  11. Thank you, Karl
  12. 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
  13. Cannot find Fuel Selector 1 left and right positions. Karl
  14. CONDITION_LEVER_CUT_OFF, CONDITION_LEVER_LOW_IDLE and CONDITION_LEVER_HIGH_IDLE are not working here. _SET, _INC and _DEC is working. I cannot find what I'm doing wrong. The in sim bindings work. Also, the respective controls (using ipc.control()) are not working. Karl
×
×
  • 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.