07-20-2014 10:28 PM
Hi all,
Here I am little bit stuck. I am trying to control the execution of the two loops to display an image, i need to execute the upper loop for example for 30 seconds, after that it should stop and the lower loop starts execution for 15 seconds and stop. and then the upper loop again execute for 30 seconds and so the process continue in that way.
So please ,if you can share me your hint , that will be appreciated.
Thank you
Solved! Go to Solution.
07-21-2014 12:36 AM
Hello,
something like this should work.
Best regards,
K
07-21-2014 12:51 AM
That is nice algorithm. It woprks as expected.
thank you for help.