Oii, I need help with funky trees, I'm still quite inexperienced and I'm not sure how to do certain things.
I'm trying to create an air-to-ground missile, which has its sights activated only when:
TAS <236.1
and
AltitudeAg1> 950
in my last attempt, I tried to use the following expression:
(TAS <236.1) & (AltitudeAg1> 950)
There were several other attempts, but none activates the missile when certain
Put a space between inputs like "RollRate != PitchRate" not "RollRate!= PitchRate"