Programming Trident dosing AFR with BRS 1.1 doser

Users Who Are Viewing This Thread (Total: 1, Members: 0, Guests: 1)

GabeM

King of... something.
View Badges
Joined
Jan 15, 2019
Messages
685
Reaction score
932
Location
Worcester
Rating - 0%
0   0   0
Okay so I have been the proud owner of an Apex for a little over a month and want to make sure my programming is right. I picked up a Trident over the weekend as the tank is in the office and I only see it once a week right now.

I have found a few examples that used 2-3 virtual outputs per parameter but that seemed like a lot so I simplified. So far the results seem right. The tank utilizes about 14ML of All for reef per day but I want to keep the Alkalinity between 8 and 9. The logic is as follows:

ALK higher than 9 then stop dosing
ALK less than 9 but higher than 8 then dose every hour for 30 seconds (2ML/hr)
ALK less than 8 then dose every 30 minutes for 30 seconds (4ML/hr)
Only dose between 4am and 6pm.

Right now I am dosing 2x normal dosage as the alkalinity had dropped to 6, this will likely be modified in the future.

BRS 1.1 Doser outlet AFRDoser - output 2ML per minute
Code:
Fallback OFF
Set OFF
OSC 000:00/000:30/059:30 Then ON
If Output AFR_INC = ON Then ON
If Time 17:59 to 03:59 Then OFF
If Alkx4 > 9.00 Then OFF

Virtual Output AFR_INC
Code:
Fallback OFF
Set OFF
OSC 030:00/000:30/029:30 Then ON
If Alkx4 > 8.00 Then OFF
If Cax4 > 580 Then OFF
If Mgx4 > 1600 Then OFF

Feedback is appreciated.
 

When to mix up fish meal: When was the last time you tried a different brand of food for your reef?

  • I regularly change the food that I feed to the tank.

    Votes: 38 24.2%
  • I occasionally change the food that I feed to the tank.

    Votes: 53 33.8%
  • I rarely change the food that I feed to the tank.

    Votes: 47 29.9%
  • I never change the food that I feed to the tank.

    Votes: 15 9.6%
  • Other.

    Votes: 4 2.5%
Back
Top