Results 1 to 4 of 4

Thread: programming solenoid for CO2 dosing

  1. #1
    New User
    Join Date
    May 2017
    Location
    PA
    Posts
    9

    programming solenoid for CO2 dosing

    I have a solenoid that i'm using to control my CO2 dosing in a freshwater tank. I want to keep the pH of the tank at 7.3 using the solenoid. Here is my current code:

    Fallback OFF
    Set OFF
    If pH > 7.30 Then ON
    If Time 20:00 to 07:00 Then OFF



    The problem I am having is that there is a delay between the CO2 turning on and the pH probe picking up the change in pH in my sump. For instance if the pH is 7.3 the solenoid opens, but it takes the probe ~3 minutes to drop below 7.3. By that time there has been too much CO2 dosed and the pH drops all the way down to 7.1 over the next 4-5 minutes even after the solenoid is closed.

    I am looking for a way for it to turn on when the pH gets above 7.3, dose for 2 minutes, stop dosing for 3 minutes to wait for the probe to get a reading and then repeat as necessary. Can someone help me figure that one out? Or if there is another more elegant way i'm not aware of, obviously that would work too. I guess what i'm looking for is a MAX time instead of a min time.

  2. #2
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,492

    programming solenoid for CO2 dosing

    That fast of a drop indicates that you are allowing too much CO2 in too fast. You should dial down the rate of CO2 using your regulator.

    But for for a purely programming solution, try this:

    Fallback OFF
    OSC 0:00/1:00/4:00 Then ON
    If pH < 7.30 Then OFF
    Please do not send me PMs with technical questions or requesting assistance - use the forums for Apex help. PM me ONLY if the matter is of a private or personal nature. Thanks.

  3. #3
    New User
    Join Date
    May 2017
    Location
    PA
    Posts
    9
    Thanks, that should work. I took your advice and am trying to dial down the CO2 to just the right level. It has helped a lot, i'm hopeful I can get all the way there just doing that.

  4. #4
    New User
    Join Date
    Jan 2017
    Location
    London
    Posts
    4
    Dailing down the CO2 should reduce wasting CO2 and save you money too! It worked for me, tripplling how time between refills.

Similar Threads

  1. Help! Adjusting pH via Co2 Dosing - Need Programming Help
    By surge seaweed in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 05-11-2022, 12:58
  2. Apex Solenoid - Co2
    By Member No 1 in forum DC24 Ports and Peripherals
    Replies: 23
    Last Post: 08-22-2019, 10:07
  3. Question: Programming Solenoid for precise CO2 Control
    By brivarnerin in forum Misc Apex Usage & Programming
    Replies: 3
    Last Post: 02-23-2017, 15:32
  4. Question: CO2 Solenoid Plugged in to EB832 to Shut Off CO2 When PH Falls Too Low
    By SkyReef in forum Misc Apex Usage & Programming
    Replies: 4
    Last Post: 11-02-2016, 09:01
  5. Question: CO2 Solenoid Plugged in to EB832 to Shut Off CO2 When PH Falls Too Low
    By SkyReef in forum A2 Apex/ApexEL and A3 Apex Pro/Apex/Apex Jr
    Replies: 0
    Last Post: 08-13-2016, 19:24

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
  •