insomniac2k2
Active member
OK, i swear this is my last one for a few weeks. I havent even received my aqualifters for my FW and SW water change setup, but i just couldnt leave this one alone!
I got to thinking. If i already have Salt and Fresh water resevoirs, why would i not want to control my salinity!? My final probe is now to be ordered (yuck. this is the expensive one).
Description:
@ 15:15 to 15:45 daily, I kick off a water change cycle via aqualifter pump. 1.75g estimated.
@ 15:46 to 16:56 An auto topoff allow [ATO_ALLOW] window opens up. It checks [ATO_DECIDE] which checks conductivity at the time. [ATO_DECIDE] sets itself either on or off, based on high or low reading.It also sets itself on or off based on whatever extra criteria you choose after that. Mine is pretty basic at the moment.
Fresh salt water IN [FSW_IN] is turned ON if [ATO_ALLOW] is OFF. Otherwise off
Fresh Water IN [FW] is turned ON if [ATO_ALLOW] is ON. Otherwise off
Both fresh and salt water IN pumps are set to only use the time window (mine is based off my evaporation rate + water change replenish),and use 2 sensors in the sump, in case of failure. The water change will not initiate if either switch 3 or 4 is triggered. Those are low indicators in the resevoirs.
In theory, after your initial equalization of saltwater levels, salinity can never really go too far off the reservation. Even if you are getting bad conductivity reading for a while, you would be able to catch it in time if you are doing ANY form of aquarium maintenance.
You should be able to use this to even out any low or high readings as well, without manual intervention. DISCLAIMER: I do not have a conductivity probe yet. I will need to learn what the correct reading is when i get it. Im sure that someone in here that does have that probe should know though.
I have 2 switches left now. what do do.......:beer:
[ATO_ALLOW]
Set OFF
If Time 15:46 to 16:56 Then ON {extra time in ATO_ALLOW window to compensate for evaporation rate and FSW_OUT}
If Outlet ATO_Decide = OFF Then ON
If Outlet ATO_Decide = ON Then OFF
If Outlet RTN-SKIMMER = OFF Then OFF
[ATO_DECIDE]
If cond < 40 then on {saltwater reading low}
If Cond = 40 then on {default to Fresh water if neutral reading}
if cond > 40 then off {saltwater reading high}
[FW]
Fallback OFF
Set OFF
If Switch1 CLOSED Then ON
If Outlet ATO_ALLOW = OFF Then ON
If Outlet ATO_ALLOW = ON Then OFF
If Outlet RTN-SKIMMER = OFF Then OFF
If Outlet FSW_IN = ON Then OFF
If Switch1 OPEN Then OFF {switch1 is first sump switch}
If Switch2 OPEN Then OFF {switch2 is first sump switch}
If Switch3 CLOSED Then OFF {switch3 is Fresh Water resevoir empty indicator}
[FSW_IN]
Fallback OFF
Set OFF
If Switch1 CLOSED Then ON
If Outlet ATO_ALLOW = OFF Then ON
If Outlet ATO_ALLOW = ON Then OFF
If Outlet RTN-SKIMMER = OFF Then OFF
If Outlet FW = ON Then OFF
If Switch1 OPEN Then OFF {switch1 is first sump switch}
If Switch2 OPEN Then OFF {switch2 is first sump switch}
If Switch4 CLOSED Then OFF {switch4 is Fresh salt water resevoir empty indicator}
[FSW_OUT]
Fallback OFF
Set OFF
If Time 15:15 to 15:45 Then ON
If Outlet RTN-SKIMMER = OFF Then OFF
If Switch3 CLOSED Then OFF
If Switch4 CLOSED Then OFF
What do you think? Todd, did I miss anything? :spin2:
I will have to work on some numbers to estimate what would happen if i pulled 1.75 gallons of saltwater out and replenished it with up to 2.5 gallons of fresh. I imagine that i will need to space the conductivity reading out a bit to compensate. A slightly hot salt mix would do for some next day compensation as well, but not sure if that would be necessary.
I got to thinking. If i already have Salt and Fresh water resevoirs, why would i not want to control my salinity!? My final probe is now to be ordered (yuck. this is the expensive one).
Description:
@ 15:15 to 15:45 daily, I kick off a water change cycle via aqualifter pump. 1.75g estimated.
@ 15:46 to 16:56 An auto topoff allow [ATO_ALLOW] window opens up. It checks [ATO_DECIDE] which checks conductivity at the time. [ATO_DECIDE] sets itself either on or off, based on high or low reading.It also sets itself on or off based on whatever extra criteria you choose after that. Mine is pretty basic at the moment.
Fresh salt water IN [FSW_IN] is turned ON if [ATO_ALLOW] is OFF. Otherwise off
Fresh Water IN [FW] is turned ON if [ATO_ALLOW] is ON. Otherwise off
Both fresh and salt water IN pumps are set to only use the time window (mine is based off my evaporation rate + water change replenish),and use 2 sensors in the sump, in case of failure. The water change will not initiate if either switch 3 or 4 is triggered. Those are low indicators in the resevoirs.
In theory, after your initial equalization of saltwater levels, salinity can never really go too far off the reservation. Even if you are getting bad conductivity reading for a while, you would be able to catch it in time if you are doing ANY form of aquarium maintenance.
You should be able to use this to even out any low or high readings as well, without manual intervention. DISCLAIMER: I do not have a conductivity probe yet. I will need to learn what the correct reading is when i get it. Im sure that someone in here that does have that probe should know though.
I have 2 switches left now. what do do.......:beer:
[ATO_ALLOW]
Set OFF
If Time 15:46 to 16:56 Then ON {extra time in ATO_ALLOW window to compensate for evaporation rate and FSW_OUT}
If Outlet ATO_Decide = OFF Then ON
If Outlet ATO_Decide = ON Then OFF
If Outlet RTN-SKIMMER = OFF Then OFF
[ATO_DECIDE]
If cond < 40 then on {saltwater reading low}
If Cond = 40 then on {default to Fresh water if neutral reading}
if cond > 40 then off {saltwater reading high}
[FW]
Fallback OFF
Set OFF
If Switch1 CLOSED Then ON
If Outlet ATO_ALLOW = OFF Then ON
If Outlet ATO_ALLOW = ON Then OFF
If Outlet RTN-SKIMMER = OFF Then OFF
If Outlet FSW_IN = ON Then OFF
If Switch1 OPEN Then OFF {switch1 is first sump switch}
If Switch2 OPEN Then OFF {switch2 is first sump switch}
If Switch3 CLOSED Then OFF {switch3 is Fresh Water resevoir empty indicator}
[FSW_IN]
Fallback OFF
Set OFF
If Switch1 CLOSED Then ON
If Outlet ATO_ALLOW = OFF Then ON
If Outlet ATO_ALLOW = ON Then OFF
If Outlet RTN-SKIMMER = OFF Then OFF
If Outlet FW = ON Then OFF
If Switch1 OPEN Then OFF {switch1 is first sump switch}
If Switch2 OPEN Then OFF {switch2 is first sump switch}
If Switch4 CLOSED Then OFF {switch4 is Fresh salt water resevoir empty indicator}
[FSW_OUT]
Fallback OFF
Set OFF
If Time 15:15 to 15:45 Then ON
If Outlet RTN-SKIMMER = OFF Then OFF
If Switch3 CLOSED Then OFF
If Switch4 CLOSED Then OFF
What do you think? Todd, did I miss anything? :spin2:
I will have to work on some numbers to estimate what would happen if i pulled 1.75 gallons of saltwater out and replenished it with up to 2.5 gallons of fresh. I imagine that i will need to space the conductivity reading out a bit to compensate. A slightly hot salt mix would do for some next day compensation as well, but not sure if that would be necessary.
Last edited: