c912039
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.
c912039
Comments
-
Hi, thanks for the reply. I have removed all of the joystick devices that I could and tested after removal of each one. There is one remaining, that I am not able to remove, as its a virtual driver, and even in the hardware manager config page, I am not able to disable this virtual driver. I do actually depend on this…
-
Hi Steve, This issue has been resolved in 2.6.0.0 The performance reading/setting vars via START is excellent and there is no lag/delay in updating displays. Superb! Many thanks
-
Hi Steve, Thanks for your info. As you can see above, I did an experiment where the only BE command in START, was to read a single LVAR into a Bespoke Variable - thats it. With a sleep of 1ms (as suggested by Admin a while ago when I first raised this), and the START event running all the time in a loop, there is no perf.…
-
Hi, I have done further testing to try to narrow down the circumstances that cause slow response in GF displays and the Sim. I reduced everything back to simple configs, with the idea of progressing one step at a time to identify the root cause. BASIC: SPD/HDG/ALT/VS rotaries all call bespoke events sending Sim events to…
-
Steve, I have taken some video showing turning the MCP rotaries, the response on screen in the sim, and the response lights on the GIT status screen. It shows there is some issue with the interaction of the START event and any sim event and LVAR. Can you send me a private forum message with details on how I might be able…
-
So, lets take the HDG function. Read only LVAR "BB_FCU_HDG_VALUE" holds the current HDG value Read only LVAR "BB_FCU_HDG_STATUS" holds status of MANAGED (0) or OPEN (1) Left/right turns of the HDG rotary call specific A/C events to increase or decrease the HDG value, which is reflected in the "BB_FCU_HDG_VALUE". The HDG…
-
The airbus has managed and open modes. On the real FCU, you push the rotary button to go into managed mode, and pull to go into open. For altitude for example, you can dial up your next FL and when you are ready to climb/descend, you can push to go into managed climb/decent, or pull for an open climb/decent. When in…
-
Thats what I am doing here in this part of the code: <Task ID="21" Type="Label" Name="SET_HDG" /> <Task ID="22" Type="SetEquiv" Var="Bespoke Var 21" Data="BB_FCU_HDG_VALUE" /> <Task ID="27" Type="If" Var="BB_FCU_HDG_STATUS" Operator="EQUALS" Value="0"/> <Task ID="24" Type="Set" Var="Bespoke Var 21" Data="-1" />…
-
Hi Steve, Sadly thats not possible. blank, like many of the other options, relies on setting the display value to match a certain criteria. In the case of this A320, the LVAR which the display value shows doesnt change if the FMGS is put into managed mode when its supposed to go blank - instead its a different LVAR that…
-
Many thanks Steve
-
The code I'm having to use is to emulate the Airbus FCU display on the MCPPRO Specifically: A particular LVAR indicates when the display should display decimal (MACH), and therefore divide the LVAR value by 100 when set A particular LVAR flags when the display should be blank (managed mode) The current code looks like…
-
Hi I have changed the sleep to 1, and whilst this has improved, its still not that usable (poor response) In comparison, the rotary and display or ALT is controlled via an event, and the value read directly off the LVAR and the performance is very snappy. So its having to copy the LVAR to a bespoke variable, doing some…
-
Running GITS as Admin has temporarily fixed the problem - excellent - thanks. Running as Admin seems to have fixed one other issue also - I was getting poor response time from my rotaries via a Bespoke Event ( I think ) The only issue I have left is the absolutely shocking performance from rotaries/displays I have to…
-
Hi Steve I wrote a START event to attempt to code blanking for the speed and heading values for the FCU, and dividing the value by 100 if MACH is set in the SIM I didnt think I would need to have to handle a calculation for MACH, as I had set the DISPLAY_IAS light action to IAS_MACH_BLANK, however the value was incorrect…
-
I should have included in the list EFIS and not MESM
-
Thanks Steve I had already thought of that, however some utilities are only supporting reading LVARs and no longer support global LUA variables via FSUIPC. If Bespoke Variables arent appropriate to make avail as LVARs, would it be possible to add another set of dedicated variables, for LVARs, perhaps called GIT_LVar1-19?…
-
Thanks Steve. I think I still might need a bespoke action to blank the display the way I think it needs to work. The DISPLAY_IAS display is currently set to display the value from BB_FCU_SPD_VALUE (Light/Disp Data) The decision to blank this display is not dependent on what BB_FCU_SPD_VALUE is, but instead, whether another…
-
Brilliant - thanks Steve
-
Hi Steve True, but then my warning panel lights and switch lights would only be on when avionics is on, and not general power. From my understanding in real aircraft there is a separate avionics switch which isolates power from sensitive devices that might be impacted by power fluctuations and spikes when the engine(s) are…
-
Thanks, downloaded and tested OK
-
Thanks Steve Regards David
-
Hi, No, Ive never used GoFlight PMDG Interface as I dont have any PMDG products Regards David
-
Hi Steve, There are no files present in "My Documents\GoFlight Interface Tool" directory. I have uninstalled, removed that directory, reinstalled, started GIT, accepted the T&C, and then experienced the same error. The "My Documents\GoFlight Interface Tool" was recreated during the install, but once again, there are no…
-
Hi Steve, I have downloaded and testest this latest version and can confirm that it no longer crashes on startup and also, no longer crashes when setting MCP Adv FS DEFAULT button Many thanks David
-
Hi, Many thanks for your response. I have downloaded and installed this version, however it crashes on startup with: Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: GoFlight Interface Tool.exe Problem Signature 02: 2.1.18.3 Problem Signature 03: 5670615c Problem Signature 04: mscorlib Problem Signature…