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.
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.

How to toggle a button event

For the FBW A32XN I can create 2 events to toggle I(LS) button. Now I would like to assign the 2 events to 1 button to toggle the events.
How can this be done using the tool? Case? If? Or?
Tagged:

Comments

  • Case and If work well. However If looks more robust due to < and > than options.
  • edited February 2024
    Hello, I have the bespoke without if-then-else or case function - only two times the Lvar value +1 with a sleep 50 cmd in between - meaning button will be toggled at my MCPPro, assigned to CWS pushbuttons for LH and RH LS, see LH for example:

    SetInc S_FCU_EFIS1_LS +1
    Sleep 50
    SetInc S_FCU_EFIS1_LS +1

    Best regards Ralf
  • Hi, thanks for the interesting remark how to toggle buttons on the MCPPro. Will check it. Sorry for the missing HW info. For the FBW A32XN I am using the miniCockpit FCU. As EFIS Mode, Range, FD and LS functions are missing I am using a GF-RP48 to emulate the EFIS HW.
  • If the Events are different you will need to create a Bespoke Event that can determine which Event to send. For example if the EFIS mode is at APP, send Event A, otherwise send Event B. As suggested use "If" or "Case" tasks to do this and assign the single Bespoke Event to the button.

    Best wishes
    Steve
  • Thanks for feedback. After some trials and errors, the main functions are working. However, it would be much faster and easier to have access to the Mobiflight Presets then to use Detective. Further not all MF presets are, for me, easy to transfer/translate using send client,… to the GoFlight Tool!
    Best regards
    Guido
  • Preset (var, events) window:
    After assigning some presets to the GF RP-48 buttons I selected the GF-46 to assign some XPNDR presets. To my surprise the preset window listed custom events and var! In other words: It was filled with many aircraft specific presets. Going back to the RP-48 again only the standard presets were listed!
    Should not all events, var be available for all GF HW?
    Best regards, Guido
  • I don't understand what you are saying. Can you provide some screenshots please?

    Thx
    Steve



  • Thanks for feedback. I attached the tow different events/presets lists when opening RP-48 buttons and rotary.
    Unfortunately I have also only limitted options when opening GF-46.
    Rgds, Guido
  • Display Data uses Variables, the Rotary Events uses Events. Events and Variables are completely different things so the lists are different.

    Best wishes
    Steve
Sign In or Register to comment.