06-24-2009 04:55 AM
Good Morning
I like to set the time to start a program and time to pause the program and resume later at specified time.
Pls give me some guidance
Thanks
06-24-2009 05:01 AM
Is the program that u are using going to be less complicated (eg: no stacked sequence and the whole program is inside a while loop?)?
Is it a big program and u would like to pause in the middle irrespective of which part of the code will be processed at that time (Pause time)?
06-24-2009 05:06 AM
Thankmuks
It is a simple program
I want the program to start running say from 8Am and pause at 5Pm and resume again next day at 8Am. I am thinking of doing the code in the while loop
Thanks
06-24-2009 05:21 AM
I just created a simple program, seems working
Pls suggest me, what are the possible problems i will get if i use this method
Thanks
06-24-2009 06:02 AM
06-24-2009 06:10 AM
I have saved in V8.0
Thanks
06-24-2009 06:19 AM
06-24-2009 06:20 AM
06-24-2009 07:17 AM
It might look good (actually the colors are pretty bad, imho) but it does not work.
Why don't you use numerics for the start and stop times?
06-24-2009 08:03 AM
Thanks Dennis
You mean, using the numeric and converting to string, If my guessing is wrong pls give some suggestions