Profile image

HHEEEELLLPPPPP!!!

37.8k Dissent3R  1.4 years ago

i'm working on a system on my 727 that will make the outboard spoilers on each wing to deploy when the plane rolls and the variables i used are as follows.....

srolla1 (for left wing outboard spoiler)Roll(star)TAS<107(star)AltitudeAgl>1200(star)RollAngle>1
srolla2 (for right wing outboard spoiler)Roll(star)TAS<107(star)AltitudeAgl>1200(star)RollAngle<-1

But its not working, how do i fix it? (the spoilers are not rotators but rather air brakes)

IM SO FRUSTRATED!!!

  • Log in to leave a comment
  • Profile image
    6,563 Sense2

    thx for the code :)
    nvm

    1.4 years ago
  • Profile image

    Simple, do it the stock way and use something like... Activate1

    1.4 years ago
  • Profile image
    37.8k Dissent3R

    @CrazyCatZe Thank you

    1.4 years ago
  • Profile image
    33.5k CrazyCatZe

    for a quick fix use clamp01() whenever you have a Boolean (instead of a>bc>d do clamp01(a>b)clamp01(c>d).....)

    1.4 years ago