Apex afs

  • Thread starter Thread starter Chipp
  • Start date Start date
  • Tagged users None

Chipp

Community Member
View Badges
Joined
Sep 23, 2018
Messages
77
Reaction score
97
Rating - 0%
0   0   0
I have an afs and when i do a feed cycle i have the return pump turn off. I also have a sump level high sensor that i have an alert set up for. I have it so that i don’t get an alert when the sump hi is triggered due to the feed cycle turning off the return pump, but the alarm gets triggered at the end of the feed cycle because the return takes a few seconds to return the sump level to normal. I know i can use a defer but i am not sure what outle to put it on.

Programs:
FMM_HI CLOSED S the level sensor

[afs]
OSC 000:00/000:30/000:30 Then ON
If Output VO_AFSstart = OFF Then OFF
If Output VO_AFSstop = ON Then OFF

[vo_feed]
Set OFF
If Time 13:00 to 13:05 Then ON
If Time 16:00 to 16:05 Then ON
If Time 19:00 to 19:05 Then ON
If FeedA 001 Then ON

[vo_afsstart]
Set OFF
If Output VO_FEED = ON Then ON
Defer 001:00 Then ON

[vo_afsstop]
Set OFF
If Output VO_FEED = ON Then ON
Defer 004:00 Then ON

[vo_high_sump]
Fallback OFF
Set OFF
If FMM_HI CLOSED Then ON
If Output VO_FEED = ON Then OFF
 

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%

New Posts

Back
Top