ACIII programming question

Submerged

New member
I have a pump that feeds my chiller. Obviously, I need the pump to be on whenever the chiller is on. Right now, I have the pump turn on if my temp exceeds 79.7. The chiller then turns on at 80.1. They both turn off together when the temp drops to 79.5.

Is there a way to (in addition to what I've done above) have the pump osc on for 30 mins every 4 hours BUT to over-ride that depending on what the temp in the tank is?

Basically, I want it to run for 30 mins every 4 hours UNLESS the chiller is going to be on, in which case the pump needs to be on.

How would I code something like this?

Thanks in advance.
 
I'd do something like this:

OSC 60/180 ON/OFF Then PMP ON
If Timer COL = ON Then PMP ON

Curt
 
Back
Top