- Joined
- Nov 11, 2018
- Messages
- 462
- Reaction score
- 158
Hey there guys,
Never posted in this forum before and this is mostly just for a double check of my code.
So I have added a CO2 scrubber onto the system and then after burning thru a refill of media each week I decided to drill skimmer cap and make recirculating which means my scrubber is pulling its air from skimmer cup (co2 rich) and supplying the skimmer with air from the scubber output. should help to save on media. anyway... Just wanted to add correct code in case skimmer overflows or in case the scrubber starts to work too well. For now i just added to end. seems messy. Also I always want to be sure that if I turn my return pump off then the skimmer turns off and if I turn return pump back on the skimmer will restart with a delay. It seems there should also be a delay with the high pH = skimmer off because it would just keep going on and off on and off as the pH responds to skimmer being on and off. (i could be wrong about this though)
Fallback OFF
Set ON
If Output Returnpump = OFF Then OFF
If pH > 8.30 Then OFF
If pH < 8.30 Then ON
Defer 002:00 Then OFF
Defer 002:00 Then ON
If Power Apex Off 001 Then OFF
Defer 001:00 Then ON
Never posted in this forum before and this is mostly just for a double check of my code.
So I have added a CO2 scrubber onto the system and then after burning thru a refill of media each week I decided to drill skimmer cap and make recirculating which means my scrubber is pulling its air from skimmer cup (co2 rich) and supplying the skimmer with air from the scubber output. should help to save on media. anyway... Just wanted to add correct code in case skimmer overflows or in case the scrubber starts to work too well. For now i just added to end. seems messy. Also I always want to be sure that if I turn my return pump off then the skimmer turns off and if I turn return pump back on the skimmer will restart with a delay. It seems there should also be a delay with the high pH = skimmer off because it would just keep going on and off on and off as the pH responds to skimmer being on and off. (i could be wrong about this though)
Fallback OFF
Set ON
If Output Returnpump = OFF Then OFF
If pH > 8.30 Then OFF
If pH < 8.30 Then ON
Defer 002:00 Then OFF
Defer 002:00 Then ON
If Power Apex Off 001 Then OFF
Defer 001:00 Then ON


