billstewart
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.
billstewart
Comments
-
Hi, I'm having the same issue on new install with windows 11
-
update - having the same issue with the VS dial. will suddenly jump from 200 to 3500
-
Hi, can please do the same for me. Thanks
-
hmmm, maybe because I only have the MCP and not the MCP Pro?
-
update, I looked at one of his .xml files and figured out how to get the CRS, HDG to work. Still can't get altitude or Vertical speed to work.
-
thanks, actually, I am using his beta profile and can get the heading and nav selectors to work, I just don't know what to select for the displays so the values show up.
-
my bad.. I thought you were still continuing with things like EFIS stuff and radios. I'm slogging my way through but it is painfully slow. Can't seem to get the wx/terrain button to work. I see that it is #226 and when I create mouse click event, I can get it to turn off, but can't get it to turn on.
-
Hi Steve, Any more progress on this? I've been trying to figure out stuff on my own, but not having much success..i.e. Found how to turn on Autofeather, but can't turn it off.
-
actually, the buttons work with a left mouse click as well, but It's randomly working for me. In fact I'm getting lock ups and crashes on my end, especially if I try to edit a mouse click event. Is it possible for you to create a bespoke event that turns on the apu, and then another that turns everything off? I just want…
-
thanks, I'll look at it. for the life of me, I can't seem to turn off the APU with a t8 switch. I created a command that calls the apu power, start, and gen from you and it will turn on, but I can't seem to get it to turn off. I can get it to turn off in detective if I use a right click command, however it doesn't work…
-
ok, never mind about my first question, I see when I create a mouse event, it automatically brings in those numbers. However, is it just trial and error trying to figure out which cptpanel gauge is what? Is there a detective if you will for mouse clks?
-
also, where do I find the Majestic sim connect variables?
-
question, as an example, how did you go about determining that 1MJC AP Button works by the following: Send 43 with 536870912(CptPanel_guage:mjc84_main.dll)? I see a list of those cptpanel_guage under mse clicks, but have no idea which is which How would I figure that out? I admit I'm a total noob at this. I can use…
-
awesome...Yeah, my 32 bit q400 apu was just a bunch of individual commands called up with sleep commands to get it all to work. I also had one t8 switch that would fire up one engine. Basically, it would move the eng 1 knob from off to norm, then it would push the start button. I'd then do another toggle switch for eng 2.…
-
Hi, I tried this out and all the commands seem to work great. I only have the regular MCP btw. Some of the default FS AP settings seem to work (i.e. altitude display/rotary knob). I didn't see an AP Cancel command, so I mapped the disengage bar on my mcp to the AP standby. Is there any way to get the blinking a/p diseng…
-
yes, thank you for all your efforts
-
awesome. thanks!
-
Hi, it may have...I did experience a few crashes on occasion when doing a search for various pmdg events for one of my GF T8 devices. Sometimes I'd find one, then click on it and it would crash. I'd then restart GIF and maybe that's when LUA console would give me the error as I know the lua commands I created wouldn't work…
-
ok, found the issue. apparently when I copied your NGX example, it had some extra spaces in the code (specifically after "if" Deleted the spaces and seems to work
-
here is the complete script for trying to turn on the left pack: if (getkvar("DATA_OH_AIR_SWITCH_L_PACK") == 0) then sendevt("EVT_OH_AIRCOND_PACK_SWITCH_L", MOUSE_LEFTSINGLE) end sleep(75) setbvar("Bespoke Var 0", getkvar("DATA_OH_AIR_SWITCH_L_PACK")) error code: Error: ...s\GoFlight Interface Tool\LUA\PMDG…
-
hi again. I made sure that I was using Notepad as the lua editor and I'm still getting the issue. Can you test that event? Assuming you have PMDG 777. Maybe my code is wrong? Thanks
-
will do, I was just using what automatically opened via the lua console. I'm using windows 10 if that matters thanks
-
ok thanks!
-
was using 3.4.1. Just realized there is a new version and just installed. Seems like there were a lot of fixes in it, so hopefully that resolves my issue. Thanks
-
Hi, I just updated to the newest version of the GF Interface and it seems to be working now. I guess I was using 3.4.1 before. Thanks Bill
-
as a followup, what I mean is now as an example my T8 mappings are all gone. the events I created are still listed ( I did export them to another folder and the files are now called aerosoft crj-700 Vars.xml and Aerosoft CRJ-700.xml and I can import those back in, but the actual mapping to my devices is gone. thanks
-
the course needle on the display in the sim corresponds to the pop up value at the course knob. Thus the display on my goflight is not correct. I'm just wondering if I can program my display with an offset to match the instrument panel in the sim. It seems my goflight display is always 22 degrees higher. Thanks for your…
-
ok..uh, how do I view that? is that via fsuipc?
-
Hi, I'm not sure what you mean by standard simconnect course variable. If you mean the value that I see in Detective for the ASCRJ_FCP_CRS1_SEL value, it matches my goflight display. If that is not what you mean, then do you know how I can see the simconnect variable? Regards Eric
-
Hi Slayer, May I ask how you set up a mouse event? is it the same thing as MSE CLK in detective where you select a panel/gauge.dll?