Jump to content

Hourly event


johncrab

Recommended Posts

Posted

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.

Posted

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

Guest
This topic is now closed to further replies.

×
×
  • Create New...