1) Give a description of the problem
Appologies if this question has been asked many times before, I searched and didn’t find a specific response.
I’m trying to use a condition as a trigger, i.e. I have a global variable, let’s call it $OffTime. When $Now > $OffTime I want to trigger an event. I can use a conditional statement such as:
I get the warning that will never run on it’s own, even though it is a trigger…
2) What is the expected behavior?
Would be great if this executed as a trigger - i.e. a change in this comparison acted as a trigger.
3) What is happening/not happening?
Is there a better way to make this happen?
**4) Post a Green Snapshot of the piston!
Here is my current work around but would much rather this be interrupt driven rather than a polled behavior.