Jump to content
The simFlight Network Forums

caherna

new Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Colombia

caherna's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks Paul, I appreciate your kind response Instead of FSUIPC, I revised with FSInterrogate what controls or keys were activated and I tried all of them in my C# program with same poor results. :-( Now I'm thinking it is what you said about third parties tend to not use the built-in FSX controls. As last option, I'll try with the Ifly SDK, although it seems that is not made to work with C # Carlos Hernandez
  2. Hi Srs, I'm building my own throttle quadrant to be used with the Ifly 737NG, and managed with C#. I'm programming levers and buttons with the SDK of FSX (simconnect), and most of them are responding properly, the big deal begins when I assign a command for each idle/cutoff lever (engine start lever1&2), because on the sim there are no way to make them move. (I am not using FSUIPC, as I want a throttle that can be connected to any sim, also without FSUIPC). I've found similar posts using FSUIPC, but this is not my case as I'm not writing directly to an offset (3590= Engine_1_ Fuel_Valve & 3594=Engine_2_Fuel_Valve). From the Simconnect Event_IDs, I've used this events unsuccessfully: TOGGLE_FUEL_VALVE_ENG1 MIXTURE1_RICH MIXTURE1_LEAN MIXTURE1_SET (0=cutoff & 16383=idle) So, does anyone know an event combination or a different command I can use to make them work? I appreciate your help as this is driving me crazy. Carlos Hernandez https://www.youtube.com/user/caherna
×
×
  • 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.