how I can buy the cable for the AI NANO
after a small accident, I need a new ramp
AI NANO
Re: AI NANO
and is possible to use the two standard dimmable port for the ai nano
i pu atinitic and blue on one port and white on the other
i pu atinitic and blue on one port and white on the other
Re: AI NANO
Roberto has mine setup using one of the ATO ports.
The PDE code with moon / clouds:
in setup
In loop
The PDE code with moon / clouds:
in setup
Code: Select all
ReefAngel.AI.SetPort(highATOPin);
Code: Select all
if (hour()>=22 || hour()<9)
{
ReefAngel.AI.SetChannel(White,0);
ReefAngel.AI.SetChannel(Blue,MoonPhase()*0.06);
ReefAngel.AI.SetChannel(RoyalBlue,MoonPhase()*0.06);
}
else
{
WhiteValue=PWMSlope(9,0,21,0,3,30,200,3);
BlueValue=PWMSlope(9,0,21,0,8,35,240,8);
RoyalBlueValue=PWMSlope(9,0,21,0,8,35,240,8);
CheckCloud();
ReefAngel.AI.SetChannel(White,WhiteValue);
ReefAngel.AI.SetChannel(Blue,BlueValue);
ReefAngel.AI.SetChannel(RoyalBlue,RoyalBlueValue);
}
Re: AI NANO
The Aqua Illumination fixture only need one cable to control all 3 channels.
http://www.reefangel.com/Products.Aqua- ... Cable.ashx
http://www.reefangel.com/Products.Aqua- ... Cable.ashx
Roberto.