New Apex user need help

Joined
Jun 25, 2012
Messages
966
Likes
21
Points
18
Location
La Habra
#1
Can some please direct me to apex advance language programming. I'd like to program my apex to turn on/off my pump while feeding. Also advance programming during DT maintenance or maybe auto water change. Any advance function of this controller would help to fully control this device. TY.
 
Joined
Jun 25, 2012
Messages
966
Likes
21
Points
18
Location
La Habra
#3
Visited there site but they only teach you how to program without or less understanding with the programming it self. It's confusing. I'd like to learn in order to TS my apex incase I have issue.
 
Joined
Jan 22, 2013
Messages
1,308
Likes
43
Points
38
Location
Moreno Valley
#5
Can some please direct me to apex advance language programming. I'd like to program my apex to turn on/off my pump while feeding. Also advance programming during DT maintenance or maybe auto water change. Any advance function of this controller would help to fully control this device. TY.
Have you set it up to use on your phone yet? Which part are you stuck at? In sure Omar knows 1000x more than I do about the capabilities of the apex but if he doesn't get back to you soon you can just pm me your number and I'll try to walk you through what I can. I'm free all day
 
Joined
Aug 30, 2012
Messages
117
Likes
0
Points
16
Location
westminster
#6
I'm new to Apex to and I just figure out how to program feed cycle. If you already have your apex connect to your phone or your computer then to program feed cycle is pretty simple.
Apex has Feed A,B,C,D and each cycle is set to 5 min. For example, if you want to turn off return pump during Feed A cycle then you go to :

configuration --->outlet setup---> pick the outlet that your return pump is connect to. Under control type choose Advance, in the box you can use this code:
Fallback ON
Set ON
If FeedA 005 Then OFF

This mean when FeedA is activated then the return pump is OFF for 5 min and the "005" is a delay of another 5 min that the pump will be off. Total of 10min. But if you want only 5 min off during FeedA then you put "If FeedA 000 then OFF" then the pump will turn off for only 5min then will be turn on again.

and to change the feed cycle time for each FEED time then you go configuration---> misc setup---> and change feed interval from 5min to whatever you want.

ON the dashboard make sure the outlet for the return pump is on AUTO so that the program will be set.
 
Joined
Aug 30, 2012
Messages
117
Likes
0
Points
16
Location
westminster
#7
BTW you can use "If FeedA 005 then OFF " or "If FeedA 000 then OFF" for skimmer and other pumps in your tank during FeedA. Also to set for water change you can set to FeedB and set the time you want the pumps/skimmer/return to be off.
 
Joined
Jun 25, 2012
Messages
966
Likes
21
Points
18
Location
La Habra
#8
Yes the computer,iPad and iPhone part I got that running. Port forwarding not to good. Need help on this one to. Tried twice already but no luck so I decided to skip it for a while. Got the text messaging alert running. Is there any site that give you all this program codes? I'd like to play around and get use with codes before I plug this in. Nothing is plug in to apex at this time until I get all straight out. My RKL is doing the DT controlling at this time.
 
Joined
Jun 25, 2012
Messages
966
Likes
21
Points
18
Location
La Habra
#10
Thanx goober. Will do that. Apex made me regret buying RKL. This controller is like my aquarium secretary. Got 2eb8 and eb4 to play around and I'm loving it.
 
Joined
Jun 25, 2012
Messages
966
Likes
21
Points
18
Location
La Habra
#11
Aznpl questions : If FeedA 005 Then OFF - this mean it's off for 5 min right. Can I change 005 to any number to extend time? This 005 number represent as minutes right?
 
Joined
Oct 8, 2011
Messages
5,411
Likes
33
Points
48
Location
Tustin
#12
Aznpl questions : If FeedA 005 Then OFF - this mean it's off for 5 min right. Can I change 005 to any number to extend time? This 005 number represent as minutes right?

That "005" number is minutes(Delay) added to the "Feed" mode.

So if you have "FeedA" set to 5 minutes, then you will be adding a 5 minute delay "On Top" of the 5 minute "Feed" cycle for a total of 10 mins.

If you want your return pump to turn on as soon as "FeedA" is done your code should look like this:

If FeedA 000 Then OFF


Like Aznp said if you go into misc settings you can program how long you want each feed cycle to last
Here's how I have my FeedA set up

FeedA is set to 5 minutes
(You can change this time under misc settings..

My Return Pump is set:
If FeedA 000 Then OFF

My ATO is set:
If FeedA 002 Then OFF

My Skimmer is set:
If FeedA 005 Then OFF

So when I select FeedA:
My return pump is off for a total of 5 minute.
My ATO is off for a total of 7 minute
And my skimmer is off for a total of 10 mins.

This gives my sump the to stabilize the water level.


My FeedB is set longer at 15 mins
(I use this one for water changes)

My Return Pump is set:
If FeedB 000 Then OFF

My ATO is set:
If FeedB 002 Then OFF

My Skimmer is set:
If FeedB 005 Then OFF

So when I select FeedB:
My return pump is off for a total of 15 minute.
My ATO is off for a total of 17 minute
And my skimmer is off for a total of 20 mins.



Sent from my Galaxy Nexus using Tapatalk
 
Joined
Jun 25, 2012
Messages
966
Likes
21
Points
18
Location
La Habra
#14
Ok I have BRS doser that dose 30 ml total per day w/c i break it into 2- 15 ml. Now how do I program this in advance setting?
 

Latest posts

Top