- Messages
- 228
- Reaction score
- 0
So, I've finally set up my water mixing station. It is composed of two barrels, one to collect RODI and the other to mix salt. I have a pump set up in between the barrels. Depending on which valves I leave open or closed, I can either:
1. Direct water flow from RODI barrel to Salt Water barrel
2. Direct water flow from Salt Water barrel to Salt Water barrel - basically water coming out the bottom and going back into the same barrel from the top. This is to faciliate mixing of the salt.
I would like to keep the barrels covered which leads me to the next phase of the project. The following is what I would like to trigger based on the positions of a number of float valves. Let start by describing the position of the float valve followed by the action I would like each to perform:
1. One float valve (Float RODI_LOW) in the RODI barrel to check when the water level is low.
2. Three float valves in the Salt Water barrel to check:
a. Water level is low (Float SALT_LOW)
b. Water level is high (Float SALT_HIGH)
c. Water level exposes heater (Float SALT_HEATER)
The following events are what I'm looking for.
1. If RODI_LOW is ON (water level is low), then turn OFF pump
2. If SALT_LOW is ON (water level is low), then turn OFF pump
3. If SALT_HIGH is OFF (water level is high), then turn OFF pump
4. If SALT_HEATER is ON (water level exposed heater), then turn OFF heater
5. If SALT_HEATER is OFF (water level submerges heater), then turn ON heater.
In each case, I would need to be able to turn the pump or heater back on (possibly using a toggle switch).
I would have liked to hook everything up to my Apex, but I have the following limitations:
1. Mixing station is about 70 feet from my main tank, which is where the Apex system is currently installed.
2. I already have 2 break out boxes. Even if I can hook up a third one, would the cord be too long to carry the signal about 70 feet away.
3. Programming might be too complicated. Well, the wiring might be complicated too.
So, is there any way to do this without having to pull the plug to the pump every time I want a different float valve to trigger an event?
Thanks....
Edit: I forgot to mention that I assume I would need to be able to bypass certain floats. For example, how do I keep the pump on in the salt water barrel after transferring the water from the RODI barrel. At that p, oint, the water level in the RODI barrel will be low. So, I would like the float in the RODI barrel to turn off the pump when the water level goes low, but then I would like to be able to turn the pump back on so I can start mixing the salt in the salt water barrel?
Thanks....
1. Direct water flow from RODI barrel to Salt Water barrel
2. Direct water flow from Salt Water barrel to Salt Water barrel - basically water coming out the bottom and going back into the same barrel from the top. This is to faciliate mixing of the salt.
I would like to keep the barrels covered which leads me to the next phase of the project. The following is what I would like to trigger based on the positions of a number of float valves. Let start by describing the position of the float valve followed by the action I would like each to perform:
1. One float valve (Float RODI_LOW) in the RODI barrel to check when the water level is low.
2. Three float valves in the Salt Water barrel to check:
a. Water level is low (Float SALT_LOW)
b. Water level is high (Float SALT_HIGH)
c. Water level exposes heater (Float SALT_HEATER)
The following events are what I'm looking for.
1. If RODI_LOW is ON (water level is low), then turn OFF pump
2. If SALT_LOW is ON (water level is low), then turn OFF pump
3. If SALT_HIGH is OFF (water level is high), then turn OFF pump
4. If SALT_HEATER is ON (water level exposed heater), then turn OFF heater
5. If SALT_HEATER is OFF (water level submerges heater), then turn ON heater.
In each case, I would need to be able to turn the pump or heater back on (possibly using a toggle switch).
I would have liked to hook everything up to my Apex, but I have the following limitations:
1. Mixing station is about 70 feet from my main tank, which is where the Apex system is currently installed.
2. I already have 2 break out boxes. Even if I can hook up a third one, would the cord be too long to carry the signal about 70 feet away.
3. Programming might be too complicated. Well, the wiring might be complicated too.
So, is there any way to do this without having to pull the plug to the pump every time I want a different float valve to trigger an event?
Thanks....
Edit: I forgot to mention that I assume I would need to be able to bypass certain floats. For example, how do I keep the pump on in the salt water barrel after transferring the water from the RODI barrel. At that p, oint, the water level in the RODI barrel will be low. So, I would like the float in the RODI barrel to turn off the pump when the water level goes low, but then I would like to be able to turn the pump back on so I can start mixing the salt in the salt water barrel?
Thanks....