PDA

View Full Version : Programming question...


jordancemery65
03/12/2013, 02:51 PM
I know this is going to be so simple for someone but for some reason i can't wrap my head around this programming problem... It is with the oscillate function...

Problem 1
I am trying to get an outlet to run for 10 minutes on Sun, Tues, Thurs, Saturday. This is the programming i have.

Fallback OFF
Set OFF
If Time 08:00 to 21:00 Then ON
If DoW -M-W-F- Then ON
OSC 000:00/010:00/050:00 Then ON


The other outlet is going to be the same thing but on Mon, Wed, Friday. This is what i have:

Fallback OFF
Set OFF
If Time 05:00 to 08:00 Then ON
If Time 16:00 to 21:00 Then ON
OSC 000:00/015:00/045:00 Then OFF
If DoW S-T-T-S Then ON


Could someone help me?

jordancemery65
03/13/2013, 10:51 AM
Got it all situated! Thanks guys!