Utah Reefs Homepage
  New Posts New Posts RSS Feed - UPDATE from neptune Help with Aqua JR
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

UPDATE from neptune Help with Aqua JR

 Post Reply Post Reply Page  12>
Author
Rioreefer View Drop Down
Guest
Guest
Avatar

Joined: December 20 2007
Location: Ogden/Roy
Status: Offline
Points: 1388
Post Options Post Options   Thanks (0) Thanks(0)   Quote Rioreefer Quote  Post ReplyReply Direct Link To This Post Topic: UPDATE from neptune Help with Aqua JR
    Posted: April 09 2009 at 11:31am
Is anyone up north, Roy/Ogden that is knows and is good with programing them.
 to keep skimmer from flooding in power outage when sump is full and skimmer turns on this is from neptune
Hi,
Yes, it is possible. Use this code:

If Time > 00:00 Then SKM ON
If Power 005 Then SKM OFF


Edited by Rioreefer - April 14 2009 at 10:55pm
Back to Top
dduts View Drop Down
Guest
Guest
Avatar

Joined: November 14 2005
Location: Slc
Status: Offline
Points: 547
Post Options Post Options   Thanks (0) Thanks(0)   Quote dduts Quote  Post ReplyReply Direct Link To This Post Posted: April 09 2009 at 1:58pm
What part are you having problems with? Is there something specific? I'm not up north but maybe with some clarification and a few member's comments we can get it figured out for you
90g mixed reef



GOT CRABS?



Sometimes I wonder "why is that frisbee getting bigger?"....and then it hits me
Back to Top
Rioreefer View Drop Down
Guest
Guest
Avatar

Joined: December 20 2007
Location: Ogden/Roy
Status: Offline
Points: 1388
Post Options Post Options   Thanks (0) Thanks(0)   Quote Rioreefer Quote  Post ReplyReply Direct Link To This Post Posted: April 09 2009 at 2:09pm
Well Im trying to set two of the plugs up for "wave" action.
One on one off and back and forth like that.
And how dose everyone set up there temp par
I was thinking
HTR on @77 off @ 78
Fan on @81 off @ 80
so that is my idea and think I can figure that out
the book reads like,      well I dont understand it LOL
Back to Top
dduts View Drop Down
Guest
Guest
Avatar

Joined: November 14 2005
Location: Slc
Status: Offline
Points: 547
Post Options Post Options   Thanks (0) Thanks(0)   Quote dduts Quote  Post ReplyReply Direct Link To This Post Posted: April 09 2009 at 2:20pm
I'm not familiar with the random wave action, but I'm sure there are others that use it. Chk4tx?
For the fan/heater, you set them something like:
If temp >81 then col on
if temp <80 then col off
if temp <78 then htr on
if temp >79 then htr off
90g mixed reef



GOT CRABS?



Sometimes I wonder "why is that frisbee getting bigger?"....and then it hits me
Back to Top
dduts View Drop Down
Guest
Guest
Avatar

Joined: November 14 2005
Location: Slc
Status: Offline
Points: 547
Post Options Post Options   Thanks (0) Thanks(0)   Quote dduts Quote  Post ReplyReply Direct Link To This Post Posted: April 09 2009 at 2:23pm
btw if you use halides you might want to add a line for potential power outages.
if pwr 010 then 'Lit 1' on
90g mixed reef



GOT CRABS?



Sometimes I wonder "why is that frisbee getting bigger?"....and then it hits me
Back to Top
Mike Savage View Drop Down
Guest
Guest
Avatar

Joined: July 15 2005
Location: Murray
Status: Offline
Points: 19173
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mike Savage Quote  Post ReplyReply Direct Link To This Post Posted: April 09 2009 at 2:57pm
This is what I use.
 

If Time > 00:00 Then PMP ON

If Feed Cycle Then PMP OFF

If Time > 08:30 Then VHO ON

If Time > 21:30 Then VHO OFF

If Time > 10:00 Then MH ON

If Time > 20:00 Then MH OFF

If Time > 10:00 Then REF OFF

If Time > 20:00 Then REF ON

If Temp > 78.3 Then FAN ON

If Temp < 78.0 Then FAN OFF

If Temp < 77.7 Then HET ON

If Temp > 78.0 Then HET OFF

If Temp > 79.5 Then MH OFF

Max Change 030M Then MH OFF

If Temp > 80.0 Then VHO OFF

Max Change 010M Then VHO OFF

If PH > 8.45 Then CO2 ON

If PH < 8.35 Then CO2 OFF

If Time > 00:00 Then ALM OFF

If PH > 8.5 Then ALM ON

If PH < 8.3 Then ALM ON

If Temp > 79.5 Then ALM ON

If Temp < 76.5 Then ALM ON



Back to Top
Mike Savage View Drop Down
Guest
Guest
Avatar

Joined: July 15 2005
Location: Murray
Status: Offline
Points: 19173
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mike Savage Quote  Post ReplyReply Direct Link To This Post Posted: April 09 2009 at 3:00pm
Here is the key.
 

VHO       A01 (VHO lighting)

MH         A02 (Metal Halide lighting)

REF         A03 (Refugium lighting)

PMP      A04 (Return pump)

HET        A05 (Heater)

FAN       A06 (Cooling fan)

CO2        A07 (for Calcium Reactor)

ALM       A08 (Alarm)



Back to Top
Rioreefer View Drop Down
Guest
Guest
Avatar

Joined: December 20 2007
Location: Ogden/Roy
Status: Offline
Points: 1388
Post Options Post Options   Thanks (0) Thanks(0)   Quote Rioreefer Quote  Post ReplyReply Direct Link To This Post Posted: April 09 2009 at 3:01pm
Originally posted by dduts dduts wrote:

btw if you use halides you might want to add a line for potential power outages.
if pwr 010 then 'Lit 1' on
???

I wont be using them for the hailds due to the location of the ballasts in the other room.
 But I would like to put my skimmer on it and if power gos out have it start like 1-5 min after power on is that possible?
Back to Top
Rioreefer View Drop Down
Guest
Guest
Avatar

Joined: December 20 2007
Location: Ogden/Roy
Status: Offline
Points: 1388
Post Options Post Options   Thanks (0) Thanks(0)   Quote Rioreefer Quote  Post ReplyReply Direct Link To This Post Posted: April 09 2009 at 3:02pm
And the book for it I downloaded dose not show which plug is for what or even #'s for them I have the DC8 for it.
Im a Jack its from top L to botom R


Edited by Rioreefer - April 09 2009 at 3:31pm
Back to Top
Rioreefer View Drop Down
Guest
Guest
Avatar

Joined: December 20 2007
Location: Ogden/Roy
Status: Offline
Points: 1388
Post Options Post Options   Thanks (0) Thanks(0)   Quote Rioreefer Quote  Post ReplyReply Direct Link To This Post Posted: April 09 2009 at 3:05pm
Nice thanks Mike,
I plan to use it for heat,fan, refuge lights and led moon light, wave pumps if I can, and skimmer on delay
Back to Top
Rioreefer View Drop Down
Guest
Guest
Avatar

Joined: December 20 2007
Location: Ogden/Roy
Status: Offline
Points: 1388
Post Options Post Options   Thanks (0) Thanks(0)   Quote Rioreefer Quote  Post ReplyReply Direct Link To This Post Posted: April 09 2009 at 3:07pm
and PH but only to moniter it.

Dose anyone actulay hook the Jr up to the computer to watch it.
Back to Top
dduts View Drop Down
Guest
Guest
Avatar

Joined: November 14 2005
Location: Slc
Status: Offline
Points: 547
Post Options Post Options   Thanks (0) Thanks(0)   Quote dduts Quote  Post ReplyReply Direct Link To This Post Posted: April 09 2009 at 5:39pm
Originally posted by Rioreefer Rioreefer wrote:

Originally posted by dduts dduts wrote:

btw if you use halides you might want to add a line for potential power outages.
if pwr 010 then 'Lit 1' on
???

I wont be using them for the hailds due to the location of the ballasts in the other room.
 But I would like to put my skimmer on it and if power gos out have it start like 1-5 min after power on is that possible?
That command line allows the halides to cool off before restarting in case it is a short power outage. Since the halides won't fire if hot, it gives them time to cool down. I don't see why you wouldn't be able to use it similarly for your skimmer if you want that delay.
90g mixed reef



GOT CRABS?



Sometimes I wonder "why is that frisbee getting bigger?"....and then it hits me
Back to Top
Mike Savage View Drop Down
Guest
Guest
Avatar

Joined: July 15 2005
Location: Murray
Status: Offline
Points: 19173
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mike Savage Quote  Post ReplyReply Direct Link To This Post Posted: April 09 2009 at 5:39pm
Originally posted by Rioreefer Rioreefer wrote:


Dose anyone actulay hook the Jr up to the computer to watch it.
 
Guilty as charged.Embarrassed
 
Mike


Back to Top
Rioreefer View Drop Down
Guest
Guest
Avatar

Joined: December 20 2007
Location: Ogden/Roy
Status: Offline
Points: 1388
Post Options Post Options   Thanks (0) Thanks(0)   Quote Rioreefer Quote  Post ReplyReply Direct Link To This Post Posted: April 09 2009 at 5:53pm
Sweet then I who to talk to, to help me once its all up and going. Evil Smile
I did just get the software for it.
Did you get the upgraded or do just the basic software like me.(aqua lite)
same great taste just less feeling
Back to Top
Mike Savage View Drop Down
Guest
Guest
Avatar

Joined: July 15 2005
Location: Murray
Status: Offline
Points: 19173
Post Options Post Options   Thanks (0) Thanks(0)   Quote Mike Savage Quote  Post ReplyReply Direct Link To This Post Posted: April 09 2009 at 6:14pm
I went with Lite.
 
Mike


Back to Top
Rioreefer View Drop Down
Guest
Guest
Avatar

Joined: December 20 2007
Location: Ogden/Roy
Status: Offline
Points: 1388
Post Options Post Options   Thanks (0) Thanks(0)   Quote Rioreefer Quote  Post ReplyReply Direct Link To This Post Posted: April 09 2009 at 10:20pm
same here
Back to Top
Rioreefer View Drop Down
Guest
Guest
Avatar

Joined: December 20 2007
Location: Ogden/Roy
Status: Offline
Points: 1388
Post Options Post Options   Thanks (0) Thanks(0)   Quote Rioreefer Quote  Post ReplyReply Direct Link To This Post Posted: April 10 2009 at 9:25am
Well I got it all done expect for the skimmer and feed. I want it to turn on 5 min after if power gos out and back on.   I also have not figured out feed interval time and A-D what it all means.
Back to Top
Rioreefer View Drop Down
Guest
Guest
Avatar

Joined: December 20 2007
Location: Ogden/Roy
Status: Offline
Points: 1388
Post Options Post Options   Thanks (0) Thanks(0)   Quote Rioreefer Quote  Post ReplyReply Direct Link To This Post Posted: April 10 2009 at 9:27am

By the way, THANKS Mike, your chart helped a ton! I have tryed the skimmer like you do you MH but no luck yet!

Back to Top
Rioreefer View Drop Down
Guest
Guest
Avatar

Joined: December 20 2007
Location: Ogden/Roy
Status: Offline
Points: 1388
Post Options Post Options   Thanks (0) Thanks(0)   Quote Rioreefer Quote  Post ReplyReply Direct Link To This Post Posted: April 10 2009 at 1:02pm
Can anyone help me with feed modes, and skimmer on with power out delay
I want,   feedA = 5 min skimmer off
              feedB = 10min Skimmer ans RTP off
I only want it to go into feed mode when I select it manualy.

IF pwr 010 then SKM ON
This is so skimmer wont over flow when sump is full.
Back to Top
Rioreefer View Drop Down
Guest
Guest
Avatar

Joined: December 20 2007
Location: Ogden/Roy
Status: Offline
Points: 1388
Post Options Post Options   Thanks (0) Thanks(0)   Quote Rioreefer Quote  Post ReplyReply Direct Link To This Post Posted: April 10 2009 at 3:48pm
Originally posted by dduts dduts wrote:

Originally posted by Rioreefer Rioreefer wrote:

Originally posted by dduts dduts wrote:

btw if you use halides you might want to add a line for potential power outages.
if pwr 010 then 'Lit 1' on
???

I wont be using them for the hailds due to the location of the ballasts in the other room.
 But I would like to put my skimmer on it and if power gos out have it start like 1-5 min after power on is that possible?
That command line allows the halides to cool off before restarting in case it is a short power outage. Since the halides won't fire if hot, it gives them time to cool down. I don't see why you wouldn't be able to use it similarly for your skimmer if you want that delay.
 
This will not work on skimmer due to Lights being on a timmer setup and the skimmer ia 000 always on, so the time 010 wont help skimmer and if on timmer it wound not do feed mode.
At least thats what I have come to find out, If anyone knows diff PLEASE let me know.
I did figure out feed mode
 
 
Back to Top
 Post Reply Post Reply Page  12>
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.03
Copyright ©2001-2018 Web Wiz Ltd.

This page was generated in 3.422 seconds.