Dimming Offset
Posted: Tue Aug 12, 2014 10:05 am
Hi,
I was wondering if there was an easy way that I'm missing to use the dimming functions (reading internal memory) to set a real offset. What I mean is that when using the offset argument
ReefAngel.PWM.DaylightPWMParabola();
ReefAngel.PWM.ActinicPWMParabola(30);
The actinic offset will come on 30 minutes before and shutoff 30 minutes after...
What I'm looking to do is have an east/west effect with the lights, so that one fixture comes on 30 minutes before and shuts off 30 minutes before the other (not after).
If there's no straightforward way (not looking to re-read all the memory variables...), then I'm thinking of submitting a patch to the libraries that would maybe have a pre and post argument for offsets..
So it would look more like this...
ReefAngel.PWM.DaylightPWMParabola();
ReefAngel.PWM.ActinicPWMParabola(30,-30);
Thanks in advance.
I was wondering if there was an easy way that I'm missing to use the dimming functions (reading internal memory) to set a real offset. What I mean is that when using the offset argument
ReefAngel.PWM.DaylightPWMParabola();
ReefAngel.PWM.ActinicPWMParabola(30);
The actinic offset will come on 30 minutes before and shutoff 30 minutes after...
What I'm looking to do is have an east/west effect with the lights, so that one fixture comes on 30 minutes before and shuts off 30 minutes before the other (not after).
If there's no straightforward way (not looking to re-read all the memory variables...), then I'm thinking of submitting a patch to the libraries that would maybe have a pre and post argument for offsets..
So it would look more like this...
ReefAngel.PWM.DaylightPWMParabola();
ReefAngel.PWM.ActinicPWMParabola(30,-30);
Thanks in advance.