New apex/2016

Saltmix

New Member
View Badges
Joined
Apr 26, 2016
Messages
22
Reaction score
10
Rating - 0%
0   0   0
Hi this is my first controller/ can you tell me how to wright code so that if my return pump is off my skimmer will also turn off /just in case outlet fails on eb832
 
This is for my skimmer I use the feed command to turn off my pumps, Skimmer and so on
Just put this into your configure page and save you can input the same into anything else you want to turn off as well
Below is my skimmer

Fallback OFF
Set ON
If Outlet ReturnPu3_2 = OFF Then OFF
If FeedA 000 Then OFF
If FeedC 030 Then OFF
If FeedB 000 Then OFF
Defer 010:00 Then ON


Below is my pump commands telling it how long to keep off when I press the corresponding feed command

Fallback ON
Set ON
OSC 000:00/005:00/000:00 Then ON
If FeedA 000 Then OFF
If FeedC 030 Then OFF
If FeedD 120 Then OFF
 
This is for my skimmer I use the feed command to turn off my pumps, Skimmer and so on
Just put this into your configure page and save you can input the same into anything else you want to turn off as well
Below is my skimmer

Fallback OFF
Set ON
If Outlet ReturnPu3_2 = OFF Then OFF
If FeedA 000 Then OFF
If FeedC 030 Then OFF
If FeedB 000 Then OFF
Defer 010:00 Then ON


Below is my pump commands telling it how long to keep off when I press the corresponding feed command

Fallback ON
Set ON
OSC 000:00/005:00/000:00 Then ON
If FeedA 000 Then OFF
If FeedC 030 Then OFF
If FeedD 120 Then OFF


Remove the OSC programming highlighted in Red (above) if you are wanting that pump to be on all the time except when you initiate a feed mode.
 
Easiest way to write the program to have the skimmer shut off when the return shuts off is this.

"If outlet (put your return outlet name here) = off then off"

You put that in your skimmer outlet programming.
 

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