Search found 34 matches

by jgriffith
Tue Mar 20, 2012 5:22 am
Forum: Addons
Topic: wi-fi attachment set up
Replies: 9
Views: 6811

Re: wi-fi attachment set up

if you look up in the post I asked the same question and binder said instead to reserve the address it grabbed instead of using a static ip. I never did find a way to assign a static ip to the wifi device. thx The ip to my wi-fi changed all the time, so I reserved an address for it using its MAC ad...
by jgriffith
Tue Mar 20, 2012 4:14 am
Forum: Addons
Topic: wi-fi attachment set up
Replies: 9
Views: 6811

Re: wi-fi attachment set up

Finally figured it out, now how do i give my attachment a static ip address (i think thats what i want, so it doesnt change?)

Edit: Ok i reserved a dhcp lease, but there is not an unlimited setting, for now i picked 365 days

Edit: changed it to a bunch of 99999s so i should be good!
by jgriffith
Mon Mar 19, 2012 5:24 pm
Forum: Addons
Topic: wi-fi attachment set up
Replies: 9
Views: 6811

Re: wi-fi attachment set up

now im even more confused. I use the address in the above link for my IP instead of the one I saw in the wi-fi utility setup? It was a 10. in the wi-fi utility. Also my airport utilty looks different than the one in the link above. Do I do a DHCP reservation? or Enable NAT Port mapping protocol? I a...
by jgriffith
Mon Mar 19, 2012 11:35 am
Forum: Addons
Topic: wi-fi attachment set up
Replies: 9
Views: 6811

Re: wi-fi attachment set up

great, thanks!
by jgriffith
Mon Mar 19, 2012 11:33 am
Forum: Addons
Topic: wi-fi attachment set up
Replies: 9
Views: 6811

Re: wi-fi attachment set up

it is a 10.

I guess I need to check out the firewall settings on my router (its an apple time capsule router).
by jgriffith
Mon Mar 19, 2012 11:15 am
Forum: Addons
Topic: wi-fi attachment set up
Replies: 9
Views: 6811

wi-fi attachment set up

I went through the set up and everything looked good (slow blinking green light). But I entered the IP address I saw when setting up (from "view wi-fi settings" on the wi-fi utility). But, when I go to the portal to enter my IP it does not connect ("unreachable"). Not sure if I s...
by jgriffith
Sun Mar 18, 2012 9:07 am
Forum: Standard
Topic: wi fi utility
Replies: 1
Views: 2150

wi fi utility

I am unable to open the wi-fi utiity. "unable to find version of run time for this application." I have recently updated the .net framework. any ideas?
by jgriffith
Fri Mar 16, 2012 1:32 pm
Forum: Standard
Topic: Safe temp range for controller
Replies: 1
Views: 2094

Safe temp range for controller

What is a safe storage temp for the controller and accessories? I was thinking of setting this all up in my garage, which will get fairly hot in the summer. My tank is in a room that shares a wall with my garage so I have some plumbing through the wall and I keep a lot of my tank stuff there.
by jgriffith
Fri Mar 16, 2012 7:51 am
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

Thanks everyone for your help! I just got my controller in, hopefully I will be able to set it up this weekend!
by jgriffith
Mon Mar 12, 2012 3:24 pm
Forum: You and your tank
Topic: need info on my LEDS and reef angel
Replies: 2
Views: 4139

Re: need info on my LEDS and reef angel

Dimming port lead wire. Your dimming effects will be limited though because you only have two drivers.
by jgriffith
Mon Mar 12, 2012 11:15 am
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

I ordered two extra temp probes with the controller (for a total of 3) is there anything I need to program to allow this?
by jgriffith
Mon Mar 12, 2012 9:07 am
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

great, thanks! I dont have my controller yet, I'm just trying to build my code so when it comes in it will be ready to go. It looks like you have a two week lead time listed on the site so hopefully I'll receive the controller sometime within the next week. I really appreciate your help, both Robert...
by jgriffith
Mon Mar 12, 2012 8:54 am
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

I plan on reverse daylight cycle for fuge lights, but I dont think that inverse code above will work because my daylight ports will be always on. I guess I could use standard lights for the fuge lights and use that time?

For moonlights, Id like to do 2 hours before and after daylights.
by jgriffith
Mon Mar 12, 2012 8:41 am
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

Port 3 will be my "high noon" lights, I run some xmls at 1.75 amps and dont want them on very long (at some point I will grab a dimmable driver for these too (up to 2.3 amps) which could make for some great lightining effects I think). I plan on running these from about 2-5 Port 4 will be ...
by jgriffith
Mon Mar 12, 2012 6:18 am
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

For the doser, try this: Replace this: ReefAngel.DosingPump1(Port6); With this: if (hour()>=1 && hour()<=7) ReefAngel.Relay.Set(Port6,(elapsedSecsToday(now())%3600)<600); Can you explain the above code to me? I understand the 1am to 7am part, but the last line doesnt make sense.
by jgriffith
Mon Mar 12, 2012 6:06 am
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

Oh that makes sense. So I guess I can't use that code above for the moonlights and fuge lights because the main light ports are always on. So how can I simply input a time for certain ports to come on and off?
by jgriffith
Mon Mar 12, 2012 5:02 am
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

I am using ports 1 and 2 for standard lights (1 on the longest so I'll use that one to compare to daylights being on for the inverse cycle). How does the controller know that 1 and 2 are the main lights, for the purpose of pwm dimming? I plan on doing port 3 for just 3 hours during the day for a hig...
by jgriffith
Sun Mar 11, 2012 2:16 pm
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

Wow, yall are great!
by jgriffith
Sun Mar 11, 2012 8:23 am
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

Also how do I configure the dosing pump, I would like to run it for 10 mintues at a time once an hour from 1am to 7 am. This is my IM file // Autogenerated file by RAGen (v1.2.1.158), (03/11/2012 10:09) // Memory_031112_1009.ino // // This file sets the default values to the Internal Memory // #incl...
by jgriffith
Sun Mar 11, 2012 8:20 am
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

The only thing I changed is the PWM slope and it has errors now, I intended them to come on at 10 and 11 and have a 2 hours slope and turn up from 15% to 55% and turn off at 9 and 10, but not sure if thats what I did. So how does it know which ports to use the PWM slope on? And how do I chage the &q...
by jgriffith
Sat Mar 10, 2012 1:52 pm
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

Not sure if it matters, but I dont have my controller yet. I was just trying to figure out the code so I will be ready to go when it gets here. I ordered it a week ago so hopefully another week or so until I get it (the store said 2 week lead time)
by jgriffith
Sat Mar 10, 2012 1:31 pm
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

Ok, I uninstalled and reinstalled everything and maybe this file is better? How do I add options for moonlights, fuge light (I have 4 light plugs below, 2 for leds, one for moonlight and one for fuge light, I guess I need to add one more for an additional daytime light too (high noon powerful leds))...
by jgriffith
Sat Mar 10, 2012 6:11 am
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

not sure what went wrong and why this file is so big, but this is my internal memory file with errors // Autogenerated file by RAGen (v1.1.0.126), (03/10/2012 07:08) // Memory_031012_0708.pde // // This file sets the default values to the Internal Memory // #include <ReefAngel_Features.h> #include <...
by jgriffith
Thu Mar 08, 2012 4:09 pm
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

oh, just watched the youtube video again. I was trying to open the file from a different location (file, open), will try again when I can get to it.
by jgriffith
Thu Mar 08, 2012 11:58 am
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

Where is that file located? I cant find it in the arduino controllers
by jgriffith
Wed Mar 07, 2012 11:48 am
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

My internal memory is not being written to he arduino software when I generate. When I click generate on the intrnal memory it asks me to save and I click yes. Then I go to the PDE file and click generate and it asks to save and then to launch.
by jgriffith
Tue Mar 06, 2012 10:29 am
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

great, thanks for your help!

Hopefully my 8 month old will allow me to mess with this for a few hours on saturday...wish me luck!
by jgriffith
Tue Mar 06, 2012 8:57 am
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

Thanks, is there a reason that it is not a separate tab like I see in the demo? When I generate a PDE file from the software, none of the values (from the internal memory) appear to come over into the Ardinuo software.

Also I dont see anywhere that I can enter the PWM slopes.
by jgriffith
Tue Mar 06, 2012 6:14 am
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

I just opened it again and now it has two tabs: features and PDE, no internal memory. Is this because I dont have the controller yet? Can I still generate code with?
by jgriffith
Tue Mar 06, 2012 5:59 am
Forum: For New Members
Topic: PDE file
Replies: 39
Views: 22336

Re: PDE file

I installed RAGen, but it looks different. The tabs that I have are controller, features and main relay. I do not have the internal memory tab.