Jump to content

Programming by X skip days


Z3phyr

Recommended Posts

Posted

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

Posted

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

Posted
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

Posted

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

Posted
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

Guest
This topic is now closed to further replies.

  • Recently Browsing

    • No registered users viewing this page.
  • Who's Online (See full list)

    • There are no registered users currently online
  • Forum Statistics

    • Total Topics
      37k
    • Total Posts
      371.4k
×
×
  • Create New...