RA on the way
-
- Posts: 18
- Joined: Sun Aug 05, 2012 1:15 pm
RA on the way
i jut got a RA used and i was wondering if i should get a new ph probe, it has 3 temp probes, 1 used 2 new, and the power bar has 1 socket not working? (any idea why). what should i do for the programming when i get it? would i up date it or reset everything. and can i set everything from the head unit or do i have to load something on to my computer?
Re: RA on the way
Yes, you will need to install the software in your computer if you want to change anything.
Please download the newest RA installer and try the Reef Angel Wizard on menu Tools->Reef Angel Wizard.
Please download the newest RA installer and try the Reef Angel Wizard on menu Tools->Reef Angel Wizard.
Roberto.
-
- Posts: 18
- Joined: Sun Aug 05, 2012 1:15 pm
Re: RA on the way
got the RA in and have no idea how to do anything! going to need alot of help with this one! have it all hooked up just want to get it up and going.
-
- Posts: 18
- Joined: Sun Aug 05, 2012 1:15 pm
Re: RA on the way
first to start, my usb cord, dont plug into the RA anywhere?
-
- Posts: 18
- Joined: Sun Aug 05, 2012 1:15 pm
Re: RA on the way
its to small to plug into the bottom of the head unit?
- DrewPalmer04
- Posts: 818
- Joined: Tue May 29, 2012 2:12 pm
- Location: Christopher, IL
Re: RA on the way
bottom right side of the main head unit
-
- Posts: 18
- Joined: Sun Aug 05, 2012 1:15 pm
Re: RA on the way
its not even the same size as the plug?
Re: RA on the way
I think you are refering to the USB Power cable and not the USB-TTL cable.
http://www.reefangel.com/Products.USB-Power-Cable.ashx
http://www.reefangel.com/Products.USB-Power-Cable.ashx
Roberto.
-
- Posts: 18
- Joined: Sun Aug 05, 2012 1:15 pm
Re: RA on the way
weird... ok i DL reef angel generator? to my desk top. is that what i need to change everythign to how i like it?
- DrewPalmer04
- Posts: 818
- Joined: Tue May 29, 2012 2:12 pm
- Location: Christopher, IL
Re: RA on the way
rimai wrote:Yes, you will need to install the software in your computer if you want to change anything.
Please download the newest RA installer and try the Reef Angel Wizard on menu Tools->Reef Angel Wizard.
Use this instead of RA Gen
Re: RA on the way
http://www.reefangel.com/Download.ashxDrewPalmer04 wrote:rimai wrote:Yes, you will need to install the software in your computer if you want to change anything.
Please download the newest RA installer and try the Reef Angel Wizard on menu Tools->Reef Angel Wizard.
Use this instead of RA Gen
Should be the first exe link if your are running micro$oft winblows
-
- Posts: 18
- Joined: Sun Aug 05, 2012 1:15 pm
Re: RA on the way
thats what i dl and it says reef angel generator on my desk top
- DrewPalmer04
- Posts: 818
- Joined: Tue May 29, 2012 2:12 pm
- Location: Christopher, IL
Re: RA on the way
Open Arduino program (on desktop)...go to tools...Reef Angel Wizard
-
- Posts: 18
- Joined: Sun Aug 05, 2012 1:15 pm
Re: RA on the way
i pluged it in like the pic.. and and when i changed everythign the way i like and went to load it. it says that it isnt plugged in?
Re: RA on the way
In the arduino software you will also have to change the type of controller that the software is looking for. Im at work and cant think of what it defaults too, mine defaulted to a different controller than i was using. But i believe that setting is in the same group as the Reef Angel Wizzard
-
- Posts: 18
- Joined: Sun Aug 05, 2012 1:15 pm
Re: RA on the way
i figureed it out but now the screen just says no internal memory found?
-
- Posts: 18
- Joined: Sun Aug 05, 2012 1:15 pm
Re: RA on the way
it said it was uploaded and everything and the screen went liek that, wont let me do anything it wont go away
-
- Posts: 18
- Joined: Sun Aug 05, 2012 1:15 pm
Re: RA on the way
and how do i set time and date also
Re: RA on the way
http://www.reefangel.com/Support.Loadin ... tings.ashx
Restore to preloaded code to change the date and time is the easiest way.
Restore to preloaded code to change the date and time is the easiest way.
Roberto.
-
- Posts: 18
- Joined: Sun Aug 05, 2012 1:15 pm
Re: RA on the way
i think i got it now, it says its done. but. now i cant figure out the date and time?
-
- Posts: 18
- Joined: Sun Aug 05, 2012 1:15 pm
Re: RA on the way
also.. all 3 of my temps say error?
Re: RA on the way
After you connect the probe, you need to reboot the controller.
Probes are only scanned when the controller is starting up.
To change the date/time, you have several ways, but the easiest method for you right now is to restore preloaded code by going to menu Tools->Restore Preloaded Code.
Or you can paste your code and I'll add the date/time menu feature to your code for you.
Probes are only scanned when the controller is starting up.
To change the date/time, you have several ways, but the easiest method for you right now is to restore preloaded code by going to menu Tools->Restore Preloaded Code.
Or you can paste your code and I'll add the date/time menu feature to your code for you.
Roberto.
Re: RA on the way
Actually, I just realized that you have RA+, right?
If so, you can just press the joystick and navigate to date/time menu.
RA+ gets that feature by default.
If so, you can just press the joystick and navigate to date/time menu.
RA+ gets that feature by default.
Roberto.
-
- Posts: 18
- Joined: Sun Aug 05, 2012 1:15 pm
Re: RA on the way
#include <ReefAngel_Features.h>
#include <Globals.h>
#include <RA_Wifi.h>
#include <Wire.h>
#include <OneWire.h>
#include <Time.h>
#include <DS1307RTC.h>
#include <InternalEEPROM.h>
#include <RA_NokiaLCD.h>
#include <RA_ATO.h>
#include <RA_Joystick.h>
#include <LED.h>
#include <RA_TempSensor.h>
#include <Relay.h>
#include <RA_PWM.h>
#include <Timer.h>
#include <Memory.h>
#include <InternalEEPROM.h>
#include <RA_Colors.h>
#include <RA_CustomColors.h>
#include <Salinity.h>
#include <RF.h>
#include <IO.h>
#include <ORP.h>
#include <AI.h>
#include <ReefAngel.h>
////// Place global variable code below here
////// Place global variable code above here
void setup()
{
// This must be the first line
ReefAngel.Init(); //Initialize controller
ReefAngel.AddStandardMenu(); // Add Standard Menu
// Ports toggled in Feeding Mode
ReefAngel.FeedingModePorts = Port6Bit | Port7Bit;
// Ports toggled in Water Change Mode
ReefAngel.WaterChangePorts = 0;
// Ports toggled when Lights On / Off menu entry selected
ReefAngel.LightsOnPorts = 0;
// Ports turned off when Overheat temperature exceeded
ReefAngel.OverheatShutoffPorts = 0;
// Use T1 probe as temperature and overheat functions
ReefAngel.TempProbe = T1_PROBE;
ReefAngel.OverheatProbe = T1_PROBE;
// Set the Overheat temperature setting
InternalMemory.OverheatTemp_write( 800 );
// Ports that are always on
ReefAngel.Relay.On( Port6 );
ReefAngel.Relay.On( Port7 );
ReefAngel.Relay.On( Port8 );
////// Place additional initialization code below here
////// Place additional initialization code above here
}
void loop()
{
ReefAngel.StandardLights( Port1,14,0,23,0 );
ReefAngel.StandardLights( Port2,15,0,22,0 );
ReefAngel.StandardLights( Port3,23,0,14,0 );
ReefAngel.StandardHeater( Port4,765,775 );
ReefAngel.StandardFan( Port5,830,735 );
////// Place your custom code below here
////// Place your custom code above here
// This should always be the last line
ReefAngel.ShowInterface();
}
#include <Globals.h>
#include <RA_Wifi.h>
#include <Wire.h>
#include <OneWire.h>
#include <Time.h>
#include <DS1307RTC.h>
#include <InternalEEPROM.h>
#include <RA_NokiaLCD.h>
#include <RA_ATO.h>
#include <RA_Joystick.h>
#include <LED.h>
#include <RA_TempSensor.h>
#include <Relay.h>
#include <RA_PWM.h>
#include <Timer.h>
#include <Memory.h>
#include <InternalEEPROM.h>
#include <RA_Colors.h>
#include <RA_CustomColors.h>
#include <Salinity.h>
#include <RF.h>
#include <IO.h>
#include <ORP.h>
#include <AI.h>
#include <ReefAngel.h>
////// Place global variable code below here
////// Place global variable code above here
void setup()
{
// This must be the first line
ReefAngel.Init(); //Initialize controller
ReefAngel.AddStandardMenu(); // Add Standard Menu
// Ports toggled in Feeding Mode
ReefAngel.FeedingModePorts = Port6Bit | Port7Bit;
// Ports toggled in Water Change Mode
ReefAngel.WaterChangePorts = 0;
// Ports toggled when Lights On / Off menu entry selected
ReefAngel.LightsOnPorts = 0;
// Ports turned off when Overheat temperature exceeded
ReefAngel.OverheatShutoffPorts = 0;
// Use T1 probe as temperature and overheat functions
ReefAngel.TempProbe = T1_PROBE;
ReefAngel.OverheatProbe = T1_PROBE;
// Set the Overheat temperature setting
InternalMemory.OverheatTemp_write( 800 );
// Ports that are always on
ReefAngel.Relay.On( Port6 );
ReefAngel.Relay.On( Port7 );
ReefAngel.Relay.On( Port8 );
////// Place additional initialization code below here
////// Place additional initialization code above here
}
void loop()
{
ReefAngel.StandardLights( Port1,14,0,23,0 );
ReefAngel.StandardLights( Port2,15,0,22,0 );
ReefAngel.StandardLights( Port3,23,0,14,0 );
ReefAngel.StandardHeater( Port4,765,775 );
ReefAngel.StandardFan( Port5,830,735 );
////// Place your custom code below here
////// Place your custom code above here
// This should always be the last line
ReefAngel.ShowInterface();
}
-
- Posts: 18
- Joined: Sun Aug 05, 2012 1:15 pm
Re: RA on the way
also is there a way to find out what dimming version i have?
-
- Posts: 18
- Joined: Sun Aug 05, 2012 1:15 pm
Re: RA on the way
i no theres not but i was just owndering cuz it says theres 2 different versions that there is when you buy it. and since i bought it used im not sure what one it is.
Re: RA on the way
Look underneath the relay box.
If it has a sticker "Analog Dimming", that's the analog one. If there is no sticker, you have PWM.
If it has a sticker "Analog Dimming", that's the analog one. If there is no sticker, you have PWM.
Roberto.