CaRx advanced Apex programming

Reefahholic

Acropora Farmer
View Badges
Joined
Sep 5, 2014
Messages
8,121
Reaction score
6,797
Location
Houston, TX
Rating - 0%
0   0   0
Can you guys post a screen shot of your Apex coding? It’s been a minute since I played with the Apex. I think it’s been 3 years since I had my last one.

I’m gonna check out Neptune’s PDF on programming, but I just wanted to see what some of you are running. I’m assuming you plug your Carbon Doser into the Energy Bar and program for pH control.
 
Here is the actual programming for my Carbon Doser:
Set ON
Fallback ON

If you've got a carbon doser, you don't need to worry about turning it on or off to hit a certain pH. Just have the carbon doser at a particular setting, and then measure you alkalinity. If the alkalinity is dropping day-over-day, increase the bubble rate. If the alkalinity is increasing, decrease the bubble rate.

I have a pH probe in my calcium reactor which I only use for alerting (for example if the CO2 ran out and the pH in the calcium reactor went way up), and never alerts because the carbon doser is very reliable.
 
Do not succumb to the dark side of the force!
dont-do-this.gif
 
Thx danoo!

Here is the actual programming for my Carbon Doser:


If you've got a carbon doser, you don't need to worry about turning it on or off to hit a certain pH. Just have the carbon doser at a particular setting, and then measure you alkalinity. If the alkalinity is dropping day-over-day, increase the bubble rate. If the alkalinity is increasing, decrease the bubble rate.

I have a pH probe in my calcium reactor which I only use for alerting (for example if the CO2 ran out and the pH in the calcium reactor went way up), and never alerts because the carbon doser is very reliable.
 
Last edited:
If you've got a carbon doser, you don't need to worry about turning it on or off to hit a certain pH. Just have the carbon doser at a particular setting, and then measure you alkalinity. If the alkalinity is dropping day-over-day, increase the bubble rate. If the alkalinity is increasing, decrease the bubble rate.

I do have a Carbon Doser. So why even plug into your Apex? Fallback ON Set ON. That’s a wasted outlet. :-)
 
Last edited:
I do have a Carbon Doser. So why even plug into your Apex? Fallback ON Set ON. That’s a wasted outlet. :)
Feed Mode, Water change virtual outlet, Apex loses power. Don't want it dumping effluent or PH building up if any of these equal true.
 
Feed Mode, Water change virtual outlet, Apex loses power. Don't want it dumping effluent or PH building up if any of these equal true.

100% agree! That’s why I bought another controller.

My Apex will likely never lose power because I plan to buy the 12V power supply and plug it into battery backup along with my Router and Energy Bar.
 
Here’s an example of another Reefer:

Fallback OFF
If CRX_pH > 6.70 Then ON
If CRX_pH < 6.60 Then OFF
Defer 001:00 Then OFF
Defer 001:00 Then ON
If Output CRx_Pump_7 = OFF Then OFF
 
Heres mine

Fallback ON
Set ON
If FeedA 000 Then OFF
If FeedD 000 Then OFF
If Output Water_Change = ON Then OFF
If Output Apex_Pwr = ON Then OFF
If Output CARX_OFF = ON Then OFF
Defer 003:00 Then ON
 
Heres mine

Fallback ON
Set ON
If FeedA 000 Then OFF
If FeedD 000 Then OFF
If Output Water_Change = ON Then OFF
If Output Apex_Pwr = ON Then OFF
If Output CARX_OFF = ON Then OFF
Defer 003:00 Then ON

I really need to get in the apex PDF and look at the code. I was unable to transfer all my old coding because it’s been 3 years or so. I tried but it didn’t work. Not sure if I can get it or not. My old apex still shows up in Fusion and when I try to link it, none of my coding transfers over.
 
I really need to get in the apex PDF and look at the code. I was unable to transfer all my old coding because it’s been 3 years or so. I tried but it didn’t work. Not sure if I can get it or not. My old apex still shows up in Fusion and when I try to link it, none of my coding transfers over.

You probably need to go to apex.local on your old device, and export the config.

If you go into the Neptune Apex forums, Zombie can help you out.
 
You probably need to go to apex.local on your old device, and export the config.

If you go into the Neptune Apex forums, Zombie can help you out.

Yeah I went to Apex local. I’ll try it again. l must of did something wrong.
 
You cant tranfer code from apex classic to the newer apex. You can however copy code to a word document then paste it into fusion for the new apex...
 
Well, you didn’t list the failsafes! :)

So my thoughts are to have the controller react to CaRx pH, and System pH. Of course several failsafes as well.

This is my only failsafe, from email alarm:
If pH_CR > 7.40 Then ON

I respect the reasoning for other people having complicated rules, but remember that every rule is an additional thing that can go wrong, and an additional thing you have to think about when debugging problems. The Carbon Doser is a very reliable piece of equipment that you are always verifying is working on an end-to-end basis by checking on your alkalinity. For me, the simpler the rules, the better.
 
You cant tranfer code from apex classic to the newer apex. You can however copy code to a word document then paste it into fusion for the new apex...

Ahh that’s why. I had the classic. I can’t even see the code though.
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%
Back
Top