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.
Blanking improvement
Hi Steve,
Using the new blanking feature I was able to blank the VS display on the FF 777 because when its blanked it goes to -999 , so that was easy to make work.
What I can't figure out is how to blank IAS if for instance VNAV is on. First I tried making a bespoke variable and writing to that with a 1 if the display was off or writing the value of the IAS display to it if it was on, then I tried to display the variable for the light value, I tried using call in the rotary to update the variable whenever there was a change but that didn't work either.
My suggestion is to add a new line to the light display so that you can blank it based on another bespoke variable, so I could create easily a bespoke variable that set to 1 if VNAV was on etc . Actually several of the tubeliners I'm working on have a dataref like display_is_blank etc for the VS and IAS displays.
Steve McNitt
Comments
Hi Steve,
I would use a Bespoke Variable for the Display.
Set the Bespoke Variable to a non normal value when you want it to blank such as -1 or 9999999. Obviously a Bespoke Event would do this when a certain condition is met. Use further Bespoke Events to change the Bespoke Variable to map to the actual DataRef you want to display via a Set=. You may need to add a Sleep task after the actual Task that changes the DataRef so that GIT catches up and then do the Set= so it's in sync.
Best wishes
Steve
Yes, works in exactly the same way.
Hi Steve,
I can create another action called IAS_MACH_BLANK to handle it all. I'll add it to the development plan.
Best wishes
Steve