04-24-2008 06:39 AM
04-24-2008 06:44 AM
Hi sparrowro...,
could it be that the code inside your loop is not jet ready? The loop stops first, if all code has been executed.
Mike
04-24-2008 06:44 AM
Hai,
you can stop a while loop by sending a true constant to it. see the attached image.
04-24-2008 06:45 AM
04-24-2008 06:47 AM
04-24-2008 11:51 AM
Hi all,
Attached is scan of the loop I am trying to stop..
Thanks.
04-24-2008 11:54 AM
04-24-2008 12:11 PM - edited 04-24-2008 12:21 PM
04-24-2008 12:50 PM - edited 04-24-2008 12:52 PM
Broken Arrow wrote:
Your loop has to finish it's iteration before it scans the stop button. If your loop takes 3 days to execute, it'll run for 3 days before it stops.
04-24-2008 03:00 PM
altenbach,
Gotcha! You used the word "after" and "before" in your own words describing how the data flows! But all kidding aside, you are correct. The Stop button is indeed scanned. I should have said the stop button's action isn't reacted upon until....