Results 1 to 3 of 3

Thread: How to use the high level form sensor form ATK to alert but not getting alerts when feed mode is on?

  1. #1
    New User
    Join Date
    Apr 2017
    Location
    US, Central Time
    Posts
    12

    How to use the high level form sensor form ATK to alert but not getting alerts when feed mode is on?

    Hi,

    I have an apex with ATK. I want to add AWC. I want to use the high water level sensor form the ATK to alert me if my sump water level is high. I added in base_email If SLH CLOSED Then ON and it works. It emails me every time that i use feeda due to the rising water level when feeda is on. How i can code it to not alert me when feeda is on?

  2. #2
    Frequent Visitor
    Join Date
    Jan 2016
    Location
    Cincinnati, ohio
    Posts
    709
    Either have a delay on the alarm that is longer than the feed cycle, which is not feasible

    or out the if SLH command in a VO and add an if feed then off command. This will turn the VO on with high level, but if the feed is on it will stay off. Then reference the VO in the alarm

  3. #3
    New User
    Join Date
    Apr 2017
    Location
    US, Central Time
    Posts
    12
    Should this work?

    Set OFF
    If FeedA 005 Then OFF
    If FloodS CLOSED Then ON
    If Error ATK Then ON
    If SLFld CLOSED Then ON
    If SLH CLOSED Then ON

Similar Threads

  1. DOS Reservoir and level sensor disappeared form Apex
    By robertdoc in forum DŌS & DDR – Dosing and Fluid Metering System
    Replies: 5
    Last Post: 08-31-2022, 16:04
  2. How exactly AUTO mode differentiate form ON mode in the app?
    By gigaro in forum Pre-Sales Questions
    Replies: 5
    Last Post: 05-03-2022, 06:27
  3. Help! High level sensor and feed A
    By IBroughtPopcorn in forum Misc Apex Usage & Programming
    Replies: 7
    Last Post: 04-23-2017, 12:26
  4. Help! High level sensor and feed A
    By IBroughtPopcorn in forum APEX Fusion
    Replies: 0
    Last Post: 04-22-2017, 12:51

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
  •