Jump to content
The simFlight Network Forums

Randy Holmes

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Randy Holmes

  1. I am trying to program the FSUIPC.INI file to allow one button on the GF-RP48 to toggle the Auto/Throttle on and off on my PM MCP.

    Originally I was using 2 buttons to control A/T. One button for on and One push button for off. Entries in the INI file were as follows:

    13=P174,3,C2019,0 A/T On

    14=P174,4,C2020,0 A/T off

    I tried the following compound command to use a flag to determine if the A/T is on or off using the same button:

    13=CP(F+174,3),C2019,0 A/T On if Flag is on

    14=CP(F-174,3),C2020,0 A/T Off if flag is off

    Now the button does nothing....

    What am I missing?

    Randy

×
×
  • 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.