Randy Holmes Posted March 18, 2004 Report Share Posted March 18, 2004 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 More sharing options...
Randy Holmes Posted March 18, 2004 Author Report Share Posted March 18, 2004 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 More sharing options...
Pete Dowson Posted March 18, 2004 Report Share Posted March 18, 2004 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now