Page 1 of 1

Compound conditions in train interrupts

Posted: Fri Nov 15, 2024 3:37 pm
by lelick
Hi,

I'm not certain how to control priority of AND/OR operations (parenthesis basically). And also not sure how to read UI.

Attached (ignore station names) reads to me as A OR (B AND C AND D). I want to achieve (A OR B) AND C AND D.

Of course, as a workaround I could decompose it into two independent interrupts - (A & C & D) and (B & C & D), but then what's the point of having OR ?

Is there any way in UI I miss to make OR higher priority than ANDs? There is no drag left-right
Screenshot 2024-11-15 at 19.32.56.png
Screenshot 2024-11-15 at 19.32.56.png (50.35 KiB) Viewed 113 times
Thanks.