How Do I......(code Help)

einsteins

Premium Member
Hi
Can anyone help me with this ...

I want my powerheads to work in 2 modes.

At 11:00am I want both powerheads (PM1 and PM2) to turn on.
At 10:00pm I want both powerheads to go into osc mode 180/180 ON/OFF (alternating oposite of each other) until 11:00am when they both go on again as stated above.

I cant seem to make this work....any of you experienced ACjr users know how to make that work?

Thanks in advance for your help....

einsteins
 
This might work

If Time > 10:00 Then PM1 ON
If Time > 01:00 Then PM1 OFF
If Time > 01:01 Then PM2 ON
If Time > 04:00 Then PM2 OFF
If Time > 04:01 Then PM1 ON
If Time > 07:00 Then PM1 OFF
If Time > 07:01 Then PM2 ON
If Time > 22:00 Then PM2 OFF

Andy
 
Back
Top