Programming logic

pyton

New member
I have outlet 5 (mixing pump) that turns on for 10 minutes every 12 hours. I want outlet 3 (ATO) not to turn on for 60 minutes after outlet 5 turns off.

Can someone explain this in detail?

Thank you
 
Very easy if I understood this.

1) Uncheck Auto Top Off.
2) Selected timer program, should be 30 min after your timer programer turns off.

Example:

If you have 12:00am to 12:00pm off, turn on 10 min.
Second timer for ATO is turn on at 1:10am turn off 12:00pm

Hope this helps.
 
not understanding what you just said and

I want it based on a socket not a time. That way if I change the time of my mixing pump it do not have to remember to change the ATO also
 
ATO has built in features, that protect from equipment failure.
For exampe, if you have a leak, you will be dumping too much RO/DI water.
Even a clog overflow will change the level to low, and you will also dump too much RO/DI water.

If you use logic to turn off the ATO for one hour, you can not enable any of the built in safety features. max on time, and reaction time it can run to reach desire level again.

How to so do this
Remove any max on time, and reaction, set to 0

1) Use G1 "AND" gate function to compare timer 1 (invert timer 1) (mixing timer) to water 1 .
2) Use G2 "AND" gate function to compare timer 2(invert timer 2) (mixing timer 60 off) to G1.
3) Assign G2 to socket 5.


Timer 1 is 12:00am to 12:00pm off, turn on 10 min.
Timer 2 is 60 min after timer 1 turn off.
This way Socket 5 will not come on, when Timer 1 and Timer 2 are on.
But you will have no safety net (alarms) if anything happen.

I can take screeen shots if you need it. I can create them on my Profilux to show you. But I will go to bed soon.
 
Last edited:
not understanding what you just said and

I want it based on a socket not a time. That way if I change the time of my mixing pump it do not have to remember to change the ATO also

You must use a timer, because you want 1 hour delay for ATO to be usable again.
Unless you want to delay ATO for one hour every time ATO turns on.
 
Back
Top