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.
Settings Tab/Knobs
Am using Xplane 11. Have started to work with some knobs. Have had some success with setting CW and CWW bespokes. When I test them in detective they work perfectly. Back in the sim when assigned to a knob they bounce around rather than consistently move from position to position.
I'm guessing one of the settings from the Settings page might help???
Any suggestions appreciated.
Thanks
Dave
I'm guessing one of the settings from the Settings page might help???
Any suggestions appreciated.
Thanks
Dave
Comments
So when a task sends an update to a DataRef, the command is processed by the plugin and then the shared memory area is updated. This happens extremely fast but there is a delay non the less.
The Rotate function is also operating extremely fast so many of the task updates on a DataRef are actually just setting the DataRef to the same value because the shared memory area has not yet been updated.
The trick is to add a Sleep task before or after the Set task to give the GIT Plugin chance to update shared memory. You want the Sleep task to use a very small number (its in milliseconds), so try a few values until it works better
Best wishes
Steve