Results 1 to 9 of 9

Thread: Using Brs Dosing pump

  1. #1
    Regular Vistor
    Join Date
    Apr 2018
    Location
    Florida
    Posts
    25

    Using Brs Dosing pump

    Would the following be correct if I wanted to run a dosing pump for 5 seconds every 24 hrs?
    OSC 000:00/000:05/1439:55 THEN ON
    If not, what would be the correct programing code?

    Thank you.

  2. #2
    NSI Member
    Join Date
    Feb 2013
    Location
    Tampa
    Posts
    381
    I believe, you can only use 000:000 three digits in the OSC statement. I could be mistaken.

    You could use the IF TIME statement along with OSC statement to accomplish this..

    If Time 00:01 to 23:59 Then OFF
    OSC 000:00/000:05/000:55 Then ON


    That give the OSC statement a 1 minute window to run. You can change the time as necessary.

  3. #3
    Regular Vistor
    Join Date
    Apr 2018
    Location
    Florida
    Posts
    25
    Quote Originally Posted by Mal7887 View Post
    I believe, you can only use 000:000 three digits in the OSC statement. I could be mistaken.

    You could use the IF TIME statement along with OSC statement to accomplish this..

    If Time 00:01 to 23:59 Then OFF
    OSC 000:00/000:05/000:55 Then ON


    That give the OSC statement a 1 minute window to run. You can change the time as necessary.
    I actually launch rockets for a living and this programming is tougher than college!!

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by Mal7887 View Post
    I believe, you can only use 000:000 three digits in the OSC statement. I could be mistaken.

    You could use the IF TIME statement along with OSC statement to accomplish this..

    If Time 00:01 to 23:59 Then OFF
    OSC 000:00/000:05/000:55 Then ON


    That give the OSC statement a 1 minute window to run. You can change the time as necessary.
    Right idea, but that wont actually work. This will.

    Fallback OFF
    OSC 000:00/000:05/059:55 Then ON
    If Time 01:00 to 23:59 Then OFF


    This would also work as well

    Fallback OFF
    OSC 720:00/000:05/719:55 Then ON

    Sent from my SM-G965U using Tapatalk

  5. #5
    NSI Member
    Join Date
    Feb 2013
    Location
    Tampa
    Posts
    381
    Whoops, close thanks!

    Sent from my SM-G955U using Tapatalk

  6. #6
    Regular Vistor
    Join Date
    Apr 2018
    Location
    Florida
    Posts
    25
    Thank you both for helping out!
    Zombie, how did you get so good at this stuff? Next time I’ll just pm you directly!
    Thanks again
    Rick

  7. #7
    Regular Vistor
    Join Date
    Apr 2018
    Location
    Florida
    Posts
    25
    Quote Originally Posted by zombie View Post
    Right idea, but that wont actually work. This will.

    Fallback OFF
    OSC 000:00/000:05/059:55 Then ON
    If Time 01:00 to 23:59 Then OFF


    This would also work as well

    Fallback OFF
    OSC 720:00/000:05/719:55 Then ON

    Sent from my SM-G965U using Tapatalk
    So,
    after looking at the second example would the time start the moment I turn the slider to auto and repeat every 24 hours afterward?

  8. #8
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by reeferdood View Post
    Thank you both for helping out!
    Zombie, how did you get so good at this stuff? Next time I’ll just pm you directly!
    Thanks again
    Rick
    Experience and similarity to things I do in my job (I am a protection engineer and do a fair bit of automation).

    Dont bother with PM, any PM of a non personal nature I just direct back to the forums anyway so lurkers and new users can benefit from reading threads with a similar issue as theirs.

    Sent from my SM-G965U using Tapatalk

  9. #9
    Regular Vistor
    Join Date
    Apr 2018
    Location
    Florida
    Posts
    25
    Not to worry, it was just a figure of speech. I was stoked to have something I can use without pulling all of my hair out trying to solve.
    Thanks again.

Similar Threads

  1. Help! BRS Dosing Pump Programm
    By jadco59 in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 5
    Last Post: 06-03-2019, 06:02
  2. Brs dosing pump
    By Scotch57 in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 2
    Last Post: 04-18-2018, 08:45
  3. brs dosing pump
    By windrunner1952 in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 14
    Last Post: 04-22-2016, 14:40
  4. help!!! ei dosing with 2 BRS 1.1ml pump
    By nickloven in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 1
    Last Post: 10-19-2015, 14:10
  5. Review My Program BRS Dosing Pump Program
    By ThePriceSeliger in forum Misc Apex Usage & Programming
    Replies: 0
    Last Post: 07-08-2014, 19:36

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
  •