Results 1 to 4 of 4

Thread: Programming alarm for low reservoir sensor

  1. #1
    Regular Vistor
    Join Date
    May 2017
    Location
    Southern California
    Posts
    40

    Programming alarm for low reservoir sensor

    I have a SW mixing reservoir with a high,medium and low optical sensor. I understand the programming to make each sensor shut off their respective outlets but what about creating a specific reminder when the medium sensor is open to mix water? I understand it can trip the standard email alarm but I'm looking for something less jarring.

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Create a virtual outlet. I am assuming that you want 1 alert per day at 6pm if the water is below mid and your mid sensor is called mid.

    MixNSW
    Set OFF
    If Time 18:00 to 18:01 Then ON
    If Mid CLOSED Then OFF

    Email
    (Existing code)
    If Outlet MixNSW = ON Then ON



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

  3. #3
    Regular Vistor
    Join Date
    May 2017
    Location
    Southern California
    Posts
    40
    Quote Originally Posted by zombie View Post
    Create a virtual outlet. I am assuming that you want 1 alert per day at 6pm if the water is below mid and your mid sensor is called mid.

    MixNSW
    Set OFF
    If Time 18:00 to 18:01 Then ON
    If Mid CLOSED Then OFF

    Email
    (Existing code)
    If Outlet MixNSW = ON Then ON



    You might be an engineer if...You have no life and can prove it mathematically.
    Ok, so it will use the existing email alarm but only once a day. Thank you.

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Yep. And say fpr example you only want to be notified on weekends 1 time per day, You could add this statement at the end.

    If DOW -MTWTF- Then OFF

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

Similar Threads

  1. Help! Neptune optical sensor programming for AWC reservoir/dose shut off
    By JaysonC in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 4
    Last Post: 08-19-2020, 11:33
  2. Help! ATK coding issues when adding low RO/DI level sensor in reservoir
    By Rob’s_Reef in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 3
    Last Post: 10-10-2019, 21:50
  3. Question: Return pump low flow alarm from FFM flow sensor
    By Cpage101 in forum APEX Fusion
    Replies: 3
    Last Post: 08-09-2019, 11:37
  4. Help! ATK sending alarm that water is below low level sensor
    By Edolan in forum Fluid Monitoring Module (FMM), FMK, ATK, LDK, and FMM Accessories
    Replies: 2
    Last Post: 10-31-2017, 18:22

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
  •