Apex-How to tell what is turning my EB outlet off?

Reefs and Geeks

Well-Known Member
View Badges
Joined
May 2, 2019
Messages
789
Reaction score
800
Location
Transylvania
Rating - 0%
0   0   0
Hello,

I am new to my apex, so trying to slowly get everything set up. Yesterday I plugged my return pumps in and had the outlets set to AUTO. I don't believe I have any programing in for the outlets that they are plugged into yet, however I later went to check on one of my tanks and saw the return pump outlet was shut off. I manually turned all of my outlets in fusion to ON so I don't have to worry about they turning off when they shouldn't, but not I'm afraid to turn any outlet to auto because I don't know how to tell what will cause it to shut the outlet off.

Is there somewhere I can look to see all commands that would possibly control an outlet so I can tell what could cause it to shut off? Or a log of inputs that give a command to shut an outlet off?

Isa there a way to reset an outlet so I can be sure there is no lingering programming that will unexpectedly shut the outlet off?
 

vetteguy53081

Well known Member and monster tank lover
View Badges
Joined
Aug 11, 2013
Messages
91,876
Reaction score
202,918
Location
Wisconsin -
Rating - 100%
13   0   0
Return pump you want to click and leave on “ON”
Auto only if you want to give it a Time Out for feeding schedule
 
OP
OP
R

Reefs and Geeks

Well-Known Member
View Badges
Joined
May 2, 2019
Messages
789
Reaction score
800
Location
Transylvania
Rating - 0%
0   0   0
Return pump you want to click and leave on “ON”
Auto only if you want to give it a Time Out for feeding schedule
I am planning on setting up this outlet so that I can set up a "feed mode" to shut off the return pump for 45minutes and turn back on automatically. This return pump is for my frag tank, and I would like to be able to press a button and have the return turn off so I can either get top down pictures of my frags, or so visitors can see them all. Then I don't have to remember to turn them back on, or plug them in when I'm done. For the moment, I'll just leave them on and turn the outlet off manually until I figure it out.
 

Mical

2500 Club Member
View Badges
Joined
Aug 7, 2017
Messages
3,790
Reaction score
6,404
Location
Montrose
Rating - 0%
0   0   0
In fusion next to your "return pump" outlet there's a little gear in the upper right side, click on it and you'll see what options you have. Easier yet goto to "tasks" in upper bar of fusion and click on return pump and assign it to the outlet you want return pump on.
 

vetteguy53081

Well known Member and monster tank lover
View Badges
Joined
Aug 11, 2013
Messages
91,876
Reaction score
202,918
Location
Wisconsin -
Rating - 100%
13   0   0
For the task you want to do, suncrest likely has a template for you

@SuncrestReef
 
Last edited:

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,217
Location
Oregon
Rating - 0%
0   0   0
Hello,

I am new to my apex, so trying to slowly get everything set up. Yesterday I plugged my return pumps in and had the outlets set to AUTO. I don't believe I have any programing in for the outlets that they are plugged into yet, however I later went to check on one of my tanks and saw the return pump outlet was shut off. I manually turned all of my outlets in fusion to ON so I don't have to worry about they turning off when they shouldn't, but not I'm afraid to turn any outlet to auto because I don't know how to tell what will cause it to shut the outlet off.

Is there somewhere I can look to see all commands that would possibly control an outlet so I can tell what could cause it to shut off? Or a log of inputs that give a command to shut an outlet off?

Isa there a way to reset an outlet so I can be sure there is no lingering programming that will unexpectedly shut the outlet off?
You can view and/or change the programming for any output by clicking its gear icon:

1606766758044.png

This will open up the configuration screen for that output. It will either be set with a specifc "Control Type", or will be set to "Advanced" where the programming code is displayed. Every new Apex comes with outputs pre-configured for specific Control Types, so where you have your return pump plugged in may have actually been pre-programmed as a light on a timer or other type of device:

1606767060568.png


See my tutorial on Apex Control Types for a complete description of each type, and the programming they produce:
 

willtheld

Community Member
View Badges
Joined
Nov 6, 2015
Messages
63
Reaction score
34
Location
Chicago, Not the suburbs.
Rating - 0%
0   0   0
Return pump you want to click and leave on “ON”
Auto only if you want to give it a Time Out for feeding schedule
I'd argue against that, if you have an outlet you want to stay on using the SET ON command in the programming, and leaving the outlet on auto is a much better solution in my head. The reason being it's easier to remember to leave everything on auto and quicker to glance down the list if everything is uniform on the main page than trying to remember what everything needs to be set at individually. It's also easier for 3rd parties coming in to take care of your tank to understand where to leave things set at. Solid apex programming can lead to a more intuitive user experience.
 

vetteguy53081

Well known Member and monster tank lover
View Badges
Joined
Aug 11, 2013
Messages
91,876
Reaction score
202,918
Location
Wisconsin -
Rating - 100%
13   0   0
I'd argue against that, if you have an outlet you want to stay on using the SET ON command in the programming, and leaving the outlet on auto is a much better solution in my head. The reason being it's easier to remember to leave everything on auto and quicker to glance down the list if everything is uniform on the main page than trying to remember what everything needs to be set at individually. It's also easier for 3rd parties coming in to take care of your tank to understand where to leave things set at. Solid apex programming can lead to a more intuitive user experience.
if you have an outlet you want to stay on using the SET ON command in the programming, and leaving the outlet on auto is a much better solution in my head.

For me leaving it on-"SET ON" which I previously indicated assures the pump stays constant as I am not up for losing $7,000 in livestock due to a program fault or interuption as experienced by OP. I dont do intervals nor feeding modes and do not want any fallbacks as i have a 6000 gal/hr pump for entire system which is DC. My outlet has an alarm that will alert me of flow disruption via flow sensor if there is a disruption in flow.

For feeding purposes,

How you use the Feed Cycles is up to you :
  • FeedA — Feeding fish. Turns off powerheads, skimmer, and sets return pump to 1% for 5 minutes.
  • FeedB — Feeding corals. Turns off powerheads, skimmer, and sets return pump to 1% for 10 minutes.
  • FeedC — Photography. Turns off powerheads, skimmer, sets return pump to 1%, sets lights to whiter spectrum for 30 minutes.
  • FeedD — Feeding fish with Auto Feeder. Turns off powerheads, skimmer, and sets return pump to 1% for 5 minutes, and activates feeder for one rotation.
This is accomplished by adding the following line to each output you’d like off during the Feed Cycle:

If [FEED CYCLE] [DELAY] Then [ON/OFF/PROFILE]

For example, the powerheads are turned off with this code:

If FeedA 000 Then OFF
If FeedB 000 Then OFF
If FeedC 000 Then OFF
If FeedD 000 Then OFF
 

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,217
Location
Oregon
Rating - 0%
0   0   0
if you have an outlet you want to stay on using the SET ON command in the programming, and leaving the outlet on auto is a much better solution in my head.

For me leaving it on-"SET ON" which I previously indicated assures the pump stays constant as I am not up for losing $7,000 in livestock due to a program fault or interuption as experienced by OP. I dont do intervals nor feeding modes and do not want any fallbacks as i have a 6000 gal/hr pump for entire system which is DC. My outlet has an alarm that will alert me of flow disruption via flow sensor if there is a disruption in flow.

For feeding purposes,

How you use the Feed Cycles is up to you :
  • FeedA — Feeding fish. Turns off powerheads, skimmer, and sets return pump to 1% for 5 minutes.
  • FeedB — Feeding corals. Turns off powerheads, skimmer, and sets return pump to 1% for 10 minutes.
  • FeedC — Photography. Turns off powerheads, skimmer, sets return pump to 1%, sets lights to whiter spectrum for 30 minutes.
  • FeedD — Feeding fish with Auto Feeder. Turns off powerheads, skimmer, and sets return pump to 1% for 5 minutes, and activates feeder for one rotation.
This is accomplished by adding the following line to each output you’d like off during the Feed Cycle:

If [FEED CYCLE] [DELAY] Then [ON/OFF/PROFILE]

For example, the powerheads are turned off with this code:

If FeedA 000 Then OFF
If FeedB 000 Then OFF
If FeedC 000 Then OFF
If FeedD 000 Then OFF
Hmmm...Your reply looks very familiar....

 

vetteguy53081

Well known Member and monster tank lover
View Badges
Joined
Aug 11, 2013
Messages
91,876
Reaction score
202,918
Location
Wisconsin -
Rating - 100%
13   0   0
OP
OP
R

Reefs and Geeks

Well-Known Member
View Badges
Joined
May 2, 2019
Messages
789
Reaction score
800
Location
Transylvania
Rating - 0%
0   0   0
Thanks guys! turns out the outlet was set up to be a light, and I had not changed the programming. I'll be combing through all of my outlets today to make sure they are set up for the proper equipment :) I'll also be reading through all of the reference material you guys posted. Really appreciate the help, and additional info. I'm really excited to get everything set up, but seems I'm going to be doing it a bit at a time and making sure everything I put in has the correct functionality before moving on to the next function. So far this apex is really fun :) I didn't realize how much using the apex is almost it's own hobby in a way

Quick question on the feed cycle (forgive me if the answer is in the links you guys sent that I hadn't gotten a chance to read yet)- What does the "delay" do in this command? Is that a delay before the outlet turns off after I hit the feed cycle? If FeedA 000 Then OFF
 

Reefing threads: Do you wear gear from reef brands?

  • I wear reef gear everywhere.

    Votes: 7 17.5%
  • I wear reef gear primarily at fish events and my LFS.

    Votes: 2 5.0%
  • I wear reef gear primarily for water changes and tank maintenance.

    Votes: 0 0.0%
  • I wear reef gear primarily to relax where I live.

    Votes: 5 12.5%
  • I don’t wear gear from reef brands.

    Votes: 24 60.0%
  • Other.

    Votes: 2 5.0%
Back
Top