Results 1 to 9 of 9

Thread: dos times not working

  1. #1
    Frequent Visitor
    Join Date
    May 2013
    Location
    wisconsin
    Posts
    131

    dos times not working

    My dos is only dosing once a day and I want it to dos twice. I'm using a profile to say how much. Here's my program but it's only working at the 1700 time not the 1300 time.

    Fallback OFF
    Set OFF
    If Time 13:00 to 13:05 Then feed
    If Time 17:30 to 17:05 Then feed

  2. #2
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    I dont see anything wrong with the logic. However, the use of 'feed' as a profile name might be causing an issue since it is a partial reserved word (FeedA, FeedB, etc). You could rename it and see if it makes a difference.

  3. #3
    Frequent Visitor
    Join Date
    May 2013
    Location
    wisconsin
    Posts
    131
    It's been fix. Thanks

    Sent from my SM-N950U using Tapatalk

  4. #4
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    What was the issue?

  5. #5
    Frequent Visitor
    Join Date
    May 2013
    Location
    wisconsin
    Posts
    131
    Time statement was messed up and I didn't catch it until I posted.

    Sent from my SM-N950U using Tapatalk

  6. #6
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    So you retyped rather than a cut and paste of the code?

  7. #7
    Frequent Visitor
    Join Date
    May 2013
    Location
    wisconsin
    Posts
    131
    If fixed this part of the code.

    If Time 17:30 to 17:05 Then feed

    To this code

    If Time 17:30 to 17:40 Then feed

    Sent from my SM-N950U using Tapatalk

  8. #8
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    Ahh, sorry I should have caught that from the start.

  9. #9
    Frequent Visitor
    Join Date
    May 2013
    Location
    wisconsin
    Posts
    131
    That's ok. No one else caught it to until I mentioned it

    Sent from my SM-N950U using Tapatalk

Similar Threads

  1. Help! DOS - AWC Was working, now not working - no idea why - Help Please
    By Zed in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 18
    Last Post: 07-22-2022, 10:16
  2. DOS clicking + different run times per side during automatic water change + water change frequency
    By reefdiver in forum DŌS & DDR – Dosing and Fluid Metering System
    Replies: 1
    Last Post: 07-24-2021, 07:26
  3. Dos Not working
    By NotEntirelyJack in forum DŌS & DDR – Dosing and Fluid Metering System
    Replies: 11
    Last Post: 03-24-2017, 03:57
  4. DOS at Alternating Times?
    By werkkrew in forum DŌS & DDR – Dosing and Fluid Metering System
    Replies: 2
    Last Post: 12-07-2015, 19:35
  5. Help! DOS missing doses or over dosing at times
    By insainair2 in forum DŌS & DDR – Dosing and Fluid Metering System
    Replies: 14
    Last Post: 04-09-2015, 12: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
  •