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.
@JessaLeih
Lol I sent that before I realized there were other comments.
@LoneSpaceGaming
It's been resolved years ago, but I appreciate it.
@JessaLeih
I think I can help you with that.
You're welcome.
.
If you aren't in 1.9.205 yet, you will have to use
input*clamp01(67.056 - IAS)
though.@edensk I really appreciate your help, thank you!
input*clamp01(IAS<67.056)
.
I'm not sure if
clamp01
is necessary though.