Terzi Posted April 2, 2021 Posted April 2, 2021 Any way to do this? For example if both unit1 AND unit2 is inside the zone AND their speed is below 40knots. [CENTER] [/CENTER]
toutenglisse Posted April 2, 2021 Posted April 2, 2021 "AND" is implicit, automatic and invisible between 2 lines. But if you want that only 1 unit is enough to trigger, you need to fill condition with : unit1 is inside the zone/speed unit1 is below 40knots OR unit2 is inside the zone/speed unit2 is below 40knots. If you want that both units must be in zone and below 40 you need to cumulate the 4 lines without "OR". 2 1
Terzi Posted April 3, 2021 Author Posted April 3, 2021 On 4/2/2021 at 12:32 PM, toutenglisse said: "AND" is implicit, automatic and invisible between 2 lines. But if you want that only 1 unit is enough to trigger, you need to fill condition with : unit1 is inside the zone/speed unit1 is below 40knots OR unit2 is inside the zone/speed unit2 is below 40knots. If you want that both units must be in zone and below 40 you need to cumulate the 4 lines without "OR". Thanks! [CENTER] [/CENTER]
Recommended Posts