M MDK888 Member May 2, 2006 #1 If I want a pump turned off at night between midnight and 9am and then after that running 5 minutes every hour, is there a easy way to do script this?
If I want a pump turned off at night between midnight and 9am and then after that running 5 minutes every hour, is there a easy way to do script this?
szwab Premium Member May 3, 2006 #2 if time < 09:00 then "pump" off OSC 05/55 ON/OFF then "pump" ON haven't tried that but I think that should work
if time < 09:00 then "pump" off OSC 05/55 ON/OFF then "pump" ON haven't tried that but I think that should work
C clp .Registered Member May 3, 2006 #3 This will work: OSC 005/055 ON/OFF Then PMP ON If Timer LT1 = OFF Then PMP OFF I'm assuming that LT1 is a timer name for a light that is on during the day and off at night. Using the 'time' statement as szwab lists will not work. Curt
This will work: OSC 005/055 ON/OFF Then PMP ON If Timer LT1 = OFF Then PMP OFF I'm assuming that LT1 is a timer name for a light that is on during the day and off at night. Using the 'time' statement as szwab lists will not work. Curt