Page 1 of 1

How to code wave

Posted: Thu Sep 19, 2013 6:54 pm
by ganjero
Using DC pumps how do you code a wave and tune it using the portal? I'm assuming is the short pulse mode, correct?is the duration in the portal seconds or milliseconds?

I have this

Code: Select all

ReefAngel.DCPump.UseMemory = true;
ReefAngel.PWM.SetDaylight( ReefCrestMode(70,30,true) );
Should I change it to

Code: Select all

ReefAngel.DCPump.UseMemory = true;
ReefAngel.PWM.SetDaylight( ShortPulseMode(100,0,true) );
and adjust the duration in the portal?

Thanks