Alert timing question.

southerntnreefer

Valuable Member
View Badges
Joined
Feb 19, 2018
Messages
2,214
Reaction score
1,467
Location
Southern Middle TN
What state or country do you live in
Tennessee
Rating - 0%
0   0   0
Hey all, I setup my breakout box last week. I have a float in my ato resivoir amongst other things. It alerts when low. My question is, can I have it alert once every 24 hours vs every hour? When it's "low" I have a day or 2 before I actually have to fill it. ( No I can't put the switch any lower.) If not no biggie I'll either fill it early at ignore until it's time.
 
I think you could put a DEFER command in the program to delay the alarm for 24 hours but @SuncrestReef could probably confirm how to do it.

Like If ATO Res low then ON
Defer xxx:xx in minutes
 
The following code would give you an alert every day at noon. The drawback to this approach is that you won’t get the alert at the moment the switch detects the low water. For example, if the switch changes at 1:00pm, you wouldn’t get the first alert for 23 hours.

[Alert_ATOres]
OSC 720:00/001:00/719:00 Then ON
If ATOres CLOSED Then OFF

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

Another approach is a one-time alarm:

[Alert_ATOres]
Set OFF
If ATOres OPEN Then ON
When On > 010:00 Then OFF

I described this method in my Apex Alarm Programming tutorial:

https://www.reef2reef.com/ams/neptune-apex-programming-tutorials-part-6-alarms.707/
 
The following code would give you an alert every day at noon. The drawback to this approach is that you won’t get the alert at the moment the switch detects the low water. For example, if the switch changes at 1:00pm, you wouldn’t get the first alert for 23 hours.

[Alert_ATOres]
OSC 720:00/001:00/719:00 Then ON
If ATOres CLOSED Then OFF

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

Another approach is a one-time alarm:

[Alert_ATOres]
Set OFF
If ATOres OPEN Then ON
When On > 010:00 Then OFF

I described this method in my Apex Alarm Programming tutorial:

https://www.reef2reef.com/ams/neptune-apex-programming-tutorials-part-6-alarms.707/
Ah yes I'd still want the initial alarm and then again on 14 hours. No big deal I'll just learn to roll it early I guess LOL.
 

HOW MUCH DOES A FISH’S FEEDING REQUIREMENTS AFFECT YOUR STOCKING DECISIONS?

  • A lot! - I avoid fish that require frequent or specialized feeding

    Votes: 12 29.3%
  • Quite a bit, but an automatic feeder can change my answer

    Votes: 6 14.6%
  • It depends on whether my nutrient export can handle it

    Votes: 6 14.6%
  • It depends on how badly I want the fish

    Votes: 10 24.4%
  • Not much. I’m willing to adjust my routine

    Votes: 9 22.0%
  • Not at all. Feeding demands don’t limit my stocking choices

    Votes: 7 17.1%
  • I usually learn about the demanding feeding schedule after buying the fish!

    Votes: 2 4.9%
  • I haven’t really considered this before

    Votes: 3 7.3%
  • Something else (see my comments in the thread)

    Votes: 1 2.4%

New Posts

Back
Top
Home
Post thread…
Market
What's new