Hello I have a reservoir with a low water float switch at the bottom and a high water float switch at the very top. The water comes in through a float valve located just under the high water switch. Someone on here actually helped me years ago with this initial program, and I’ve been using the same one for about five years, but there is a flaw. The idea was when the low water switch was activated. It would open a solenoid that would allow the water to enter the reservoir and shut off after a certain period of time. What I need to do is increase that period of time to 10 hours. What happens is the solenoid does not stay open long enough and the container does not fill up all the way when I’m draining water into a mixing bucket. I would really appreciate someone’s help with this. Who knows what they are doing. This is the way that it is currently programmed.
Fallback OFF
If 1TOR-B OPEN Then ON
If 2TOR-T CLOSED Then OFF
If Output ATO_TIMER = ON Then OFF
Defer 000:10 Then OFF
I also would like to know for my benefit and possibly so I’m able to changes this in the future what that last lineup code actually means. Does it mean that the solenoid stays open for 10 minutes? It doesn’t seem so, because it runs longer than that. In any case, I appreciate your help with this thanks in advance.
Fallback OFF
If 1TOR-B OPEN Then ON
If 2TOR-T CLOSED Then OFF
If Output ATO_TIMER = ON Then OFF
Defer 000:10 Then OFF
I also would like to know for my benefit and possibly so I’m able to changes this in the future what that last lineup code actually means. Does it mean that the solenoid stays open for 10 minutes? It doesn’t seem so, because it runs longer than that. In any case, I appreciate your help with this thanks in advance.
