That's the mixing station built into the closet. The barrel on the left gets the fresh RO/DI water coming into it, with a float at the top. I also mix the water in this barrel. The barrel on the right is where my AWC pulls from. I let the pump run on this barrel for a day or so after pumping over to it and then switch back to the main barrel for mixing up a new batch of saltwater. There is also a float switch that goes down from the 2" bulkhead fitting in the top of the fresh saltwater barrel to disable the AWC system if the barrel gets too low.
Right now, since my tank had suffered on maintenance up to this point, I've been doing about a 20% water change a week, or 14 gallons or so per week. This is all controlled through my apex, and with the speed control module I run the pump very very slow (it's only like 15 or 20 rpm now compared to the 200rpm with no speed control on it).
<embed width="600" height="361" type="application/x-shockwave-flash" allowFullscreen="true" allowNetworking="all" wmode="transparent" src="http://static.photobucket.com/player.swf" flashvars="file=http%3A%2F%2Fvid770.photobucket.com%2Falbums%2Fxx345%2FDread240%2FVIDEO0033_zps5daf8dd9.mp4">
There's the pump and how slow it runs on the speed control. The room is NORMALLY pretty quiet, but since you had this coming up soon and wanted some info, I went ahead and shot the video now while there's water splashing in my QT. I have some fish getting ready to go into tank transfer, and I raise the salinity up to my tank level by just not topping off the evaporation
As said previously, the pump is controlled by my apex. Running so slow it uses practically no power, so it has to be on a relay outlet (4 or 8 on an eb8) or an eb4 outlet. Here's the apex code I use....
Fallback OFF
Set OFF
OSC 000:00/010:00/050:00 Then ON
If Outlet AWC_Override = ON Then ON
If LowNSW CLOSED Then OFF
Pretty simple, lose communication it's OFF, Set OFF is kind of redundant these days, the OSC commands implies an OFF state.
The oscillate command lets the pump run for 10 minutes every hour on the hour. I also created a virtual outlet to override the AWC system so that if I need to pull water from the tank I can do it via water change (I put a TEE on the drain line so I can drain it to a bucket if I wish). The switch safety line is the last line of code to override all other settings in case the AWC Barrel is low.
Any other questions?