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.
Troubles setting up Annunciator LEDs with DIO
I am interfacing Flight1 B200 Warning Panel annunciators
The program amazingly finds all of the annunciator LVars.
I verified in the Detective that their values are 1 when on and 0 when off
I set them to ON GREATER THAN 0
and sometimes they work. Mostly they don't though.
I tried OFF LESS THAN 1 with no better luck. The program behaves as though it only acknowledges the changes if it catches them in the act of changing. Often they stick in the on position. A blinking light will often remain lit after the condition is cleared. Sometimes everything behaves exactly backwards ie. What should be off is on and visa versa.
It seems to me that the program would regularly pole the variables and at that point would set the annunciators accordingly.
Any Idea what I am doing wrong?
Comments
Hi Jerry,
Use the light action "ON" and the light value of 1.
Also, read this thread: http://www.pollypotsoftware.org.uk/support/forum.html#/discussion/148/erratic-led-lights-when-trying-to-program-mcp-pro
Best wishes
Steve
Hi Jerry,
When you say its the same when flying - did you shut down GIT and restart it making sure Detective was not running? If you didn't then the problem will have remained.
Do you have another device you can test one of the LED's on in case its an issue with the DIO. Data is sampled 6 times a second so unless your light is blinking extremely fast GIT will pick it up.
Another thing to check is to make sure you have the correct lvar. You will need one that indicates the light state not an error state. If the lvar is an error state it will stay as 1 until the error is corrected and thus why you are seeing the light stay on.
Best wishes
Steve
Hi Jerry,
"You had mentioned that the program only detects changes at the time they are changed to reduce code. That explains why it won't update the light conditions after the fact. Is there anything I might try to force it to see the changes more reliably?" You are misunderstanding how the program works. If the lvar has changed the LED will be updated - there is not a reliability problem.
I think the two obvious issues are:
- The DIO has a bug so try configuring the LED on your MCP PRO.
- The lvars are not behaving how you think they are. Filter all variables except the one that indicates a light state. Set the polling interval slider fully left and then monitor the output as you trigger the error state and then fix the error state. Repeat a few times and make sure it isn't changing back to its original value and its behaviour is consistent.
Best wishes
Steve
It is possible that you have set something up to drive the LED's in GFConfig or FSUIPC LUA that is clashing. It would be worth double checking. Can you provide the lvars you are using and I will check at my end .
Thx
Steve
Hi Jerry,
I have just replicated the caution light using the MCP PRO and although it blinks sometimes erratically, I am seeing the light sometimes stay on. I'll need to investigate this further.
Best wishes
Steve
Hi Steve,
I have to say your response to support issues is better than most software which I had to pay for.
I just sent you donation because you deserve it. I really appreciate your attention. I wish it could send more but the Dollars to Pounds are pretty brutal.
Thanks Again
Jerry
Hi Jerry,
Many thanks for the donation. I'm pleased to say I have tracked down the bug. The issue must have been there for well over 18 months from when the goflight update routine was moved to a separate thread instead of the updates being bound to receiving a simconnect message. Essentially, now the data can be updated whilst the goflight update routine is running. The GoFlight Interface Module SDK does not correctly provide the "previous data" which causes the random behaviour of the lights.
I will rework the code and get a beta out hopefully tomorrow.
Thanks for identifying this issue.
Best wishes
Steve
Hi Jerry,
I have fixed a number of issues around the lights and display updates for non PMDG aircraft and it all appears OK. I want to add a couple more features tomorrow, before I offer it to you as a Beta for Sunday.
Best wishes
Steve
OK, the BETA is out:
http://www.pollypotsoftware.org.uk/support/forum.html#/discussion/170/goflight-interface-tool-2-1-8-0-beta
Best wishes
Steve
Finally got a chance to try it out last night and so far it looks perfect. All of the annunciators go on and off just as they are supposed to. The blinking lights now behave just as their counterpart in the VC.
Thanks so much for your attention on this Steve.
That's great news! Thanks for letting me know.
Best wishes
Steve