Apex Flow Rate Alarm

Adalius

Active Member
View Badges
Joined
Feb 6, 2019
Messages
144
Reaction score
222
Location
Fond Du Lac
Rating - 0%
0   0   0
Hey gang,
I have a flow meter set up on my ATO line and I want it to alert me if it runs over a certain rate for a certain time. Like if it's dumping 4 GPM for more than 5 minutes...

The programming for the input itself allows me to turn on an alarm if the flow rate is above (or below) certain values, but does not allow for a time component and has no advanced programming.

Based on that, I presume what I need to do is make a virtual outlet that does something like:
Set Off
Fallback Off
If ATOFlw > 3 Then On
Defer 5:00 Then On

Then in my email alarm do something like:
If VATOOut On Then On

Is that the right way to go about this?
 

rkpetersen

walked the sand with the crustaceans
View Badges
Joined
Sep 14, 2017
Messages
4,528
Reaction score
8,866
Location
Near Seattle
Rating - 0%
0   0   0
That's correct. That will alert you if the flow rate has been over 3 for 5 minutes continuously.

You can omit the Fallback statement, they are meaningless with VOs.

Correct syntax for the alarm statement would be: If Output VATOOut = ON Then ON
 

ca1ore

10K Club member
View Badges
Joined
Oct 28, 2014
Messages
13,940
Reaction score
19,791
Location
Stamford, CT
Rating - 0%
0   0   0
That’s clever, hadn’t occurred to me to use the defer statement as a form of countdown.
 

Freshwater filter only or is it? Have you ever used an HOB filter on a saltwater tank?

  • I currently use a HOB filter on my reef tank.

    Votes: 50 25.8%
  • I don’t currently use a HOB filter on my reef tank, but I have in the past.

    Votes: 49 25.3%
  • I have used a HOB on fish only or quarantine tanks, but not on the display tank.

    Votes: 43 22.2%
  • I have never used a HOB on a saltwater tank.

    Votes: 48 24.7%
  • Other.

    Votes: 4 2.1%
Back
Top