Happy Monday reefers!
I already set my chiller and dedicated pump to turn on when temperature reaches the following details,
Chiller
Set ON
Fallback ON
If Temp > 77.5 Then ON
If Temp < 77.1 Then OFF
Dedicated pump
Set OFF
Fallback ON
If Output Chiller = ON Then ON
If Swx1_1 CLOSED Then OFF
If Swx1_2 CLOSED Then OFF
However, I would like to run the pump every 30 minutes for 2 minutes if the chiller is off to avoid water “decomposing” in the chiller coils if all is off for some time.
I used this programming,
Set OFF
Fallback ON
If Output Chiller = ON Then ON
OSC 000:00/002:00/028:00 Then ON
If Swx1_1 CLOSED Then OFF
If Swx1_2 CLOSED Then OFF
I tried to use OSC, however, when temperature increased and chiller was supposed to be on, the OSC programming superseded the temperature programming.
Any help will be highly appreciated.
I already set my chiller and dedicated pump to turn on when temperature reaches the following details,
Chiller
Set ON
Fallback ON
If Temp > 77.5 Then ON
If Temp < 77.1 Then OFF
Dedicated pump
Set OFF
Fallback ON
If Output Chiller = ON Then ON
If Swx1_1 CLOSED Then OFF
If Swx1_2 CLOSED Then OFF
However, I would like to run the pump every 30 minutes for 2 minutes if the chiller is off to avoid water “decomposing” in the chiller coils if all is off for some time.
I used this programming,
Set OFF
Fallback ON
If Output Chiller = ON Then ON
OSC 000:00/002:00/028:00 Then ON
If Swx1_1 CLOSED Then OFF
If Swx1_2 CLOSED Then OFF
I tried to use OSC, however, when temperature increased and chiller was supposed to be on, the OSC programming superseded the temperature programming.
Any help will be highly appreciated.