Results 1 to 7 of 7

Thread: Email

  1. #1
    Frequent Visitor
    Join Date
    Jan 2015
    Location
    lexington
    Posts
    79

    Email

    Will this work:
    Set OFF
    If Tmpx4 > 82.0 Then ON
    If Tmpx4 < 75.0 Then ON
    If PH > 8.4 Then On
    If PH < 7.8 Then On
    If SwHigh OPEN Then OFF
    If SwMid OPEN Then OFF
    If SwLow OPEN Then OFF
    If Outlet MainPump = OFF Then OFF

    If this does work any suggest on adding anything to it?

    Thanks

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    I'm assuming you want an email if the main pump shuts off or the switches open. If so you want Then ON for all of those instead of off.

  3. #3
    Frequent Visitor
    Join Date
    Jan 2015
    Location
    lexington
    Posts
    79
    I changed the code to this:
    Set OFF
    If Tmpx4 > 82.0 Then ON
    If Tmpx4 < 75.0 Then ON
    If PH > 8.4 Then On
    If PH < 7.8 Then On
    If SwHigh OPEN Then On
    If SwMid OPEN Then On
    If SwLow OPEN Then On
    If Outlet MainPump = OFF Then On

    and now I'm getting text messages constantly now

    (apex Status) Alarm Statement: If Outlet MainPump = OFF Then ON

    Apr 24 2015 18:06:41
    pH ORP
    8.28 342
    Tmpx4 Condx4
    80.1 36.1
    Not_Used is OFF Auto

  4. #4
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,486
    Quote Originally Posted by tink399 View Post
    (apex Status) Alarm Statement: If Outlet MainPump = OFF Then On
    Find out why MainPump is off.
    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.

  5. #5
    Frequent Visitor
    Join Date
    Jan 2015
    Location
    lexington
    Posts
    79
    The main pump shows on and I physically check it and it is working

  6. #6
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,486
    Do you have logging enable for the MainPump outlet? If so, check the log and see if it turned off at 18:06.

    What does the MainPump program look like?
    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.

  7. #7
    Frequent Visitor
    Join Date
    Jan 2015
    Location
    lexington
    Posts
    79
    No the log is not check. The other funny thing is that the above codes for the email it turns on my heaters no matter what the temperature is.

    This program is under Base_Warn
    MainPump:
    Set OFF
    If Outlet MainPump = OFF Then OFF

    Program for the MainPump Is:
    Fallback ON
    Set ON
    If FeedB 060 Then OFF

    Heater_Alarm:
    Set OFF
    If Tmpx4 > 82.0 Then ON
    If Tmpx4 < 75.0 Then ON


    Heater Program:
    Set OFF
    If Temp < 79.0 Then ON

Similar Threads

  1. Replies: 5
    Last Post: 02-14-2021, 23:54
  2. setting email address for email notifications.
    By SeekingWisdom in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 11-24-2018, 09:21
  3. using my ISP for email now. Can I forward to more than 2 email addresses?
    By gdemos in forum Networking & Internet Connectivity
    Replies: 1
    Last Post: 08-09-2013, 07:41
  4. Switches status are in my email alarm, but when get email does not show switch status?
    By Easttech in forum Networking & Internet Connectivity
    Replies: 28
    Last Post: 06-24-2013, 06:52
  5. Email Help
    By David in forum Misc Apex Usage & Programming
    Replies: 10
    Last Post: 06-04-2013, 21:34

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
  •