Profile image

Funky trees heeeellllpppp please

13.2k brians1209  3.8 years ago

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.

  • Log in to leave a comment
  • Profile image
    13.2k brians1209

    @Reuben201103 umm..It should always move, and it has to decrease it's angle to 10° starting from 305m/s.

    3.8 years ago
  • Profile image
    15.3k Reuben201103

    @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

    3.8 years ago
  • Profile image
    13.2k brians1209

    @Reuben201103 Or you could just make the formula for it? I'll fill the numbers out

    3.8 years ago
  • Profile image
    13.2k brians1209

    @Reuben201103 A rotator that starts decreasing from IAS 305m/s ( max angle is 25, and minimum angle is 10, with Pitch control)

    3.8 years ago
  • Profile image
    15.3k Reuben201103

    What exactly do you want the rotator to do, I can help but I’ll need to know the numbers

    3.8 years ago