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.
Finding events and lvars
Hello.
I'm trying to use the goflight mcp for the A32NX fcu. I'm using detective to find the events/lvars that are used, but some of them are not shown by detective. Is there a way to write them directly or load them in some way? There is a list here, https://docs.flybywiresim.com/pilots-corner/a32nx-briefing/a32nx_api/, that if it were available by default would be a great help.
Thank you.
Regards.
HB
I'm trying to use the goflight mcp for the A32NX fcu. I'm using detective to find the events/lvars that are used, but some of them are not shown by detective. Is there a way to write them directly or load them in some way? There is a list here, https://docs.flybywiresim.com/pilots-corner/a32nx-briefing/a32nx_api/, that if it were available by default would be a great help.
Thank you.
Regards.
HB
Comments
Also, make sure you are using the latest version as Variables and Events get added all the time as they show up in the SDK.
Best wishes
Steve
I did a full flight with Detective running in the background and please see attached the events regarding the FCU that did not show up. How can I use them to program the buttons?
Thank you. Regards.
HB
I've checked and I'm running the latest software version. To discard any eventual problem on the first Detective running I've done it again and still, it did not find the fcu events. Could you help?
Regards
HB
Detective does not detect HTML Events, until I find a way of doing it.
Best wishes
Steve
I was able to use the SendClient command in a bespoke event to trigger a FBW A320NX custom event, including from list that Henrique attached above.
These were created in separate bespoke events and now work:
SendClient K:A32NX.FCU_ALT_INC
SendClient K:A32NX.FCU_ALT_DEC
SendClient K:A32NX.FCU_ALT_PUSH
I'm still experimenting with other custom events.....
Steve G.
Best wishes
Steve
Example attached is a bespoke for the FBW A320NX to simulate "push" and "pull" the SPD knob on the MCPPro. Its actually a toggle using the BUTTON SPD PUSH.
Steve G.