Reef Central Online Community

Go Back   Reef Central Online Community > Sponsor Forums > Neptune Systems
Blogs FAQ Calendar

Notices

User Tag List

Reply
Thread Tools
Unread 08/29/2016, 05:49 PM   #1
Csharp
Registered Member
 
Join Date: Aug 2016
Posts: 4
Advanced programing

Ok, so I have some understanding of apex programming. I want to hit the feed a and have my return pump turn off skimmer off, and my mp40 to constant 20% for 20 min. that's the easy part. After the 20 minutes I want the return to turn on and the mp40's to turn on 100% to move the food out of the display for 5 min. At this point I want the skimmer to turn on.

Skimmer and the pump are easy I just keep rattling my brain on how to compound commands like this. Can this be accomplished or am I trying do the impossible?


Csharp is offline   Reply With Quote
Unread 09/02/2016, 05:49 PM   #2
Holyreefer
Octopus Extreme 300 Skimr
 
Holyreefer's Avatar
 
Join Date: Oct 2002
Posts: 2,242
use the programming of DEFER
You can tell the apex to keep the skimmer off for an additional 20 mins using defer
You could tell the apex to defer the pump to 80% after the feed a


__________________
Life is what you make it, so make something out of everything you do!

Current Tank Info: GYRE 150,Seaswirl 1.5, Barcuda Pump, Custom LED system, Extreme Reef Octopus 300 Protein Skimmer, 80 watt Aqua UV, Korallin BioDenitrator Nitrate, Hydor Magnum 8 Powerheads
Holyreefer is offline   Reply With Quote
Unread 09/03/2016, 07:27 PM   #3
Csharp
Registered Member
 
Join Date: Aug 2016
Posts: 4
Thanks for the knowledge. Would it read something like

If feed a 000 then slow. (I have a profile for 20% power while feeding named slow)

The new code would be like
If feed a defer 15 min then fast (ill have to set up a profile for 80 percent)

Correct?


Csharp is offline   Reply With Quote
Unread 09/21/2017, 10:06 AM   #4
mjc0760
Registered Member
 
mjc0760's Avatar
 
Join Date: Feb 2015
Location: Robbinsville NJ
Posts: 98
Quote:
Originally Posted by Csharp View Post
Thanks for the knowledge. Would it read something like

If feed a 000 then slow. (I have a profile for 20% power while feeding named slow)

The new code would be like
If feed a defer 15 min then fast (ill have to set up a profile for 80 percent)

Correct?
I don't think you need a DEFER command to accomplish your goal here. To run your Slow profile in feed mode, assuming you have a 15 minute feed period, use:

If Feed_A 015 Then Slow

Once the Feed A cycle is done, your main profile, e.g., Fast or whatever it might be based on the time of day, would take over again. Holyreefer is spot on about needing a DEFER command on your skimmer. But you would do that in the Skimmer Output coding. Here's mine as an example:

[Skimmer]
Fallback OFF
Set ON
If Output Return_3_7 = OFF Then OFF
If Power Apex Off 005 Then OFF
Defer 002:00 Then ON
If Outlet Sump_high = ON Then OFF


__________________
Aqueon 90g RR, Trigger Systems Emerald 34 sump, 2 Radion XR30w G3 PROs, Vertex Omega 150 Skimmer, MaxSpect Gyre XF130 and XF230, Sicce Syncra Silent 4.0 Return, Apex Controller, Avast ATO, BRS Media R

Current Tank Info: 90 gallon mixed reef

Last edited by mjc0760; 09/21/2017 at 10:13 AM.
mjc0760 is offline   Reply With Quote
Unread 09/21/2017, 10:19 AM   #5
mjc0760
Registered Member
 
mjc0760's Avatar
 
Join Date: Feb 2015
Location: Robbinsville NJ
Posts: 98
Quote:
Originally Posted by mjc0760 View Post
I don't think you need a DEFER command to accomplish your goal here. To run your Slow profile in feed mode, assuming you have a 15 minute feed period, use:

If Feed_A 015 Then Slow

Once the Feed A cycle is done, your main profile, e.g., Fast or whatever it might be based on the time of day, would take over again. Holyreefer is spot on about needing a DEFER command on your skimmer. But you would do that in the Skimmer Output coding. Here's mine as an example:

[Skimmer]
Fallback OFF
Set ON
If Output Return_3_7 = OFF Then OFF
If Power Apex Off 005 Then OFF
Defer 002:00 Then ON
If Outlet Sump_high = ON Then OFF
I just realized it might help if you saw my Return pump code. My FeedA is for feeding fish, FeedB is for Corals (15 minutes w/all powerheads off) and FeedD is 1 hour maintenance:

[Return_3_7]
Fallback OFF
Set ON
If FeedA 010 Then OFF
If FeedB 015 Then OFF
If FeedD 060 Then OFF
If Outlet Sump_high = ON Then OFF


__________________
Aqueon 90g RR, Trigger Systems Emerald 34 sump, 2 Radion XR30w G3 PROs, Vertex Omega 150 Skimmer, MaxSpect Gyre XF130 and XF230, Sicce Syncra Silent 4.0 Return, Apex Controller, Avast ATO, BRS Media R

Current Tank Info: 90 gallon mixed reef
mjc0760 is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On



All times are GMT -6. The time now is 10:22 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Powered by Searchlight © 2024 Axivo Inc.
Use of this web site is subject to the terms and conditions described in the user agreement.
Reef CentralTM Reef Central, LLC. Copyright ©1999-2022
User Alert System provided by Advanced User Tagging v3.3.0 (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.