inD aquatics logo
inD aquatics logo

All articles

Basic Coding and Scheduling in Apex Fusion™Updated 6 months ago

Basic Coding:

Fallback OFF
Set OFF
If Time 18:26 to 18:31 Then ON


Fallback OFF (this means that the port will default to OFF if your Apex enters a fallback state.)
Set OFF (This sets the port to OFF by default)
If Time 18:26 to 18:31 Then ON (this schedules the time the aF4 will trigger. For this example, the aF4 will feed once at 18:26 - the Apex requires a 5 minute window on the 0-10v ports for an activation)

If you'd like to feed multiple times in a day, the aF4 requires a 5 minute window between feeds. You can repeat the If Time 00:00 to 00:04 Then ON code as many times in the day as you'd like.

If you'd like to only feed on certain days, add this line of coding:

If DOW S-T-TFS Then OFF

The above example will result in the aF4 only feeding on MONDAY and WEDNESDAY.

Once you've completed your desired programming, set the port to "AUTO" on the Fusion dashboard.

Was this article helpful?
Yes
No