05-28-2011 12:02 AM
Solved! Go to Solution.
05-28-2011 12:07 AM
05-28-2011 03:27 AM
If there is a 60second wait, it will not react to the button until the next time the button is read. This can take 0..60 seconds.
Instead, us an event structure with a 60 second timeout containing your main code and also add an event case for "stop: value changed".
Now the timeout can be broken at any time.
See how far you get... 😉
05-28-2011 03:56 AM