Results 1 to 6 of 6

Thread: I'm missing something, email outlet programming

  1. #1
    New User
    Join Date
    Jan 2019
    Location
    mountain
    Posts
    3

    I'm missing something, email outlet programming

    The outlet is not behaving as I would like, the defers do not seem to be working.

    Do I need to make virtual outlets with the defer statements in it, then link the VO to my email outlet?

    8_1 is the low level and ato sensor;
    8_2 is the high level;

    Here is the code;

    Code:
    Set OFF
    If Temp > 80.0 Then ON
    If Temp < 77.0 Then ON
    If Temp_B > 80.0 Then ON
    If Temp_B < 77.0 Then ON
    If pH > 8.30 Then ON
    If pH < 7.70 Then ON
    If Error RODI_Fl_VLV Then ON
    If Swx8_1 OPEN Then ON
    Defer 060:00 Then ON
    If Swx8_1 CLOSED Then ON
    Defer 360:00 Then ON
    If Swx8_2 CLOSED Then ON
    Defer 120:00 Then ON

  2. #2
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,489
    A Defer statement affect the entire program, not just the statement above it. You can only use one Defer MMM:ss Then ON. Since you have 3, only the last one will be used.
    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.

  3. #3
    New User
    Join Date
    Jan 2019
    Location
    mountain
    Posts
    3
    Thanks Russ,

    So I will have to have a VO for each then.

    One outlet can have one Defer ON and one Defer OFF

    Correct?

  4. #4
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,489
    Quote Originally Posted by ramasule View Post
    One outlet can have one Defer ON and one Defer OFF

    Correct?
    Correct
    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
    New User
    Join Date
    Jan 2019
    Location
    mountain
    Posts
    3
    One more question RussM thank you for your time btw,

    I seem to be stuck at 16 virtual outs,

    APEX Classic

    When I add module -> DC8 -> Start Address A17 nothing happens,

    This worked twice for A1 and A9, am I missing something?

  6. #6
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,489
    The valid address ranges are x1-x16 where x is A through P. So your next fake DC8 start address should be B1.
    etc.
    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. Question: Missing Outlet
    By jcherepo in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 4
    Last Post: 05-04-2018, 20:41
  2. Question: Email when Radion goes Missing
    By ricowind in forum Networking & Internet Connectivity
    Replies: 3
    Last Post: 12-08-2016, 19:11
  3. Help! Missing Outlet
    By asudavew in forum APEX Fusion
    Replies: 9
    Last Post: 09-08-2014, 08:54
  4. Help! New EB8 missing First Outlet
    By cadmanof50s in forum EnergyBars 832 / 632 / 8 / 6 / 4
    Replies: 7
    Last Post: 05-27-2014, 08:37
  5. Email Outlet Missing
    By Typlus5 in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 4
    Last Post: 06-15-2013, 15:35

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
  •