Z3phyr Posted April 17, 2009 Posted April 17, 2009 Is there a way to have a program execute every other day (or every third day)? I have an EZRain and it is currently programmed based on select days each week (M/W/F). Would prefer to water every third day, etc. FYI - I do not have a PLC so ISY is my primary means of control. Thanks in advance. Z
Michel Kohanim Posted April 17, 2009 Posted April 17, 2009 Hello Z, not currently but this is a good idea. I am going to add it to our list of requirements. With kind regards, Michel Is there a way to have a program execute every other day (or every third day)? I have an EZRain and it is currently programmed based on select days each week (M/W/F). Would prefer to water every third day, etc. FYI - I do not have a PLC so ISY is my primary means of control. Thanks in advance. Z
Brignolo Posted April 17, 2009 Posted April 17, 2009 Is there a way to have a program execute every other day (or every third day)? Hello Z, not currently but this is a good idea. I am going to add it to our list of requirements. For the time being... What about using a WAIT 48/72 hours line in the program and then using a repeat? Joe
rlav Posted April 17, 2009 Posted April 17, 2009 The other option is probably using "Time is" 48 hours "After Last Run" of your program. This way the program is not running the "Then" loop continuously. RLav
Brignolo Posted April 17, 2009 Posted April 17, 2009 The other option is probably using "Time is" 48 hours "After Last Run" of your program. This way the program is not running the "Then" loop continuously. RLav An even BETTER idea... Joe
Recommended Posts