johncrab Posted January 29, 2013 Posted January 29, 2013 Can anyone help me out with a simple code example? I am trying to run a program hourly between two specified times and I am clearly using the wrong expressions or getting them in the wrong order. I can't seem to get a trigger from the IF line when using time X to Time Y and I've tried wait/repeat at 60 mins but it never repeats. Just wondering if anyone has a short bit of code to share with me to show me how this is done. Thx.
LeeG Posted January 29, 2013 Posted January 29, 2013 Post the Program. The Repeat goes before the statement(s) to be repeated.
oberkc Posted January 29, 2013 Posted January 29, 2013 LeeG's advice is probably most productive. Short of that, I would expect a program such as this to work: if from time xx:xx to yy:yy then run other program (then path) wait 1 hour run this program (then path) else other program if then do whatever you want done every hour else
johncrab Posted January 29, 2013 Author Posted January 29, 2013 MANY thanks. I suspected what I got wrong was simple and it is. Thanks SO much for the examples. I was making it way too hard for myself here!
Recommended Posts