Search found 9 matches

by erikweitzel
Tue Feb 05, 2013 8:46 pm
Forum: Ask anything here
Topic: ORP not available on Wizard (mac)
Replies: 3
Views: 2574

Re: ORP not available on Wizard (mac)

Yes sir. The ORP transducer should yield a result by which relays can be turned on/off. i.e. if the ORP reads around 450, the ozone relay should be turned off. Kind of like a temperature trigger for a heater. Is this possible to add in?
by erikweitzel
Tue Feb 05, 2013 6:19 pm
Forum: Ask anything here
Topic: ORP not available on Wizard (mac)
Replies: 3
Views: 2574

ORP not available on Wizard (mac)

I just bought the ORP probe and was not able to figure out how to control my ozone generator with ORP output from the transducer with the mac Arduino wizard. love the wizard by the way.

I posted this in the wrong section originally. Sorry.
by erikweitzel
Wed Oct 10, 2012 4:28 pm
Forum: Standard
Topic: Delay doesn't appear to be working
Replies: 12
Views: 7751

Re: Delay doesn't appear to be working

Thanks!
by erikweitzel
Tue Oct 09, 2012 7:59 pm
Forum: Standard
Topic: Delay doesn't appear to be working
Replies: 12
Views: 7751

Re: Delay doesn't appear to be working

I originally did that but I was running into problems after running the feed mode when the water will rise in the sump. When the system restarts after feed mode lapses, the skimmer would not have a delay and then overflow. I kind of need a hybrid of delay mode and timer mode.
by erikweitzel
Tue Oct 09, 2012 7:42 pm
Forum: Standard
Topic: Delay doesn't appear to be working
Replies: 12
Views: 7751

Re: Delay doesn't appear to be working

I have programmed dosing pumps to put in about 10mL of plankton at midnight. I would like the skimmer to stop functioning from 0000-0030 so that the plankton gets to circulate prior to being skimmed. Thus the rest period. Since I'm not manually feeding the tank it was never placed in a feeding mode....
by erikweitzel
Mon Oct 08, 2012 4:47 am
Forum: Standard
Topic: Delay doesn't appear to be working
Replies: 12
Views: 7751

Re: Delay doesn't appear to be working

Thanks. I got confused. Appreciate the help.

I guess I can add one to the request list:

1. Able to label ports in the wizard
2. Delay mode create a "rest" period for the port to allow dosing of plankton and prevent skimming during that interval.
by erikweitzel
Sun Oct 07, 2012 12:09 pm
Forum: Standard
Topic: Delay doesn't appear to be working
Replies: 12
Views: 7751

Re: Delay doesn't appear to be working

I'm pretty sure. Here's a screen shot of my Port 1 on Relay 1. Am I doing something wrong?
by erikweitzel
Sat Oct 06, 2012 6:24 pm
Forum: Standard
Topic: Delay doesn't appear to be working
Replies: 12
Views: 7751

Re: Delay doesn't appear to be working

#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> #inc...
by erikweitzel
Sat Oct 06, 2012 6:04 pm
Forum: Standard
Topic: Delay doesn't appear to be working
Replies: 12
Views: 7751

Delay doesn't appear to be working

I'm a little confused. I use a mac with the wizard to program my reefangel. I have one question and one request: 1. The request is that the wizard would allow each of the relay ports to be named since I have trouble remembering what all I have plugged in to each of my 16 relays. 2. The question is t...