wizard problem

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

Re: wizard problem

Post by Redadeath »

what i am running now on the actinic offset it bothe white and blue led

and the metal halide on standard day light schedule

and what i am trying to modify i having different offset for white and blue led

i hope you understand what i mean
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 »

What you posted should have worked then.
Roberto.
Redadeath
Posts: 54
Joined: Sun Mar 03, 2013 7:50 pm

Re: wizard problem

Post by Redadeath »

So do i have to add+60 to the code as i showed before
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 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 »

Yeah, that should have worked.
Roberto.
Redadeath
Posts: 54
Joined: Sun Mar 03, 2013 7:50 pm

Re: wizard problem

Post by Redadeath »

I tried it but it didnt 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 »

What if you do this:

Code: Select all

ReefAngel.PWM.StandardActinic(120);
Roberto.
Redadeath
Posts: 54
Joined: Sun Mar 03, 2013 7:50 pm

Re: wizard problem

Post by Redadeath »

Why 120 i just need it to start before white led with 60 minutes
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 »

Here is my light system so u can imqgine what i am talking about
I have blue and white led and metal halide i need blue first then white then metal halide
Attachments
image.jpg
image.jpg (73.16 KiB) Viewed 4923 times
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 »

Just use hard code setting.
120 is the offset from halide.
Roberto.
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