Results 1 to 11 of 11

Thread: first osc program - brs doser

  1. #1
    New User
    Join Date
    Sep 2017
    Location
    PA
    Posts
    4

    first osc program - brs doser

    Want to get my brs doser setup on an osc program. Measured actual output at 1.8 mL\min and want to dose 12 mL over two doses (6 mL ea). Figured this to 3:20 for each dose. I also prefer it to run at 8am and 8pm. Will this accomplish it?

    Fallback OFF
    Set OFF
    OSC 480:00/003:20/236:40 Then ON

    Also, will this only start after midnight following the initial send command, or the first time it hits either 08:00 or 20:00 hrs?

    thanks

  2. #2
    Frequent Visitor
    Join Date
    Jan 2013
    Location
    Pacific Coast
    Posts
    382
    Here you go.

    Set OFF
    OSC 000:00/003:20/000:40
    If Time 08:04 to 19:59 Then OFF
    If Time 20:04 to 07:59 Then OFF

    -- The Output will be ON for 3m20s at 8am and 8pm. Otherwise it is always off.

  3. #3
    New User
    Join Date
    Sep 2017
    Location
    PA
    Posts
    4
    Ah I see how you got there. Cleaner, thanks again.

  4. #4
    Regular Vistor
    Join Date
    Sep 2018
    Location
    NYC
    Posts
    18
    How would I change this to dose 12 ML over a 12 hour span, each hour dosing 1 mL for 12 doses(amusing my BRS pump is 1ml/min) between 8am and 8pm?

  5. #5
    Frequent Visitor
    Join Date
    May 2018
    Location
    US, Central Time
    Posts
    109
    I believe it would be:

    Set OFF
    OSC 000:00/001:00/059:00
    If Time 20:00 to 08:00 Then OFF

  6. #6
    Regular Vistor
    Join Date
    Sep 2018
    Location
    NYC
    Posts
    18
    Thanks, wouldn’t I still need this too?

    If Time 08:04 to 19:59 Then OFF

  7. #7
    Frequent Visitor
    Join Date
    May 2018
    Location
    US, Central Time
    Posts
    109
    I didn't think so but maybe I misunderstood.
    With the If Time 08:04 to 19:59 Then OFF it would only be allowed to run once per day from 08:01 to 08:04.
    I was under the impression you wanted it to run once per hour for one minute for 12 hours per day.

    The OSC command will cause it to be on for one minute and then off for 59 giving you the once per hour part.
    That's why I added the If Time 20:00 to 08:00 Then OFF line so it wouldn't run from 8pm to 8am.

  8. #8
    Regular Vistor
    Join Date
    Sep 2018
    Location
    NYC
    Posts
    18
    OK, that makes sense. Thank you for the clarification.

  9. #9
    Regular Vistor
    Join Date
    Sep 2018
    Location
    NYC
    Posts
    18
    Ok, the program is running the reverse. It’s off for the first minute of the hour but on for the next 59mins. Not sure what to change.

  10. #10
    Frequent Visitor
    Join Date
    May 2018
    Location
    US, Central Time
    Posts
    109
    Two things.
    The Set OFF isn't needed. Habit...

    The full OSC statement should be OSC 000:00/001:00/059:00 Then ON.
    It sounds like you have
    OSC 000:00/001:00/059:00 Then OFF.
    You can do it either way. You are just specifying which parameter is on versus off.
    You can either change your Then OFF to Then ON or you can change the second time parameter to 059 and the last to 001. IE:
    OSC 000:00/059:00/001:00 Then OFF.


  11. #11
    Regular Vistor
    Join Date
    Sep 2018
    Location
    NYC
    Posts
    18
    Got ya, thank you

Similar Threads

  1. first osc program for doser
    By ajskennels in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 1
    Last Post: 08-03-2019, 08:38
  2. help with brs doser
    By windrunner1952 in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 14
    Last Post: 04-30-2016, 17:06
  3. help with brs doser
    By windrunner1952 in forum DŌS & DDR – Dosing and Fluid Metering System
    Replies: 1
    Last Post: 04-30-2016, 06:59
  4. Question, BRS Doser, program to dose higher amount during the day ?
    By davidsuli in forum Misc Apex Usage & Programming
    Replies: 0
    Last Post: 04-16-2015, 06:59
  5. Help! How to program a BRS doser???
    By Saltfishguy18 in forum Apex Classic Dashboard
    Replies: 2
    Last Post: 02-11-2014, 21:40

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
  •