0
how to run a programm cyclically?
I would like to run a program every ten minutes (not a device)
Creating a scheduler with 24*6 time seems not very smart
Customer support service by UserEcho
I would like to run a program every ten minutes (not a device)
Creating a scheduler with 24*6 time seems not very smart
Customer support service by UserEcho
Hello,
At the end of your program add "restart" with 600 second interal (or any other value that suit you best). Dont forget to put "restart on retrigger" if required.
Hope this help,