Jump to content
The simFlight Network Forums

Programming FSUIPC with the GF-RP48 A/T on and Off


Recommended Posts

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

Link to comment
Share on other sites

Ok, sometimes I give up to early. I finally go it.

I changed the commands as follows:

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

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

Works PERFECT! Now I can do the same for the F/D and gain 2 more buttons for other functions.

Thanks for such a great program AND Documentation Pete!!!!

Randy

Link to comment
Share on other sites

I changed the commands as follows:

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

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

Works PERFECT! Now I can do the same for the F/D and gain 2 more buttons for other functions.

Well done! That's what I like to see -- users answering their own questions perfectly! More, more! :D :D :D

Regards,

Pete

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.