APEX Random

LOTUS50GOD

Active member
In the Aquacontroller 3 there was a random command.

I want a maxijet powerhead to come on and off at random.
Is there a way to program this in the Apex?
 
No, there is not a Random command. You might be able to simulate it by superimposing two seperate OSC commands to create an irregular repeating cycle.

[Part_2]
OSC 3/15/0 Then ON

[Random]
OSC 0/10/10 Then ON
If Outlet Part_2 = ON Then ON

I have not tested this, but this is how I think it will work: The OSC in Random will synchronize with midnight, and Part_2 will drift since it is not an even factor of a full day. The Random outlet will be OFF when both OSCs are OFF and ON when either on them are ON.

Todd
 
Bump I really wish they would bring this back as it would be awesome for clowd cover and pump control. Hard to believe the best controller in the world doesn't have a feature that other much cheaper controllers like the storm and such have.
 
Back
Top