Jump to content
The simFlight Network Forums

kaha

Members
  • Posts

    194
  • 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

Collaborator

Collaborator (7/14)

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

Recent Badges

3

Reputation

  1. John, no worries, I can work around the input event issue. Take your time to find the CTD. Karl
  2. Please take your time, John.
  3. If I trigger an input event like in the screenshot, assigned to a button it's ok and the mixture lever of the Carenado Dakota moves to mid position (every position from 0.0 to 1.0 works) and the linput event log shows: 253672 InputEvent received: ENGINE_MIXTURE_LEFT=8192.000000 (param=';FLOAT64') If I do it from a Lua script, nothing happens. ipc.execInputEvent("ENGINE_MIXTURE_LEFT", 0.5) The log shows: 257828 InputEvent received: ENGINE_MIXTURE_LEFT=0.000000 (param=';FLOAT64') There's probably something I do not understand. Karl
  4. That's fine, John. I will parse the log file in the meantime. Karl
  5. Such a function would be very nice to have. It's easy.
  6. Hmmm... I could read the .log file and parse the input events FSUIPC found.
  7. Ok. The script does not end, so that's fine. Maybe there's a way to check if a specific input event is valid for the aircraft loaded? Good luck with your PC! Karl
  8. I get errors logged if I send input events that are not subscribed. Here's an example: 646938 *** LUA Error: C:\FSUIPC7\l_kaha_lua.lua:706: Error sending Input Event 'AS530_COM_VLOC_Khz' Can I switch error logging off for this? Sometimes I send multipüle input events so it works for different aircraft. Else I would need to have an if else construct which means I have to touch the Lua file for each new aircraft.
  9. Ok, Axis Steering Set is fine. Thank you, Karl
  10. Thank you, I will try that.
  11. I see. So what would I have to do to get the following: - nose wheel steers with tiller but not with rudder - rudder deflects with pedals but not with tiller This works if I bind the tiller to the in sim "Nose Wheel Steering Axis" control. I also tested with the standard Cessna Citation Longitude.
  12. Here we go. FSUIPC7 log.zip
  13. Ok, this now working I still have troubles to set up the tiller. I want the tiller to move the front wheel but also the rudder. The rudder should move least at low ground speed and most at high ground speed. Therefor I use MaxSteerSpeed = Q The rudder shows max deflection at low speed and least deflection at high speed, however. Also, if I change anything in the steering axis calibration the MaxSteerSpeed parameter gets reset to =60 FSUIPC7 ini.zip
  14. Sorry John, gust lock was on. I'm gettin old.......
  15. Somehow I run into problems when setting up the tiller. I'm using the DHC-4 Caribou for my tests. All button and axis assignments in my setup are done with FSUIPC, I have none in MSFS. As soon as I assign the tiller axis the rudder stops moving. What am I missing here? For now I don't want any blending between front wheel and rudder (will set this up later per aircraft). Karl FSUIPC7 ini.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.