Results 1 to 6 of 6

Thread: Email Notifications programming

  1. #1
    Regular Vistor
    Join Date
    Oct 2016
    Location
    New york
    Posts
    47

    Email Notifications programming

    So I have a few questions as I am just programming apex now. I am trying to setup an email alert with the outlets to make sure if something is off for 30 mins to notify me. here is my code what am i doing wrong:

    created virtual outlet

    Check_Me_Out:

    Set OFF
    If Output Skimmer_3_5 = OFF Then ON
    If Output gyre_eb8_2_5 = OFF Then ON
    If Output Rtn_pump_3_6 = OFF Then ON
    Defer 030:00 Then ON

    email notifications

    Fallback OFF
    Set OFF
    If Tmp > 80.0 Then ON
    If Tmp < 77.8 Then ON
    If Salt > 37.0 Then ON
    If Salt < 33.1 Then ON
    If Power EB8_2 Off 000 Then ON
    If Power EB832 Off 000 Then ON
    If Power Apex Off 000 Then ON
    If Output Check_me_out = ON Then ON

    I then turned off gyres for 45 mins and did not get the email notification????

  2. #2
    Regular Vistor
    Join Date
    Oct 2016
    Location
    New york
    Posts
    47
    bump anyone? i am not getting these alerts

  3. #3
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Are you getting the other alerts? Do you get it if that outlet is set to manual ON?

    You might be an engineer if...You have no life and can prove it mathematically.

  4. #4
    Regular Vistor
    Join Date
    Oct 2016
    Location
    New york
    Posts
    47
    i have not tried set to manual ON. I will try. I have not gotten any alerts as they have not tripped yet.

  5. #5
    Regular Vistor
    Join Date
    Oct 2016
    Location
    New york
    Posts
    47
    I resolved this.. i removed that check_me and added it to the email alert.

  6. #6
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    If you added a 30 minute Defer to your email outlet, be aware that applies to all conditions. So for instance, if your temp drops, you wont get the notice for 30 minutes.

Similar Threads

  1. setting email address for email notifications.
    By SeekingWisdom in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 11-24-2018, 09:21
  2. Help! More detailed email notifications
    By P-Dub in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 24
    Last Post: 07-11-2018, 05:04
  3. Question: Notifications email/text
    By arlin in forum Misc Apex Usage & Programming
    Replies: 6
    Last Post: 12-27-2016, 12:23
  4. Testing email notifications with fusion
    By schnitzelreef in forum Networking & Internet Connectivity
    Replies: 4
    Last Post: 03-16-2014, 20:42
  5. Question: Coding for email Notifications?
    By DarthSimon in forum Networking & Internet Connectivity
    Replies: 10
    Last Post: 03-11-2013, 16:38

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
  •