Page 1 of 1

Toggle switch

Posted: Thu Dec 31, 2020 1:56 am
by alejandrocec
Hello everyone. My joystick has only toggle buttons, (it has no switches).

The KingAir 350i has a toggle switch called Prop Test Gov, which if I use it with the mouse, it moves up and when I release the mouse button, the switch returns to its initial position.

Now what I want is to bind one of my buttons (toggle) on my joystick to execute that toggle switch. I then use the FSUIPC on CREATE MOUSE MACRO. I select with the mouse the toggle switch on the panel and get the code "x40000050, Clicktype 3" and type the word GOV, and continue the normal process. Now when I program the event with the Joystick button and press the joystick button the panel switch remains in the ON position even if I release the joystick button. I have not been able to get it back to the OFF position.

How can I get it to work? Someone could help me?

Thank you.

Re: Toggle switch

Posted: Thu Dec 31, 2020 1:31 pm
by Taguilo
Hi,

Prop Test Gov switch is not one of a toggle action but instead it is controlled by two conditionals : Click/Hold and Release. I am not sure whether or not both actions can be linked to a single joystick buttom. I guess it has to be operated with the mouse only.

Tomas