Is there a code for making the rotator's rotation angle decrease as speed increases?
If it's possible can it be measured as IAS please?
I need it because in SP the faster you go the faster you turn, which causes high G at high speed.
So I needed a code for the rotator for a control surface that gets stiff at high speeds.
@Reuben201103 umm..It should always move, and it has to decrease it's angle to 10° starting from 305m/s.
@brians1209 so do you want the rotator to start moving at 305ms and then continue to rotate with an ark of 15° but still allow a pitch control?
If so then I would use the formula:
Pitch + IAS>305 ? clamp01((IAS-305)/x)
X=range in speed you want the rotator to move in
Set the range of the rotator to 15 and divide the pitch control if you want it to move less
@Reuben201103 Or you could just make the formula for it? I'll fill the numbers out
@Reuben201103 A rotator that starts decreasing from IAS 305m/s ( max angle is 25, and minimum angle is 10, with Pitch control)
What exactly do you want the rotator to do, I can help but I’ll need to know the numbers