I have an AC Jr and have my return, CL, and skimmer on the feed cycle. How can I make it so the skimmer stays off for an additional 5 minutes after the return and CL come back on?
Thanks!
I don't use the feed cycle functionality, but I think you would do something like this:
If Time > 00:00 Then RTN ON (return pump)
If Time > 00:00 Then CLL ON (closed loop)
If Time > 00:00 Then SKM ON (skimmer)
If Feed cycle Then RTN OFF
If Feed cycle Then CLL OFF
If Feed cycle Then SKM OFF
Max Change 015 M Then SKM OFF (skimmer off for 15 min)
have the feed cycle setting set to whatever time period you want the return and cl off. It may be that the Max Change setting should be "005" instead of "015" to add an additional 5 minutes. You could experiment and see if this works.
You could also try this:
If Time > 00:00 Then RTN ON
If Timer RTN = OFF Then SKM OFF
Max Change 015 M Then SKM OFF
This will time the skimmer based on the return pump.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.