Anoither Feed program question

jet_jer

Premium Member
I am trying to get my program to do the following:

shutdown my return pmp at 06:55 for 10 m
turn of both powerheads at 06:55 for 12 m
shutdown skimmer for 30 mins

I am sure I have to use the Max Change settings but whet I need is a :
If Time =
but the aqua Jr doesn't seem to do that.

Thanks,
jer
 
If Time > 06:55 then PMP1 = OFF
If Time > 07:05 then PMP1 = ON

Substitue PMP1 for whatever you named your return pump.
Do the same for the other devices. There is no "Time = " command. You need to use ">" in the program.
 
Back
Top