Wizard Question
Wizard Question
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?
Re: Wizard Question
I think it is a bug 
Generate the code with constant.
Then replace this:
With this:
You can change the settings. The above is for cycles between 60 and 90 seconds.

Generate the code with constant.
Then replace this:
Code: Select all
ReefAngel.Wavemaker( Port5,60 );
ReefAngel.Wavemaker( Port6,60 );
Code: Select all
ReefAngel.WavemakerRandom1( Port5,60, 90 );
ReefAngel.WavemakerRandom2( Port6,60, 90 );
Roberto.