Results 1 to 5 of 5

Thread: Email Alarm Settings during Feed Modes

  1. #1
    Regular Vistor
    Join Date
    Sep 2016
    Location
    Ocala, Fl / EST
    Posts
    36

    Question Email Alarm Settings during Feed Modes

    I want my Apex to NOT send alerts when performing Water Changes or Feeding the tank. Right now my ATK triggers the alert for the sensor I've renamed SumpHi.

    I read that alerts are prioritized from top to bottom.

    So will this work?

    Set OFF
    If FeedA Then OFF
    If FeedB Then Off
    If FeedC Then OFF
    If FeedD Then OFf
    If Output Water_Change = ON Then OFF
    If Error ATK_Pump Then ON
    If SumpHi CLOSED Then ON
    If ATO_Lo OPEN Then ON
    If pH < 7.8 Then ON
    If Tmp < 76 Then ON
    If Tmp > 82 Then ON

  2. #2
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    No, commands are EVALUATED top to bottom, FALSE statements are skipped, so last TRUE statement prevails. Move the FEED and Water_Change checks to the end.

  3. #3
    Regular Vistor
    Join Date
    Sep 2016
    Location
    Ocala, Fl / EST
    Posts
    36
    So this would be more proper:

    If Error ATK_Pump Then ON
    If SumpHi CLOSED Then ON
    If dKH_Lo OPEN Then ON
    If Ca_Lo OPEN Then ON
    If FeedA 000 Then OFF
    If FeedB 000 Then OFF
    If FeedC 000 Then OFF
    If FeedD 000 Then OFF
    If Output WaterChange = ON Then OFF

  4. #4
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    Yes, but don't forget the Set OFF. Stays at the top.

  5. #5
    Regular Vistor
    Join Date
    Sep 2016
    Location
    Ocala, Fl / EST
    Posts
    36
    Thanks.

    It is, a hasty drag selection led to it not being including.

Similar Threads

  1. Confused by Email Alarm settings...
    By Belibo in forum Misc Apex Usage & Programming
    Replies: 1
    Last Post: 03-21-2020, 14:27
  2. Feed Modes
    By JasonRoth74 in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 09-08-2019, 05:53
  3. Logging Feed Modes?
    By Thales in forum Misc Apex Usage & Programming
    Replies: 1
    Last Post: 12-27-2018, 14:50
  4. Help! Alarm off During Feed Modes
    By jtgrimes in forum Misc Apex Usage & Programming
    Replies: 15
    Last Post: 02-03-2016, 09:56
  5. any way to rename feed modes?
    By petere1989 in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 4
    Last Post: 01-22-2014, 14:30

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •