negativerad / er9x

Automatically exported from code.google.com/p/er9x
0 stars 0 forks source link

Build in Aileron differential for Plane & Glider. #695

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What new feature/ability do you want?
I would like a build in differential for plane or glider, i know that this 
could be perform with mix but when you want specific differential for flight 
mode it begin to be confusing and make your model way to much heavy in memory

What is the expected output?
I would use CYC1 and CYC2 output when not in heli mode to store the aileron 
value computed with DIFF and EXPO. 
The ideas is to do the same computation done for AIL at one exception, CYC1 
would alway use the oposite side of the DualRate / Expo than CYC2
This would allow to use The Right and Left Value of Expo&DualRate to control 
the Aileron differential and also use of flight mode with distinct differential 
value.
This trick should not have a large Foot Print on program side.
(by the way this will provide more than a simple differential because expo 
value could be used to perform non linear adjustement on differential wich i 
doubt this could be found on other Radio).

Please provide any additional information below.
This could be done also only by using CYC1 with reversed Expo&DualRate 
computation  but using CYC1 and CYC2 would allow also to perform in the future 
some other specific Aileron mixing like Camber Or Flaperon without disturbing 
actual model for those how are not interested by those functions.
I have started programming this behavior for myself but would be glad to share 
the code when finish and have this implemented in the official project.

Original issue reported on code.google.com by vinceofd...@gmail.com on 29 May 2012 at 12:45

GoogleCodeExporter commented 9 years ago
I have fly today with this feature and well this was a joy to configure. Very 
few line of code required and really the combination of EXPO and DUAL rate is a 
killing Combo for differential on glider i use it on my F3K Steigeisen.

Original comment by v...@wise-digital.com on 2 Jun 2012 at 9:22

GoogleCodeExporter commented 9 years ago
If you would like to share your code, please do. Are you registered on 
http://9xforums.com/forum/ ?

Original comment by michael....@mypostoffice.co.uk on 18 Jul 2012 at 5:40

GoogleCodeExporter commented 9 years ago
From r786, differential is now an option as an alternative to a curve on a mix.

Original comment by michael....@mypostoffice.co.uk on 14 Dec 2013 at 12:43