Page 1 of 1

AI NANO

Posted: Thu Nov 24, 2011 4:50 am
by wijigong
how I can buy the cable for the AI NANO
after a small accident, I need a new ramp

Re: AI NANO

Posted: Thu Nov 24, 2011 6:10 am
by wijigong
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

Re: AI NANO

Posted: Thu Nov 24, 2011 8:51 am
by wolfador
Roberto has mine setup using one of the ATO ports.

The PDE code with moon / clouds:
in setup

Code: Select all

 ReefAngel.AI.SetPort(highATOPin);
In loop

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

Posted: Thu Nov 24, 2011 9:26 am
by rimai
The Aqua Illumination fixture only need one cable to control all 3 channels.
http://www.reefangel.com/Products.Aqua- ... Cable.ashx