-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Spoilers #4533
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
Spoilers #4533
Conversation
@hali9 2.2 will have logic conditions that allows to activate and deactivate any servo mix rule. The code is already there, and most of configurator is there as well. This means that it will be able to do spoilers, flaps and many other things. Including flaps. |
This also means that some of the flight modes will disappear. Including Flaperon |
@DzikuVx How can I achieve the flap function using logic condition? |
We are still missing a ONE input into the mixer. Then, total value can be
set using smix rate. If condition that drive flap is off, it results 0.
When it's on its one times rule rate. Or rather will be when it will be
finally done
sob., 23 mar 2019, 23:05 użytkownik hali9 <notifications@github.com>
napisał:
… @DzikuVx <https://github.com/DzikuVx> How can I achieve the flap function
using logic condition?
If I understand this correctly, condition logic turns on or off the smix
in mixer.
When I have:
smix 2 4 14 -100 0 0
smix 3 5 14 100 0 0
set has_flaps = ON
set flaperon_throw_offset = 250
then using condition logic I should change to:
smix 2 4 15 -100 1 0 //15-RC channel 9
smix 3 5 15 100 1 0 //1-condition to enable flaps
I must use one additional aux channel with potentiometer to set up flap
offset, which must be set before the flight.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4533 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA7Am8IVVLomYJOTz7zjif9TNixJcU6vks5vZqUdgaJpZM4cFIwP>
.
|
@DzikuVx ONE input is good idea, but I think it is not enough, because: So I think there are several solutions:
|
I'm not saying that current set of conditions is perfect, but it is enough to satisfy majority of the cases in a general way. What you need can be done (like you wrote):
|
This is possible to do using logical conditions #4561, so close this. |
Implement spoilers #4530
Need changes in inav-configurator.