time since minimote button activated

Is it possible to add a PLEG condition that says “it has been over ten minutes since MiniMote button one was activated”, i.e. " and (MMButton1 > 300)" Any help would be appreciated.

Assuming you have a trigger named tIsPressedMMBtn1, a condition expression could be:

Condition: c1
Condition Expression: tIsPressedMMBtn1; Now > 10:00

See page 16 of 29 in PLEG Basics for additional information.

Thanks