J jflip New member Apr 4, 2011 #1 Is there a way to have an outlet wait for a specific virtual outlet to be on for a period of time before turning the physical outlet off? For example, I would like my skimmer to turn off if my sump-low switch is on for 5 minutes.
Is there a way to have an outlet wait for a specific virtual outlet to be on for a period of time before turning the physical outlet off? For example, I would like my skimmer to turn off if my sump-low switch is on for 5 minutes.
swearint New member Apr 4, 2011 #2 Yes, by using the Defer command. [Skimmer] Set ON If Outlet Sump_Low = ON Then OFF Defer 5:00 Then OFF When Sump_Low changes to ON, the Defer command will delay the Skimmer five minutes before turning OFF. Todd
Yes, by using the Defer command. [Skimmer] Set ON If Outlet Sump_Low = ON Then OFF Defer 5:00 Then OFF When Sump_Low changes to ON, the Defer command will delay the Skimmer five minutes before turning OFF. Todd