Top Off and Min Time question

DBSAM

New member
I am trying to use Kenargo's topoff code, my is exactly as shown below:
NeedWater
Fallback OFF
Set OFF
If Switchx3_1 CLOSED Then ON
Defer 000:50 Then ON

TopOff
Fallback OFF
If Outlet NeedWater = ON Then ON
If Outlet NeedWater = OFF Then OFF
If Outlet Return = OFF Then OFF
Min Time 015:00 Then ON
If FeedA 002 Then OFF
If FeedC 002 Then OFF

I noticed in the graphing that the TopOff outlet does not stay ON for 15 minutes before switching off. Isn't that what this code would do?

Thanks
 
Yes, looking at the code I would expect it to run for at least 15 minutes at a time. How long is the graph indicating it is running? Have you checked the XML Outlet Report to confirm the graph is correct?

Todd
 
40 sec, 2 minutes 12 seconds, etc.

It has never stayed on for 15 minutes or more.

Yes, I just checked the XML and it appears to agree with the graph.

I PM'd Ken, but he has not responded. THe outlet refills fine but it does not appear to do the Min TIme for some reason.

I guess I could just increase the NeedWater defer, but it would not "overfill" the float switch with the current way the code runs.
 
Back
Top