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.
A custom frequency flip-flop for the GF166
Hi Steve,
One more question for today
I have been experimenting with a custom NAV1 frequency flip-flop BE that uses the G166 BUTTON_CENTRE1 and incorporates some cockpit animations.
Here is the custom event:
BE_SAAB340A_NAV1_XFR_MEM_SWITCH (<==BE name)
JGX/SAAB/PLII_NAV1/ANM/xfr_mem_switch=1 (this animates the transfer switch to flick up)
Send 66271 (sim/radios/nav1_standby_flip)
Sleep 250
JGX/SAAB/PLII_NAV1/ANM/xfr_mem_switch=0 (animation to spring back after 250 ms)
This works perfectly with "Test Bespoke Event"
However it does not work when BE_SAAB340A_NAV1_XFR_MEM_SWITCH is mapped to the GF166's BUTTON_CENTRE1.
Not sure why.
One more question for today

I have been experimenting with a custom NAV1 frequency flip-flop BE that uses the G166 BUTTON_CENTRE1 and incorporates some cockpit animations.
Here is the custom event:
BE_SAAB340A_NAV1_XFR_MEM_SWITCH (<==BE name)
JGX/SAAB/PLII_NAV1/ANM/xfr_mem_switch=1 (this animates the transfer switch to flick up)
Send 66271 (sim/radios/nav1_standby_flip)
Sleep 250
JGX/SAAB/PLII_NAV1/ANM/xfr_mem_switch=0 (animation to spring back after 250 ms)
This works perfectly with "Test Bespoke Event"
However it does not work when BE_SAAB340A_NAV1_XFR_MEM_SWITCH is mapped to the GF166's BUTTON_CENTRE1.
Not sure why.
Comments
That's weird. Are you sure you haven't got the GF166 in another mode so its actually sending CENTRE2 for example? Quit GIT, restart it and check the correct bespoke event has been assigned to the button. Watch what happens in Detective when you press the centre button to confirm its running.
Best wishes
Steve
In fact when I remap BUTTON_CENTRE1 back to sim/radios/nav1_standby_flip it immediately starts to work with activity in "Detective". Then when remapping BUTTON_CENTRE1 to the custom BE_SAAB340A_NAV1_XFR_MEM_SWITCH, nothing happens and there is no activity in "Detective". I have restarted GIT and the mapping to BE_SAAB340A_NAV1_XFR_MEM_SWITCH persists so its definitely set.
This is my second GF166 (Device1) which "Identifies" with the correct LEDs lighting up. If I want to achieve something with NAV1 flip-flop I was of the assumption I map BUTTON_CENTRE1. For NAV2 its BUTTON_CENTRE2.
If so, then what is the purpose of BUTTON_CENTRE3 and BUTTON_CENTRE4, when the GF166 can only emulate NAV1 through GF166_CONTROLS1 and NAV2 through GF166_CONTROLS2?
Getting back to the first comment in this thread, I have tried assigning BE_SAAB340A_NAV1_XFR_MEM_SWITCH to Button1 of the RP48B and it works perfectly.
However, BE_SAAB340A_NAV1_XFR_MEM_SWITCH assigned to BUTTON_CENTRE1 of the GF166 has no effect. Other custom BEs I have defined also have no effect when mapped to this button.
The GF166 button CENTER button appears to always default to the flip-flop role (sim/radios/nav1_standby_flip) regardless of what is actually assigned. It behaves as if that is hardcoded behaviour (or at least unable to be modified once the default config is accepted through the NAV button).