Page 1 of 1

Ecotech Radion code

Posted: Sun May 06, 2012 4:23 am
by eds
Hi All,

I just received my new tank and I am playing with my new RA+ on the bench trying to get familiar while I wait to finish the tank and its work off.

I have my expand relay going, wifi is fine, RF module is in now as well and I am getting the hang of things as there is plenty of example code around :D

What I am stuck with even starting is how to control my Radions. I have 3 of them that I will put in and would prefer to use the RA+ rather than their inbuilt programming.

Is there any sample code or tools I can utilise to control the lights via the RA?

Much thanks

Matt

Re: Ecotech Radion code

Posted: Sun May 06, 2012 4:33 am
by Sebyte
If you have an RF Expansion module, the postings on the link should get you going http://forum.reefangel.com/viewtopic.ph ... dion#p9110

Re: Ecotech Radion code

Posted: Sun May 06, 2012 4:38 am
by Sebyte
This might also be of help

rimai wrote:This is how I use:

Code: Select all

  ReefAngel.RF.RadionChannels[Radion_Intensity]=75;
  ReefAngel.RF.RadionChannels[Radion_White]=PWMParabola(12,0,18,0,0,100,0);
  ReefAngel.RF.RadionChannels[Radion_RoyalBlue]=PWMParabola(9,0,22,0,0,100,0);
  ReefAngel.RF.RadionChannels[Radion_Red]=PWMParabola(9,0,22,0,0,5,0);
  ReefAngel.RF.RadionChannels[Radion_Green]=PWMParabola(9,0,22,0,0,10,0);
  ReefAngel.RF.RadionChannels[Radion_Blue]=PWMParabola(10,0,21,0,0,60,0);
  if (second()==0) ReefAngel.RF.RadionWrite();

Re: Ecotech Radion code

Posted: Sun May 06, 2012 7:44 am
by rimai
Make sure you reset the Radions to factory settings.