Ecotech Radion code

Expansion modules and attachments
Post Reply
eds
Posts: 34
Joined: Wed Apr 25, 2012 12:36 am
Location: Brisbane, Australia

Ecotech Radion code

Post 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
Sebyte

Re: Ecotech Radion code

Post 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
Sebyte

Re: Ecotech Radion code

Post 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();
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: Ecotech Radion code

Post by rimai »

Make sure you reset the Radions to factory settings.
Roberto.
Post Reply