How to code wave

Do you have a question on how to do something.
Ask in here.
Post Reply
ganjero
Posts: 147
Joined: Fri Jul 05, 2013 5:29 am

How to code wave

Post 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
Image
Post Reply