Wait for condition

I want to wait for when BOTH of the conditions below are or become true.
I don't know how to enter an "AND".

There is no AND available for Wait for Condition. It allows a single condition.

But, what you've done will work sort of as if it were an AND, since both conditions will have to be true sequentially for it to get past them. It would break down if the Vibration became active again before the Motion became inactive.

Would this be better?

Yeah, that solves the problem of one flipping before the other goes inactive.

I'm using @bptworld's Event Engine to create wait for conditions using AND logic. It's a bit involved though, as the logic testing is done in EE and then passed to RM as a variable.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.