VKernus November 15, 2015 November 15, 2015 Still struggling to dial in my ATO system. Using an AVAST switch connected to SW1 of the breakout box. Programming is: Set up a virtual outlet: SumpLow_A1 Set Off If Sw1 CLOSED Then ON If Sw1 OPEN Then OFF ATO Fallback OFF Set OFF If Outlet SumpLow_A1 = OFF Then OFF If Outlet SumpLow_A1 = ON Then ON When the pressure switch is exposed (water level low) the pump comes on. When the water level rises, the pump turns off, then after about 2 second, the pump turns back on. This is a problem. Thoughts?
scott711 November 16, 2015 Author November 16, 2015 Remove the redundant statements from your programming. You don't need both statements since the opposite will be true if an event is triggered(or not triggered). Those statements may be what is causing the issue.
VKernus November 16, 2015 November 16, 2015 Thanks Scott but that did not do the trick. When the water hits the right level, the ATO turns off, then after about 2 seconds, if that, the outlet turns back on.
scott711 November 16, 2015 Author November 16, 2015 Are you using the Avast's ATO with the pressure sensitive switch? If so, sometimes it loses it's sensitivity and you have to cut the tubing and re seat the tubing on the switch. Also, how long does the light/pump stay on? I built in multiple fail safe programs Here is my program for my ATO: Fallback OFFSet ONIf tp_low CLOSED Then ON (float switch)If Outlet limit_ATO = ON Then OFF (virtual outlet that acts as a timer)If Outlet H2O_in_pump = ON Then OFF (added to turn off during water changes)If Outlet H2O_out_pump = ON Then OFF (added to turn off during water changes)If Outlet topoff_float = ON Then OFF (virtual outlet for a float switch in my top off container, if the container is empty the ATO pump won't turn on (saves to the pump running when there is no water to pump)Min Time 005:00 Then OFF (only can be on for 5 min)Defer 001:00 Then ON (has to stay in triggered state for 1 min before the ATO turns on)
VKernus November 16, 2015 November 16, 2015 Thanks Scott. Yes, using Avast's pressure sensitive switch. It is as if the switch loses pressure and flips when it should not. It is a long run from the sensor to the switch. I may need to shorten. Sensor is in the pump section of sump, switch on opposite side of the cabinet mounted with the Apex.
scott711 November 16, 2015 Author November 16, 2015 Definitely cut the end off part of the tube that connects to the box and "reseal" it. I have had the same issue where it loses the pressure and the pump stays on. Look at the sensor tube. It should not have water in it when it is submerged.
VKernus November 16, 2015 November 16, 2015 Thanks Scott. That seems to have done the trick. Would you mind explaining the virtual outlet acting as a timer? What are you timing?
scott711 November 16, 2015 Author November 16, 2015 great. The virtual outlet timer was created as another fail safe and it can also generate an alert. It is tied to a real outlet (float switch). Here is the program for it: [Limit_ATO] Set OFFIf tp_low CLOSED Then ONDefer 020:00 Then ON To see a description of it see page 157 of the comprehensive reference manual. I like to create multiple fail safe programs to keep bad things from happening
worm5406 November 16, 2015 November 16, 2015 I use this same type of virtual for my apex setup. Here is my programming: https://www.reeftronics.net/wn/worm5406/apex-program
VKernus November 16, 2015 November 16, 2015 Thanks. So you turn your ATO off with a defer statement. On for one minute? Now that it seems to be working, I need to refine Also need to figure out which alarms I want to set/email and set up my DOS. The DOS will be next.
worm5406 November 16, 2015 November 16, 2015 My defer statement leaves it on for a few minutes extra to allow for short cycling.
scott711 November 16, 2015 Author November 16, 2015 Thanks. So you turn your ATO off with a defer statement. On for one minute? Now that it seems to be working, I need to refine Also need to figure out which alarms I want to set/email and set up my DOS. The DOS will be next. What worm said. I just set up my DOS last night.
VKernus November 16, 2015 November 16, 2015 Need to Calibrate, then determine how much I need to dose. Tank is still young but getting to the point that the water changes are not keeping up with CA and ALK.
scott711 November 17, 2015 Author November 17, 2015 Need to Calibrate, then determine how much I need to dose. Tank is still young but getting to the point that the water changes are not keeping up with CA and ALK. Doesn't take long. Enjoy.
VKernus November 21, 2015 November 21, 2015 Tonight my display went weird. Letters and numbers are a bit jumbled. Apex support had me reset and update the display module. That worked for a bit, then it went weird again. Anyone have this issue? Suggested fix?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now