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.
Send an FSUPC Offset
Is it possible to directly set an offset value to a Bespoke Event? I was looking at the LINDA scripring for PMDG77X and their LUA script sends a lot of offsets.
I was thinking that until the SDK is released I could, minimally, get my PMDG EFIS controller to work.
Thanks
Kevin
Answers
Hi Kevin,
Simple answer, no.
Last time I looked though, the offsets were just fsuipc's link to simconnect variables. FSX\modules\FSUIPC Documents\FSUIPC4 Offsets Status.pdf should help guide you.
Best wishes
Steve
To me, it appears that sending 69817 , <value> can change the efis mode.
Is there a way to assign this to a bespoke variable then assign that bespoke value to an action of the GFEFIS?
Thanks
Kevin
Hi Kevin,
ipc.control values are simply simconnect events and the associated data. You can configure these directly onto controls or create Bespoke events.
ipc.readLvar are reading lavr values that you can do in detective and create a Bespoke event.
Best wishes
Steve
P.S.
The ipc.control value can be found in Detective. Just browse or search the events list in Detective to find the full name. E.g. 66100 is AP_VS_ON. 69817 and 69818 are custom events and should show up in detected events when the EFIS is used. If they don't let me know.
Best wishes
Steve