Profile image

Need help with funky trees and making leading edge slats.

20.3k JessaLeih  4.1 years ago

I'm looking to make slats that only respond to input below a certain speed, so that when my aircraft is above that speed they don't respond, but when they're below that speed they begin responding, I have an experimental aircraft who's landing speed is 150 miles per hour and I want them to respond only at or under that speed threshold.

  • Log in to leave a comment
  • Profile image

    @JessaLeih
    Lol I sent that before I realized there were other comments.

    10 months ago
  • Profile image
    20.3k JessaLeih

    @LoneSpaceGaming

    It's been resolved years ago, but I appreciate it.

    10 months ago
  • Profile image

    @JessaLeih
    I think I can help you with that.

    10 months ago
  • Profile image
    16.4k edensk

    You're welcome.
    .
    If you aren't in 1.9.205 yet, you will have to use input*clamp01(67.056 - IAS) though.

    4.1 years ago
  • Profile image
    20.3k JessaLeih

    @edensk I really appreciate your help, thank you!

    +1 4.1 years ago
  • Profile image
    16.4k edensk

    input*clamp01(IAS<67.056)
    .
    I'm not sure if clamp01 is necessary though.

    4.1 years ago