Reef Automation Advanced Programming: Feed Mode, Water Change, and Fail-Safes

· emilynakatani · 4 min read
Reef Automation Advanced Programming: Feed Mode, Water Change, and Fail-Safes

Once the basic outlets are running, the real power of a reef controller lies in layered automation that protects the tank when things go wrong. This reef automation advanced programming guide walks through feed mode sequencing, full automated water changes, and the fail-safe patterns that experienced programmers build into every install. At Gensou Aquascaping in Everton Park, we write these routines into every commissioning job because Singapore reefers deal with thunderstorm power cuts, chiller trips, and week-long work trips where the tank must look after itself. The techniques below assume you already have basic outlet control working.

Building a Proper Feed Mode

Feed Mode A on the Apex is a virtual timer that other outlets reference. The classic mistake is only pausing the return pump. A full feed sequence should pause the return, pause all powerheads, disable the skimmer for a longer delay, pause the ATO, and suspend dosing. In Apex code, each outlet line reads If FeedA 000 Then OFF, with skimmer using If FeedA 030 Then OFF to keep the skimmer down 30 minutes longer than the pumps.

This prevents the skimmer from overflowing when frozen food releases organics and nutrients into the water column. An overflow in an HDB cabinet ruins laminate floors faster than any leak.

Automated Water Change Programming

A fully automated water change uses three dosing heads or two solenoid-controlled pumps: one to remove tank water, one to add new saltwater from a pre-mixed reservoir. Program both to run simultaneously at identical flow rates. A typical schedule draws 1 per cent of tank volume daily, so a 300 litre reef changes three litres a day, landing around 60 litres per month without ever touching a bucket.

Always add a level sensor in the fresh saltwater reservoir that disables the change pump when empty. Mix saltwater weekly using RODI from a Singapore-compatible unit such as SpectraPure or BRS, running at 50 psi booster pressure to compensate for low HDB water pressure.

Fail-Safe Virtual Outlets

The cornerstone fail-safe is a virtual outlet called SystemSafe. Its program reads each critical parameter and trips OFF if anything exceeds limits: temperature, pH, salinity, leak sensors. Every potentially dangerous outlet, including the heater, chiller, dosers, ATO, and auto water change, references this virtual outlet. A single anomaly then shuts down anything capable of compounding the problem.

Layer a second virtual outlet called NightMode that shuts the skimmer and pauses dosing during tank maintenance. Hit a single button in Fusion and the tank quietens down for water testing without editing individual programs.

Chiller Redundancy

Singapore reefs depend on chillers the way northern hemisphere reefs depend on heaters. Program two temperature triggers: the primary at 26.5 degrees Celsius switching the main chiller, and a backup at 27.2 degrees triggering a second smaller chiller or emergency fans. Include a defer of 60 seconds to avoid contactor wear. If your EB832 reports zero watts on the primary chiller outlet when it should be running, the Apex fires a push alert labelled clearly as Chiller Failure.

Dosing Pump Fail-Safes

Alkalinity dosed into an empty tank or an off return pump can cause massive pH swings. Write your doser outlet to disable whenever the return pump outlet is OFF, whenever FeedA is active, and whenever SystemSafe trips. Use a second virtual outlet called DoseSafe if your controller has limited outlet code length. These cascading checks add no cost but prevent the ugliest SPS tip burns.

Logging and Trend Review

Fusion stores years of probe data. Once a month, review the temperature, pH, and power logs for hidden patterns. A chiller that runs 5 per cent longer than last month hints at a failing compressor. A pH that peaks lower than before suggests skimmer fouling or lime buildup on air intake silencers. Catching these trends turns automation from reactive to predictive.

Singapore-Specific Considerations

Thunderstorms during the monsoon months cause brief blackouts that trip residual current devices. Always plug the Apex brain and one EB832 bank into a 600 VA UPS so programs continue running during short cuts. A generator inlet in landed homes is increasingly common for reefers with large systems. For HDB owners, a second consumer unit breaker dedicated to the tank prevents kitchen appliances from tripping the reef.

Related Reading

Conclusion

Advanced reef automation is not about adding more features, it is about making the features you already own behave safely when you are not watching. Feed mode, auto water change, and cascading fail-safes form the backbone of any serious reef controller programme. For commissioning support or code audits on existing Apex systems in Singapore, visit Gensou Aquascaping at 5 Everton Park.

emilynakatani

Still Have Questions About Your Tank?

Drop by Gensou Aquascaping — most walk-in questions get answered in under 10 minutes by someone who has set up hundreds of tanks.

5 Everton Park #01-34B, Singapore 080005 · Open daily 11am – 8pm

Related Articles