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
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