Results 1 to 5 of 5

Thread: Trigger DOS AWC with switch

  1. #1
    New User
    Join Date
    Oct 2018
    Location
    Florida, USA
    Posts
    3

    Question Trigger DOS AWC with switch

    I have a Neptune DOS I'm currently using to do automatic daily water changes. I'd like to add a switch using the breakout box to trigger an "emergency" water change. Hit the switch, tank gets new water.

    I was able to trigger this by adding the following code to the DOS, but it slowly drips instead of the blazing fast whir I get with the water change task.
    If Sw4 OPEN Then ON
    Defer 060:00 Then OFF

    Is there any way to trigger the AWC task with a switch? Or maybe speed up the DOS when operating the above code?

  2. #2
    Frequent Visitor
    Join Date
    Mar 2015
    Location
    San Jose,CA
    Posts
    528
    Use the task to have Apex write the code for you.




    Sent from my iPhone using Tapatalk Pro

  3. #3
    New User
    Join Date
    Oct 2018
    Location
    Florida, USA
    Posts
    3
    Thanks vhuang168, unfortunately the manual water change task doesn't show up as an option for me, maybe it's only available on the newer Apex? I'm running the Apex Classic and recently updated with AOS version 4.53_AB17, the DOS module was also recently updated.

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    That task won't show up on a classic because it needs to create virtual outlets to do it.

    Create a profile that will get the desired amount of water at 250ml/min. The per dose amount is 1000ml per interval maximum so you will need to set multiple intervals to get the desired amount. Set the time between intervals as low as it will let you (I think its 12 min). Then calculate the amount of time it will take to deliver this amount.

    Create a VO with this code where XX is the calculated time.

    Set ON
    When On > XXX:XX Then OFF

    In the DOS add

    If Output VOname = ON Then Profilename


    To trigger, set the VO to AUTO and it will automatically shut to manual OFF when its delivered the amount.

    Sent from my SM-G965U using Tapatalk

  5. #5
    New User
    Join Date
    Oct 2018
    Location
    Florida, USA
    Posts
    3
    Thanks zombie, this worked for me.

    Water changes have never been easier

Similar Threads

  1. Starting a DOS with Mg Trigger to follow a Schedule or Interval
    By MichyMuck in forum DŌS & DDR – Dosing and Fluid Metering System
    Replies: 8
    Last Post: 05-19-2021, 07:58
  2. Question: Trigger AWC (Weekly)
    By jgranados in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 03-10-2019, 07:13
  3. Question: Trigger DOS in Reverse
    By mattreidy in forum DŌS & DDR – Dosing and Fluid Metering System
    Replies: 5
    Last Post: 01-17-2019, 17:09
  4. Question: Dos/awc..switch settings
    By ctc6698 in forum DŌS & DDR – Dosing and Fluid Metering System
    Replies: 4
    Last Post: 12-08-2015, 13:56
  5. Question: Plug style ATO switch / Can Power draw trigger other actions ??
    By Headshot in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 0
    Last Post: 05-19-2015, 06:24

Tags for this Thread

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
  •