Avatar

Slayer

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.
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.

Slayer

Comments

  • New version after Wayne found a few glitches, please update to GIT 1.3 before trying to use , see readme for changes.
  • Thanks Wayne, I'll take a look quick and see if I can duplicate your issues. If there is a prob I'll update the profile.
  • I did find a way to make it work in the meantime, send the dataref and increment a bespoke variable, then when the bespoke variable hits goes over like 3 , I call a different bespoke event that fires the same dataref multiple times and resets the bespoke variable back to 0. poor mans acceleration lol
  • Great, thanks for taking a look at it.
  • I think it was just a one off. I had it a couple of times and now I don't get that error anymore. I did exclude the documents folder and the GIT folder and GIT from windows defender. Maybe that was interfering?
  • The "rotate" feature does not seem to work as good as it does in P3D and FSX. I honestly don't see a difference. I tried even setting the delays for the MCP to 0 , With the mousewheel manipulators in XPX I can see it does send a lot faster on the green indicator light in GIT when using the mousewheel compared to the rate…
  • Manuel I had an idea I haven't tried yet but why not use a bespoke variable and then with a button toggle you could write either 100 or 1000 to that bespoke variable. Then in your altitude dial increase and decrease bespoke events, read that bespoke variable and increment by that using (if Var)? I was going to do that on…
  • I've been doing the flipflop events like this, is it wrong? ALT_MULTIPLIER:Off:if bespoke Var 0 = 1 Next Else Next SkipBespoke Var 0 = 0:On:if bespoke Var 0 = 0 Next Else Next Skip Bespoke Var 0 = 1 The labels aren't needed I just put them in for readability or any goto's and it seems to be working.
  • I've been trying to sort that out too but I think it is an Xplane dataref that determines 100's or 1000's 
  • Update- VS display now working (Thanks Manuel) Outstanding issues: VS wheel, AT and FD switches can cause crashes. Appears to be an IXEG issue at this point. hopefully corrected in a hotfix from them soon. Final version will include pilots EFIS but that is causing too many crashes so I left it out for now.
  • Steve I just wanted to offer some input on this too. I think we are dealing with 2 or 3 potential crash sources here. 1) Crash caused from sending a dataref via GIT, where sending the same dataref via dataref editor does not cause a crash. 2) Manuel saId something in a message that gave me pause, about sending an int,…
  • Good to hear
  • The 2x just means you click it once, wait for the self test to finish then click it again to start the apu. Ill take a look at those switches when i get home and see what they need
  • The VS display doesn't work yet . I can't seem to locate the proper variable and the default XP one doesn't work..
  • With a single pushbutton you need to make an on and off in the same bespoke event so that it does a toggle , or make an event and send it a 1 for on and a separate event of zero for off then assign each separate event to the on and off states of the pushbutton here's how I do a toggle: :ON: <--- this is a labelif var =1…
  • Don't get confused by the device0, that is just for devices of the same type; so if you had 2 EFIS one would be device0 and the 2nd one would be device1. If you really just can't make my profile to work PM me here and I'll see if we can do a teamviewer to get you up and running . Sounds like an easy fix. 
  • Sure. Funny thing is when I got home today and fired everything up neither the MCP or EFIS loaded the configurations I had done, everything was blank. I was able to reimport those ok ( I always export when I decide I'm done for the night for that reason so nothing was lost) I was wondering if I truncated the name too much…
  • Select the device and then select enable.if its not enabled nothing will happen even if you imported the file ok. You can ignore the simconnect error. Lots of threads on that
  • Is there a way to blank a display? I'm making a profile for the FlightFactor 777 ( 777 has no course displays so I would like to blank them ) they always load up with a value that it initially reads even though I have a blank box for the Light display data I thought to set it to a dummy value of zero but then the zero…
  • I saw this problem on Bob's system when I helped him in teamviewer with my profile. For some reason the import function was failing and half the bespoke events were blank. It was repeatable, I tried deleting all bespokes and reimporting them and half of them would be empty of code. It had something to do with the goflight…
  • As Steve said the new Goflight interface tool replaces the old Goflight PMDG interface it's basically the same program just newer. Your T7 and 737 will work exactly like they did with the old version. If you are comfortable with the old version it is really similar. May I ask what hardware you are using or have configured…
  • I have one more question if you don't mind. The disconnect switch is referred to as a button, not a big deal but what is the light data associated with that? Shouldn't it be greyed out or is that for some other function I'm not aware of? It's the same on the FSX version I've just always left it alone.
  • IXEG is using a platform called Gizmo and as far as I can tell this is where the crash is coming in from my logs. I've made a post on their forums. It seems standard datarefs are ok but once I start using their custom datarefs that use the gizmo manipulators after a couple of cycles of a switch etc it throws a crash. I'll…
  • XP version 10.45 x64. It's working with the default B58, the 32 and 64 bit plugins are today's date. I also have a feeling it may be overloaded with the payware. I'll try filtering it down to areas of interest and see if that helps. Thanks for the help
  • Great I love Notepad++, I'll have to set that as my Windows default text editor(duh) The quick start was the first thing I looked for and found it :) I am running into an issue when using the detective , whenever I click start monitoring everything crashes XPX and GIT locks up. I removed dataref editor per the instructions…
  • One more tip too when you are converting those spreadsheet variables into a CRC, the spreadsheet has a ton of errors with commas being on the end of the variable that you need to remove or you get the wrong CRC value.
  • Just an FYI: Interface contains 2 special return codes, which are returned in the MJC_VAR_READ_CODE/MJC_VAR_WRITE_CODE:9991999 // Acknowledge success9992999 // Acknowledge variable not found What your seeing is the return code that the Q400 received a write to a variable ok. Look at the thread on the lights to see how to…
  • I'm in the US, eastern time, that puts us 12H apart. Go to www.teamviewer.com and get their program, it's free. I'm usually up pretty late on the weekends. to send a message, just click on my name here, when the new window opens up , there is a message button in the right side.
  • I'll be around pretty much all day tomorrow. Shoot me a PM or reply to this thread and we can do a teamviewer and see if we can get you sorted.