wizard problem

New members questions
Redadeath
Posts: 54
Joined: Sun Mar 03, 2013 7:50 pm

Re: wizard problem

Post 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
when it comes to programming i "always need help "
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: wizard problem

Post by rimai »

It should...
Just try it.
Roberto.
Redadeath
Posts: 54
Joined: Sun Mar 03, 2013 7:50 pm

Re: wizard problem

Post by Redadeath »

I try it doesnt work and both white and blue channels ignored my pwm settings
when it comes to programming i "always need help "
Redadeath
Posts: 54
Joined: Sun Mar 03, 2013 7:50 pm

Re: wizard problem

Post 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
when it comes to programming i "always need help "
Redadeath
Posts: 54
Joined: Sun Mar 03, 2013 7:50 pm

Re: wizard problem

Post 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
when it comes to programming i "always need help "
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: wizard problem

Post by rimai »

Ahh, you need to offset the relay port too then.
Roberto.
Redadeath
Posts: 54
Joined: Sun Mar 03, 2013 7:50 pm

Re: wizard problem

Post by Redadeath »

would you give me the code for that Roberto please

but it is ignoring my internal memory settings for % of starting parabola
when it comes to programming i "always need help "
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: wizard problem

Post 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
Roberto.
Post Reply