Results 1 to 4 of 4

Thread: FM Alarm Delay for Feed Mode?

  1. #1
    Regular Vistor
    Join Date
    Jan 2018
    Location
    Aliso Viejo, CA
    Posts
    40

    FM Alarm Delay for Feed Mode?

    Hello,

    How might I adjust the below alarm code to avoid having alarms triggered during feed mode? My low end flow alarm keeps tripping during feed. Thanks

    Set OFF
    If FM-Ret > 805 Then ON
    If FM-Ret < 780 Then ON
    If LDArid CLOSED Then ON
    If LDBack CLOSED Then ON
    If LDElec CLOSED Then ON
    If LDLeft CLOSED Then ON
    If SkmCup CLOSED Then ON
    If SumpLo OPEN Then ON
    Defer 000:30 Then ON

  2. #2
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    Add:

    If Feed(x) 000 Then OFF

    This will shut off the alarm for the duration of the Feed cycle.

  3. #3
    Regular Vistor
    Join Date
    Jan 2018
    Location
    Aliso Viejo, CA
    Posts
    40
    Thanks! And how about ordering? If I put the feed statement as it is below would this keep all other alarms active during the feed cycle?

    Set OFF

    If FM-Ret < 780 Then ON
    If FeedA 000 Then OFF
    If FM-Ret > 805 Then ON
    If LDArid CLOSED Then ON
    If LDBack CLOSED Then ON
    If LDElec CLOSED Then ON
    If LDLeft CLOSED Then ON
    If SkmCup CLOSED Then ON
    If SumpLo OPEN Then ON
    Defer 000:30 Then ON

  4. #4
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    Yes.

Similar Threads

  1. Feed mode delay start
    By TangoTan16 in forum Misc Apex Usage & Programming
    Replies: 7
    Last Post: 01-19-2021, 06:06
  2. Delay Shutting Down - Feed Mode
    By marxman in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 09-17-2020, 05:13
  3. M040 Feed Delay Then Start Feed Mode
    By CoralNerd in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 3
    Last Post: 01-25-2019, 14:42
  4. Feed mode Delay Question
    By Reefkpr in forum A2 Apex/ApexEL and A3 Apex Pro/Apex/Apex Jr
    Replies: 1
    Last Post: 04-28-2018, 12:41
  5. Different skimmer delay based on feed mode
    By Justjohno in forum Misc Apex Usage & Programming
    Replies: 3
    Last Post: 12-16-2016, 15:02

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
  •