Wizard Question

Basic / Standard Reef Angel hardware
Post Reply
jolt
Posts: 15
Joined: Fri Dec 13, 2013 2:44 pm

Wizard Question

Post by jolt »

I wanted to experiment with "random" wavemaker functions in the wizard, but whenever I set either relay 5 or relay 6 as "wavemaker" the "random" button remains dimmed and I am only able to select a "constant" value. Am I doing something wrong?
Image
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: Wizard Question

Post by rimai »

I think it is a bug :(
Generate the code with constant.
Then replace this:

Code: Select all

    ReefAngel.Wavemaker( Port5,60 );
    ReefAngel.Wavemaker( Port6,60 );
With this:

Code: Select all

    ReefAngel.WavemakerRandom1( Port5,60, 90 );
    ReefAngel.WavemakerRandom2( Port6,60, 90 );
You can change the settings. The above is for cycles between 60 and 90 seconds.
Roberto.
Post Reply