Most of the commonly reported issues and questions are answered in the Frequently Asked Questions (FAQ) option under the Support menu of this website.
*** PLEASE NOTE ***
Your forum account is not the same as the account used in the shop. They are completely separate accounts.
Your forum account is not the same as the account used in the shop. They are completely separate accounts.
1st December: A new version of the GoFlight Interface Tool for MSFS is now available.
12th November: A new version of the GoFlight Interface Tool for X-Plane is now available.
6th June: A new version of Virtual Flight Sim Hardware is now available (huge update)
21st November: A new version of the GoFlight Interface Tool for FSX/FSXSE/P3D is now available.
Comments
The Event EVT_MCP_AP_L_SWITCH or EVT_MCP_AP_R_SWITCH turns on the autopilot so long as everything is configured correctly in the aircraft.
Best wishes
Steve
Best wishes
Steve
The only way round it would be to write some Bespoke Events or Lua code that would send a particular event multiple times by either setting a Bespoke Variable via a button so it was in an accelerated mode or you use two rotaries, one for a single event and the other that sends multiple events.
Alternatively, I can add it to my to-do list and see if I can write some code that could detect fast button presses and respond as necessary but that would be a few months off at least and I'm not sure it would work very well.
Best wishes
Steve
http://www.leobodnar.com/shop/index.php?main_page=product_info&cPath=94&products_id=206
P.S. let me know what information you need to add this to your to-do-list.
I'll add it to my to do list.
Best wishes
Steve
In the short term, I would do as I suggested and use one of your buttons to toggle a Bespoke variable from 0 to 1 and vice versa using a Bespoke Event or Lua. Then create two Bespoke Events for the on/off state of the rotary. If would look at the value of the Bespoke Variable and if its 1 it would send the relevant event say 3 times and if its 0 it would send the event once.
E.g.
Create a Lua file in the Lua console of GIT called fastrotaries and add the following code to it: Assign the Lua file to your button.
Then for each rotary you will need two Lua files. E.g. for the 777 heading rotary, create a Lua file called heading_down and add this: and then create another Lua file called heading_up and add this: Assign these two files to the relevant rotary button for the on and off state. Now you can press the button and it will toggle between fast rotary movement of the heading or single increment of the heading.
Best wishes
Steve
I tried AUTOPILOT_ON does not work as well.
Best wishes
Steve
I am wondering if I change the rotary buttons from my box I would be able to have more speed in the rotary?
Best wishes
Steve
Like I have said previously, I will take a look at the code at some point and see if Its possible to add some sort of speed function for button presses - that is the best I can do.
Best wishes
Steve
I would use MOUSELEFT if its a push button or MOUSELEFT for ON and MOUSERIGHT for OFF if its a physical switch.
Best wishes
Steve