Question about a repeating loop

If I have a loop doing:

While (whatever) Repeat 5 times every 05:00

and within the while I have a

Wait for event: elapsed time 4:00

and then the END-REP

Will that result in a 9 minute loop or does the loop timer continue to run during the wait for event? Or does each timer run independently? I am thinking independently but want to make sure.

Thanks.

They are independent. The actions inside the repeat will start again after 5 minutes, per the interval specified on your repeat (so if waiting 4 minutes is the last thing before the END-REP, it might as well not be there).

In this case it will be okay there are commands above and below.

Thanks!

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