Page 1 of 1

diming expansion start time

Posted: Tue Dec 02, 2014 9:43 pm
by Ademster
how do I code to have lets say channel 3 of the dimming expansion module to come on few minutes before channel 2 and then few minutes later channels 1-2-4 come on and start the normal ramp up durration

Re: diming expansion start time

Posted: Wed Dec 03, 2014 5:03 am
by lnevo
When do you want channel 3 to go off in relation to 1-2-4?

Re: diming expansion start time

Posted: Wed Dec 03, 2014 5:59 am
by Ademster
5min before and after,

my light cycle is currently 11-8

I do have code saved to internal memory, if that changes anything.

Re: diming expansion start time

Posted: Wed Dec 03, 2014 5:55 pm
by lnevo
So you just give it a 5 as the offset.

So if you have ReefAngel.PWM.Channel2PWMSlope();

You'd do
ReefAngel.PWM.Channel3PWMSlope(5);

Re: diming expansion start time

Posted: Wed Dec 03, 2014 10:07 pm
by Ademster
okay thanks, I will give it a test when i am done doing my coding for the new lights.


adam