Page 2 of 2
Re: wizard problem
Posted: Thu Apr 11, 2013 9:27 pm
by Redadeath
ReefAngel.ActinicLights( Port7 ); // turn port 7 with actinic offset over standard lights schedule
ReefAngel.DelayedStartLights( Port8 ); // turn port 8 using standard lights schedule
ReefAngel.PWM.ActinicPWMParabola(120); // Parabola using actinic offset
ReefAngel.PWM.DaylightPWMParabola(InternalMemory.ActinicOffset_read()); // Parabola using actinic offset
Would this code work
Re: wizard problem
Posted: Thu Apr 11, 2013 9:30 pm
by rimai
It should...
Just try it.
Re: wizard problem
Posted: Thu Apr 11, 2013 10:36 pm
by Redadeath
I try it doesnt work and both white and blue channels ignored my pwm settings
Re: wizard problem
Posted: Thu Apr 11, 2013 10:39 pm
by Redadeath
rimai wrote:Ahh..
So, you want mh on the standardlights and both actinic and daylight on the standardlights + offset?
Is that it?
Both AP and DP will dim together, right? Or you also want offset for AP and DP?
This is what i need
Offset for ap and offset for dp
Re: wizard problem
Posted: Fri Apr 12, 2013 12:00 am
by Redadeath
CODE: SELECT ALL
ReefAngel.PWM.StandardActinic(InternalMemory.ActinicOffset_read()+60); // Parabola using actinic offset
When i use this code the relay start at the time of the actinic offset and shut down at the end in the same time the ap pwm signals still works for additional hour while the relay is already been shutdown
Re: wizard problem
Posted: Fri Apr 12, 2013 7:36 am
by rimai
Ahh, you need to offset the relay port too then.
Re: wizard problem
Posted: Fri Apr 12, 2013 9:41 am
by Redadeath
would you give me the code for that Roberto please
but it is ignoring my internal memory settings for % of starting parabola
Re: wizard problem
Posted: Fri Apr 12, 2013 10:02 am
by rimai
Code: Select all
ReefAngel.StandardLights(Port7,60);
There is a doxygen doc with all the functions here:
http://www.easte.net/RA/html/class_reef ... class.html