Programing ATO to Apex

MarksReef

New member
This is what I have:
1)Do I need to add an off point?
2)In the programing eb8_3 Is there something else I can add for redundancy so I can add something to my e-mail alert to alert me incase of failure? Im using the peristaltic pump.
--------------------
Fallback OFF
Set OFF
If Sw1 CLOSED Then ON
 
Once Sw1 is closed it will turn off. You can set a max time running so that it turns off it's been running for longer than that time. I have multiple float switches for redundancy in terms of monitoring if the tank and the sump get too high and turn everything off and alert me.
 
I need a new float and don't have one so thats why I was looking for a program.
How do I write the code to turn it off if it is on longer the 9 minutes?
What do I then write in for a e-mail code to e-mail me if it shuts off after the 9 minutes?
 
Back
Top