I'm not at home to confirm the syntax, but mine is something like this:
OSC 5/355 on/off then MIX on
OSC 2/118 on/off then ATO off
What this does nicely in 2 lines:
At the beginning of every 6 hour cycle, the MIX happens for 5 minutes.
At the end of every 2 hour cycle, the ATO happens for 2 minutes. (provided the float switch is calling for water)
At the end of the 3rd 2 hour cycle, the ATO will happen, then the whole program will start over again with a 5 minute mix.
Working like a charm.
Visualization:
MIX | on 5 |_______________off 355________________|
ATO | 118 | on 2 | 118 | on 2 | 118 | on 2 | 118 | on 2 |
Should high PH ever become a problem for me (not likely), I intended to handle it with 2 solenoids and two additional program lines.
SOL1 will feed RODI to the Kalk Reactor
SOL2 will feed RODI directly to the sump.
I'm on the road so I'm not sure of the exact syntax but it will be something like this.
If ph>8.45 then SOL1 off
If SOL1 off then SOL2 on
I may have to slip in a MAX CHANGE command but I'm not sure yet.
Another important consideration for the pH control is that the top off water is dosed down stream of the ph probe. Otherwise, as soon you start topping off with the kalc the ph would quickly exceed 8.45 causing the solenoids to switch shutting off the kalk.
I have a ACIII so I'm not sure if these programs will work on the Jr.
HTH
OSC 5/355 on/off then MIX on
OSC 2/118 on/off then ATO off
What this does nicely in 2 lines:
At the beginning of every 6 hour cycle, the MIX happens for 5 minutes.
At the end of every 2 hour cycle, the ATO happens for 2 minutes. (provided the float switch is calling for water)
At the end of the 3rd 2 hour cycle, the ATO will happen, then the whole program will start over again with a 5 minute mix.
Working like a charm.
Visualization:
MIX | on 5 |_______________off 355________________|
ATO | 118 | on 2 | 118 | on 2 | 118 | on 2 | 118 | on 2 |
Should high PH ever become a problem for me (not likely), I intended to handle it with 2 solenoids and two additional program lines.
SOL1 will feed RODI to the Kalk Reactor
SOL2 will feed RODI directly to the sump.
I'm on the road so I'm not sure of the exact syntax but it will be something like this.
If ph>8.45 then SOL1 off
If SOL1 off then SOL2 on
I may have to slip in a MAX CHANGE command but I'm not sure yet.
Another important consideration for the pH control is that the top off water is dosed down stream of the ph probe. Otherwise, as soon you start topping off with the kalc the ph would quickly exceed 8.45 causing the solenoids to switch shutting off the kalk.
I have a ACIII so I'm not sure if these programs will work on the Jr.
HTH