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
I want Port 7 on at 11:10 pm and off at 9:50 am
Re: I want Port 7 on at 11:10 pm and off at 9:50 am
You can use
This will turn Port1 to be on opposite cycle as StandardLights();
Or, you can manually set times:
Code: Select all
ReefAngel.MoonLights(Port1);
Or, you can manually set times:
Code: Select all
ReefAngel.StandardLights(Port1,23,10,9,50);
Roberto.
Re: I want Port 7 on at 11:10 pm and off at 9:50 am
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.
Re: I want Port 7 on at 11:10 pm and off at 9:50 am
after i entered
ReefAngel.MoonLights(Port1);
the MoonLights wording is black? from what everything else looks like should it be red?
ReefAngel.MoonLights(Port1);
the MoonLights wording is black? from what everything else looks like should it be red?
Re: I want Port 7 on at 11:10 pm and off at 9:50 am
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.
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.