Silence Neptune Atk alarm when in feed mode?

Naturalreef

Well-Known Member
View Badges
Joined
Oct 3, 2015
Messages
742
Reaction score
595
Rating - 100%
2   0   0
Can someone please post their programming to silence Neptune Atk alarm when in feed mode please.

Thank-you!
 

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,228
Location
Oregon
Rating - 0%
0   0   0
The best way is to use a virtual output to monitor the ATK sensor and Feed mode, then only report on the virtual output in the actual alarm code:

[Alarm_ATK_Hi] — new virtual output
Set OFF
If ATK_Hi CLOSED Then ON
If FeedA 001 Then OFF

[EmailAlm]
Set OFF
If Output Alarm_ATK_Hi = ON Then ON

This method allows all of your other alarm conditions to still be monitored during Feed, with only the ATK excluded.

If you’re not familiar with virtual outputs, see my tutorial here:
 

Making aqua concoctions: Have you ever tried the Reef Moonshiner Method?

  • I currently use the moonshiner method.

    Votes: 42 20.8%
  • I don’t currently use the moonshiner method, but I have in the past.

    Votes: 3 1.5%
  • I have not used the moonshiner method.

    Votes: 148 73.3%
  • Other.

    Votes: 9 4.5%
Back
Top