Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Modify "Mix" so that a slave channels input can be held at zero. #82

Closed
12earth opened this issue Jun 30, 2019 · 2 comments

Comments

@12earth
Copy link

12earth commented Jun 30, 2019

I am using this controller for a Motor On Axle surface vehicle with 2 ESC's.

I would like to be able to set Aux Switches to have a "mix mode" that disables input for a given channel. (e.g. When Aux Switch 5 is thrown, zero volts is delivered to channel 1 which is the throttle for my front axle. The effect of this would allow me to "lock up" my front or rear axle to navigate obstacles better.)

Is this possible in the current configuration?

@12earth 12earth changed the title Feature Request: Modify "Mix" so that a channels input can be held at zero. Feature Request: Modify "Mix" so that a slave channels input can be held at zero. Jun 30, 2019
@Yenya
Copy link
Collaborator

Yenya commented May 11, 2020

@12earth, the mixes are too hardwired deeply into the original FlySky code, which we (FlyPlus firmware) did not touch yet. However, I think what you want can be done as an ordinary mix. Let's say you have SwA set up as Channel 5. Then go to the mixes menu, and set up one of the mixes the following way:

Mix is    On
Master    Ch5
Slave     Ch1
Pos. mix  100%
Neg. mix  100%
Offset    -50%

You can verify that this does what you want in the KeyDisplay menu.

@Yenya Yenya mentioned this issue May 11, 2020
@Yenya
Copy link
Collaborator

Yenya commented May 22, 2020

I have documented this in the Wiki, and I am going to close this issue:
https://github.com/qba667/FlySkyI6/wiki/Setup-Disable-Channel

@Yenya Yenya closed this as completed May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants