- Code: Select all
ReefAngel.WavemakerRandom( Port5,60,100 );
ReefAngel.Relay.Set( Box1_Port5, !ReefAngel.Relay.Status( Port5 ) ); //Randomize DT powerheads
ReefAngel.WavemakerRandom( Port6,60,100 );
ReefAngel.Relay.Set( Box1_Port6, !ReefAngel.Relay.Status( Port6 ) ); //Randomize GT powerheads
What happens is tank DT (Display Tank) works fine, while tank GT (grow tank) port 6 doesn't come on at all and box1_port6 comes on and stays on. I probably can't have two WavemakerRandoms. How can I change this up to do what I want?