- Joined
- Aug 25, 2015
- Messages
- 493
- Reaction score
- 138
Curious if anyone has used the break out box for apex to have a button that you press and it turns off all of the system. And then vice versa.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
+1I use Feedmode D on my Apex to turn all systems off
Can you tell me the materials you used!
I use Feedmode D on my Apex to turn all systems off
Another +1
I'll check it out tonight! Thanks!The feed cycle is a program statement you add to an existing outlet, as the last statement in this format:
If [FEED A B C or D] [Time in minutes] Then [ON/OFF/PROFILE]
Example:
If FeedD 005 Then OFF
This will turn an outlet off for an additional 5 minutes that the feed mode is set to.
Setting the feed time:
From the AquaController
Press middle button to access the menu
Main Menu > Setup > Outlet Setup > Feed Interval > Select Feed ABC or D, set the time in minutes and save.
From the classic dashboard
Apex/
Configuration > Misc setup > set the interval time for each feed mode here > Update Misc Settings to save.
To use the feed D, add this as the last statement to the outlet you want to turn off (can be on or off or execute a profile you have created):
If FeedD 005 Then OFF

