Page 1 of 1

Alternate wavemaker

Posted: Tue Oct 30, 2012 4:12 pm
by mcgyvr
Is the preloaded code supposed to alternate the wavemaker ports? (i.e. when one is on the other is off and you have them both set for the same time)
Mine doesn't and I would like it to.

Re: Alternate wavemaker

Posted: Tue Oct 30, 2012 5:46 pm
by adamgrif
Put this in your code where it says "place your custom code below here"
ReefAngel.Relay.Set(Port6,!ReefAngel.Relay.Status(Port5));

Re: Alternate wavemaker

Posted: Wed Oct 31, 2012 4:08 am
by mcgyvr
Thanks.. Ill try that