Avatar

Steve76

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.

Steve76

Comments

  • This doesn't help. As written previously - even the example without usage of the aircrafts dataref doesn't work :-(
  • 

First, thanks for your Support! I really appreciate
it! 

Some background info: I’m SW-developer myself. Therefore
yours and mine ideas are often targeting the same direction. 

In the meanwhile I started my P3D with a lua script
(written by myself) to communicate with the GF devices…
  • Following your idea, I did the following: new bespoke Event Oliver/test >>> If Bespoke Var 1 = 1 Next Else Next Skip Goto Next Bespoke Var 1 = 1 Goto Done :Next Bespoke Var 1 = 0 :Done I connected a button Event (on) to Oliver/test and the light data to Bespoke Var 1 (Action on, Value 1) thus, the test is unrelated to the…
  • :-( no - nothing assigned to the off event (I just tested changing from on to off (nothing assigned to on anymore) - didn't help) ON_GREATER_THAN didn't help, tested this a thousand times. Sorry - would have been happy to have better News.
  • Sure, it's the 767 from FlightFactor / StepToSky, latest version (1.1.20) Oliver/Nav_toggle >>> If anim/43/button = 1 Next Else Next Skip Goto Next anim/43/button = 1 Goto Done :Next anim/43/button = 0 :Done Thx Steve! regards Oliver
  • Thanks for your reply. I'm getting crazy. The datarefs are correctly monitored and do not reset. Every change correspondes to a mouse click in the simulation. See the attached screenshots... Thanks again! Would be realy great getting this to run...