Random programing

reeflover2

New member
I want to program my ACII Pro to Random turn on and off a device during the lighting schedule and not during lights out.

My lights are set at

If Sun 000/000
LT1 ON

The Random event would be

RND 40/120 ON/OFF
Then PM2% ON.

Is there a code I can use so this does not operate at night. Thanks Ian
 
RND and OSC are on all the time. What you could do is plug the X-10 module into a 24 hour timer. This way you can set the on times and then the X-10 command will go through the timer.
 
If you have the AquaJr or 3Pro, then you can use the timer statement to shut down the pumps at night. The program would be:

If Time > 8:00 Then DAY ON
If Time > 20:00 Then DAY OFF
RND 40/100 Then PM2 ON
If Tmr DAY = OFF Then PM2 OFF

If you have an Aqua2 or AquaPro, then you will have to daisy control modules to have this same functionality (i.e. PM2 control module plugs into DAY control module).

Curt
 
Back
Top