Quick dosing program question....

jt41time

New member
I would like to have my two dosing pumps come on at a certain time of day and last for bla bla seconds. Then right after that pimp stops, i want the other to start. I'm testing a simple water changer.

I know how to program it to come on like a lighting program. But I need to the second control.

Fallback off
Set off
If Time 10:00 Then ON
Duration 12:45 then off

I know this doesn't work, but it's an example of what I need. I have a lot of power outages, so I think the osc command won't work.

Also, is there a way to control two outlets in the same code?
1 pump sucking water out of sump to the drain. Then one pump sucking water out of a salt mixed container back to the sump.

//base_out2 is first pump.
Fallback off
Set off
If Time 10:00 Then ON
Duration 12:45 then off //12 mins 45s.
Set Base_out3 on //second pump
Duration 14:00 Then off // 14min 0s

Something like that.....

Any feed back wold be very nice. Thank you.
 
Back
Top