I want Port 7 on at 11:10 pm and off at 9:50 am

Post Reply
miked
Posts: 86
Joined: Fri Feb 10, 2012 11:06 am

I want Port 7 on at 11:10 pm and off at 9:50 am

Post by miked »

I already use my standard lights and metal halide lights from internal memory to control separate channels of the LEDs. Any easy way to just say outler on at 11:10 pm and off at 9:50 am. This is for a chaeto light running opposite my tank lights.

thanks
Image
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: I want Port 7 on at 11:10 pm and off at 9:50 am

Post by rimai »

You can use

Code: Select all

ReefAngel.MoonLights(Port1);
This will turn Port1 to be on opposite cycle as StandardLights();
Or, you can manually set times:

Code: Select all

ReefAngel.StandardLights(Port1,23,10,9,50);
Roberto.
miked
Posts: 86
Joined: Fri Feb 10, 2012 11:06 am

Re: I want Port 7 on at 11:10 pm and off at 9:50 am

Post by miked »

thanks I will use the moonlights option. I did finally find the second suggestion in the forum search but I think I would rather just use the moonlight option. btw this thing has been great and your support is second to none.
Image
miked
Posts: 86
Joined: Fri Feb 10, 2012 11:06 am

Re: I want Port 7 on at 11:10 pm and off at 9:50 am

Post by miked »

after i entered
ReefAngel.MoonLights(Port1);

the MoonLights wording is black? from what everything else looks like should it be red?
Image
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: I want Port 7 on at 11:10 pm and off at 9:50 am

Post by rimai »

As long as it is compiling without errors, you are good.
Updating to newer libraries will make it turn orange.
The orange color is just highlight context asnd sometimes I forget to add them and I catch as we go along and place on the next updates.
Roberto.
Post Reply