Results 1 to 4 of 4

Thread: Alarm

  1. #1
    Frequent Visitor MJNTWise's Avatar
    Join Date
    Oct 2017
    Location
    Fl.
    Posts
    51

    Alarm

    How would I write a line to send me a alarm if my ato runes for 5 mins?
    This is what I have now

    Fallback OFF
    Set OFF
    If ATO-Lo OPEN Then ON
    If ATO-Hi CLOSED Then OFF
    Defer 000:15 Then ON
    If Sum-Hi CLOSED Then OFF
    If Output SWRODI = ON Then ON
    Min Time 001:00 Then ON
    Min Time 001:00 Then OFF
    When On > 005:00 Then OFF

    Thanks
    Matt

  2. #2
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    The WHEN command will latch the ATO outlet in the manual OFF state and issue an error. You need to check for the error in your alarm outlet. Assuming the outlet is named ATO, I believe the syntax is :

    If Error ATO Then ON

  3. #3
    Frequent Visitor MJNTWise's Avatar
    Join Date
    Oct 2017
    Location
    Fl.
    Posts
    51
    Thanks....This is what I have so far...

    Set OFF
    If Sum-Hi CLOSED Then ON
    If Error ATO Then ON

  4. #4
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,464
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

Similar Threads

  1. Help! Recurrent alarm for digital switch that isnt in alarm state
    By jeremym in forum APEX Fusion
    Replies: 5
    Last Post: 12-20-2019, 16:08
  2. Replies: 3
    Last Post: 03-11-2019, 08:08
  3. Fusion Alarm texts are not the same as Alarm Emails
    By Krazie4Acans in forum APEX Fusion
    Replies: 16
    Last Post: 02-15-2017, 18:11
  4. Pulling an alarm for the wrong outlet, that doesn't need an alarm.
    By Scott.h in forum A2 Apex/ApexEL and A3 Apex Pro/Apex/Apex Jr
    Replies: 3
    Last Post: 12-03-2016, 09:24
  5. Replies: 4
    Last Post: 08-25-2014, 11:41

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
  •