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

  • Can't get rid of Obfuscation otherwise unethical people could steal program code :) I would want to protect my hard work too.
  • Program will not start at all here, replaced those files linked above. Don't get teh window or anything like Roberto did.
  • Hi did you try to set it to compatible addon in your GF config program?
  • Ok I looked up my code for this and maybe this will help you: for the Left ARCDU: the variable is MJC_VAR_WRITE_CODE = 81528 Now to use the LSK's you need one of the following: VHF1 = 1VOR1 = 2ADF1 = 3INT = 4VHF2 = 5VOR2 = 6ADF2 = 7ATC1 = 8 (This is the button you need I think) So in Detective to send it the button you…
  • To switch from alt to standby you need to press and hold the button in the VC, so try mapping that to the hold setting of a button. As far as which mouse event to lvar to send it I'm not sure yet. these are what you need to use to read the transponder codes but I can't remember what the button is called.…
  • Open detective and take a look at your bespoke events ,if any of them are empty something got corrupted. If that is the case delete all bespoke events and reimport. Every time I see that error this has been the case. 
  • It certainly appears to be a bug in the way the driver is communicating with the software. If memory serves there are a couple of versions of the EFIS firmware too and I wonder if this has to do with that. How old is your EFIS? Ive done all I can at this point Steve will have to take another look at this.
  • Wayne what driver version of goflight software are you using. I saw the older version do this exact problem on another system, the latest driver fixed it for him. This would also prove theres a bug in there.
  • When I get home I will do another export of all the files and see if that helps.
  • Wayne, thanks for checking out the new profile. Did you delete all the old bespoke events in detective first? Those are the modified bespoke events, so you have the new EFIS config loaded but the events don't match up so it throws an error. (educated guess) I've found I get that error if that's the case. Restarting GIT and…
  • New version - Improved handling of the TFC CTR MINS and BARO switching, It will not trigger the function above anymore when you push and hold.
  • Give a man a fish feed em for a day, teach him to fish and feed him for a lifetime or so they say.
  • Yeah my typing skills are not the best and autocorrect doesn't work on programming :P Sorry about the typos, I didn't mean to make you lose anymore hair The additional stuff I put in is found in the file from majestic in the buttons and lights threads that are stickied, in that download there is a file named…
  • Not yet but I think Steve said he might as time permits. The Guides and FAQ are pretty good, what are you looking to learn about?
  • I'm trying to finish up 1 last update for this profile. Learning a few new tricks along the way and want to improve this. Made the CTR, TFC, MINS switch and BARO switch functions a lot better for the EFIS , now the function above it will not trigger if you press and hold I need a 777 expert to tell me under which…
  • Nevermind I finally figured out where I went wrong, I had to reset the bespoke variable as it passed through the on state and set the bespoke variable in the hold state it's working a treat now. Sometimes I get a brain block and can't figure it out no matter how long I stare at it. Once I walk away for a bit and come back…
  • Ok I was trying to give you the shortcut answer but it doesn't work so we need to do the error checking and sleep to make this work. I've tested it so I know it works. :53623MJC_VAR_READ_CODE = 53623Sleep 150If MJC_VAR_READ_CODE != 9991999 Next Else NextSkipgoto 53623:ONOFFif MJC_READ_VALUE = 0 Next Else…
  • Dave try like this if it goes wrong don't blame me :P MJC_VAR_READ_CODE = 53623if MJC_VAR_READ_VALUE = 1 Next Else NextSkipMJC_VAR_WRITE_VALUE = 0if MJC_VAR_READ_VALUE = 0 Next Else NextSkip MJC_VAR_WRITE_VALUE = 1MJC_VAR_WRITE_CODE = 53623
  • brain fart....
  • In detective search mjc_ actually that info is in the majestic download in the readme i think
  • Took me a while to see what I think happenens the but the majestic is weird, you can't read the mjc_var_write_value. Because first you tell it what to write, the the code to send it to. In your case you need to first read 53623, compare it with zero and1 like you are doing. The only change you need is to your first lines…
  • Trevor did you try to exclude the x-plane folder, GIT folder and documents folder from windows defender or whatever antivirus you're using? and/or try run as admin. I had some unexplained crashes and file saving issues , once I did the exclusions those probs went away.
  • Nice, much appreciated! Sorry to be a bother with all these posts but if I don't ask while it's fresh I forget. 
  • I figured out what causes this error. If I shut down GIT and try to restart it without restarting X-plane it will happen every time.( was testing a start event and figured I could just shut down the program and restart it).
  • Using START seems to be the best way with updating the VS display. I'd almost forgotten about it However the other hurdle I'm trying to sort is the IAS display which is kind of special because you need the light action IAS_MACH for changeover but I can't use IAS_MACH and blanking together . Any thoughts on how to get…
  • Need a third person to see if it works or something is lost when I export.
  • Have you tried clearing out all the bespoke events in detective(big red button lower right corner) and then re import the bespoke events then the profiles for the hardware? I've seen it before on a few occasions where the bespoke events don't get fully imported then stuff breaks. usually starting fresh works.
  • Steve , is there a start event like the FSX version so i could update the displays in the background without having to piggyback on another bespoke event?
  • I'll do a few more experiments to see if I can get it to work in a profile. If I can't get it to work I'll send it over to you to see what I'm doing wrong. I'm working on the free X737 v5 that just came out and it will be the perfect test. (Great aircraft for free BTW,, and matches up perfect to this software and hardware)…