Page 2 of 5 FirstFirst 1234 ... LastLast
Results 26 to 50 of 120

Thread: My calcium reactor setting getting crazy

  1. #26
    Frequent Contributor Alain B's Avatar
    Join Date
    Mar 2013
    Location
    Montreal, Canada
    Posts
    2,568
    Program it as this :

    Fallback OFF
    Set OFF
    If ( pH probe ) < 6.90 Then ON

    - - - Updated - - -

    Quote Originally Posted by machodik View Post
    Yes , I got that and when I hit it then this windows comes out ;



    And when I select the CXR then this comes out





    I have not seen any spaces for me to write those commands as you show




    Sent from my iPhone using Tapatalk
    Change the control type window from Ph to advanced by clicking on the control type window you will see a drop down list .
    Alain

  2. #27
    Frequent Visitor machodik's Avatar
    Join Date
    Dec 2014
    Location
    Taiwan
    Posts
    122
    As you can see after

    Fall back

    Then follow by probe name ,high value , low value ,on when ;



    But where I Can I find this window for me to write input as you mentioned ;



    Huh ! Sorry I am a newbie in apex and It need some more of your patience but i appreciated very much for your help , kindly guide me to reached there!






    Sent from my iPhone using Tapatalk

  3. #28
    Frequent Contributor Alain B's Avatar
    Join Date
    Mar 2013
    Location
    Montreal, Canada
    Posts
    2,568
    You are trying to set this with an iphone ? Maybe you could try with a pc or mac it would be easier .
    Alain

  4. #29
    Frequent Contributor Alain B's Avatar
    Join Date
    Mar 2013
    Location
    Montreal, Canada
    Posts
    2,568
    Quote Originally Posted by machodik View Post
    As you can see after

    Fall back

    Then follow by probe name ,high value , low value ,on when ;



    But where I Can I find this window for me to write input as you mentioned ;



    Huh ! Sorry I am a newbie in apex and It need some more of your patience but i appreciated very much for your help , kindly guide me to reached there!






    Sent from my iPhone using Tapatalk
    This is a shot from my iphone :

    IMG_3499.PNG
    Alain

  5. #30
    Frequent Visitor machodik's Avatar
    Join Date
    Dec 2014
    Location
    Taiwan
    Posts
    122

    My calcium reactor setting getting crazy

    I found it and this is the initial setting ;



    Can I copied yours ? But our naming is not the same because I have 2 ph probe ;

    Ph : for calcium reactor
    Ph2 : for my tank

    Furthermore in your command #5 and #6 what is this and if it necessary to write that command too?

    Sent from my iPhone using Tapatalk

  6. #31
    Frequent Contributor Alain B's Avatar
    Join Date
    Mar 2013
    Location
    Montreal, Canada
    Posts
    2,568
    Make this in your outlet :

    Fallback OFF
    Set OFF
    If ( Name of your probe ) < 6.90 Then ON
    Alain

  7. #32
    Frequent Visitor machodik's Avatar
    Join Date
    Dec 2014
    Location
    Taiwan
    Posts
    122
    So in this case the name of my probe is Ph then I just write "Ph"


    Sent from my iPhone using Tapatalk

  8. #33
    Frequent Contributor Alain B's Avatar
    Join Date
    Mar 2013
    Location
    Montreal, Canada
    Posts
    2,568
    Yes , use the EXACT name of your probe .
    Alain

  9. #34
    Frequent Visitor machodik's Avatar
    Join Date
    Dec 2014
    Location
    Taiwan
    Posts
    122

    My calcium reactor setting getting crazy

    Ok , this is the new one;



    And this is after I hit update:




    Sent from my iPhone using Tapatalk

  10. #35
    Frequent Contributor Alain B's Avatar
    Join Date
    Mar 2013
    Location
    Montreal, Canada
    Posts
    2,568
    Quote Originally Posted by machodik View Post
    Ok , this is the new one;




    Sent from my iPhone using Tapatalk
    Have you uploaded the programming to the controller ?
    Alain

  11. #36
    Frequent Visitor machodik's Avatar
    Join Date
    Dec 2014
    Location
    Taiwan
    Posts
    122
    Thanks and I will report back after 24 hours and show graph. Hope it will be the sawtooth pattern .

    Thanks my friend!


    Sent from my iPhone using Tapatalk

  12. #37
    Frequent Visitor machodik's Avatar
    Join Date
    Dec 2014
    Location
    Taiwan
    Posts
    122
    Yes I did uploaded the programming as mentioned above and here again the windows after uploading ;



    Thanks again!


    Sent from my iPhone using Tapatalk

  13. #38
    Frequent Contributor Alain B's Avatar
    Join Date
    Mar 2013
    Location
    Montreal, Canada
    Posts
    2,568
    Quote Originally Posted by machodik View Post
    Yes I did uploaded the programming as mentioned above and here again the windows after uploading ;



    Thanks again!


    Sent from my iPhone using Tapatalk
    Look good , set the rest as i had mentionned before and let it run for 24 hours nonstop . Post the graph so i have a chance to analyze the results .
    Alain

  14. #39
    Frequent Visitor machodik's Avatar
    Join Date
    Dec 2014
    Location
    Taiwan
    Posts
    122
    By the way as the commas said ;

    If PH < 6.90 then on ......

    So it means that the co2 Doser will ON if ph is like 6.89?

    Because I observed that my PH now is 7.02 and the calcium reactor or co2 doser is OFF


    Sent from my iPhone using Tapatalk

  15. #40
    Frequent Contributor Alain B's Avatar
    Join Date
    Mar 2013
    Location
    Montreal, Canada
    Posts
    2,568
    Quote Originally Posted by machodik View Post
    By the way as the commas said ;

    If PH < 6.90 then on ......

    So it means that the co2 Doser will ON if ph is like 6.89?

    Because I observed that my PH now is 7.02 and the calcium reactor or co2 doser is OFF


    Sent from my iPhone using Tapatalk
    If you turn the co2 doser outlet to ON manually , does the doser work ?
    Alain

  16. #41
    Frequent Visitor machodik's Avatar
    Join Date
    Dec 2014
    Location
    Taiwan
    Posts
    122
    Yes


    Sent from my iPhone using Tapatalk

  17. #42
    Frequent Visitor machodik's Avatar
    Join Date
    Dec 2014
    Location
    Taiwan
    Posts
    122
    But if I set it to Auto now is off. I supposed the command should be set it as ;

    If PH <6.90 then OFF


    Sent from my iPhone using Tapatalk

  18. #43
    Frequent Contributor Alain B's Avatar
    Join Date
    Mar 2013
    Location
    Montreal, Canada
    Posts
    2,568
    Quote Originally Posted by machodik View Post
    By the way as the commas said ;

    If PH < 6.90 then on ......

    So it means that the co2 Doser will ON if ph is like 6.89?

    Because I observed that my PH now is 7.02 and the calcium reactor or co2 doser is OFF


    Sent from my iPhone using Tapatalk
    Sorry my mistake change the programming in the outlet " < " for " > " .
    Alain

  19. #44
    Frequent Visitor machodik's Avatar
    Join Date
    Dec 2014
    Location
    Taiwan
    Posts
    122
    Ok , thanks


    Sent from my iPhone using Tapatalk

  20. #45
    Frequent Visitor machodik's Avatar
    Join Date
    Dec 2014
    Location
    Taiwan
    Posts
    122
    Quote Originally Posted by Alain B View Post
    Look good , set the rest as i had mentionned before and let it run for 24 hours nonstop . Post the graph so i have a chance to analyze the results .
    You mean I have to set as yours command too in my setting?;




    Sent from my iPhone using Tapatalk

  21. #46
    Frequent Contributor Alain B's Avatar
    Join Date
    Mar 2013
    Location
    Montreal, Canada
    Posts
    2,568
    Quote Originally Posted by machodik View Post
    You mean I have to set as yours command too in my setting?;




    Sent from my iPhone using Tapatalk
    Your outlet programming look right , i was talking about other setting : like effluent flow , secondary co2 pressure and bubble count .
    Alain

  22. #47
    Frequent Visitor machodik's Avatar
    Join Date
    Dec 2014
    Location
    Taiwan
    Posts
    122
    Ok Thanks . My main problem I think is the effluent rate that it has to readjust every 3 to 5 days due to clogging as the drip varies from 15 ml/ min and it reduced to abt 10 ml/min if leaving it in 5 days or so


    Sent from my iPhone using Tapatalk

  23. #48
    Frequent Contributor Alain B's Avatar
    Join Date
    Mar 2013
    Location
    Montreal, Canada
    Posts
    2,568
    What kind of pump are you using for effluent ?
    Alain

  24. #49
    Frequent Visitor machodik's Avatar
    Join Date
    Dec 2014
    Location
    Taiwan
    Posts
    122
    Quote Originally Posted by Alain B View Post
    What kind of pump are you using for effluent ?
    Actually , I only relay on this ball valve to control the drop which is the reason why my reactor is not consistent due to clogging that I need to make adjustment to maintain the effluent rate of 15ml/ min.

    I am thinking of using the cheap china made Jebao dosing pump to pull the effluent consistently of which I will use all the 4 pumps to alternately running 24/7 as I need 21.6 liters / day to maintain my KH requirement.




    Sent from my iPhone using Tapatalk

  25. #50
    Frequent Contributor Alain B's Avatar
    Join Date
    Mar 2013
    Location
    Montreal, Canada
    Posts
    2,568
    Quote Originally Posted by machodik View Post
    Actually , I only relay on this ball valve to control the drop which is the reason why my reactor is not consistent due to clogging that I need to make adjustment to maintain the effluent rate of 15ml/ min.

    I am thinking of using the cheap china made Jebao dosing pump to pull the effluent consistently of which I will use all the 4 pumps to alternately running 24/7 as I need 21.6 liters / day to maintain my KH requirement.




    Sent from my iPhone using Tapatalk
    This is exacxtly were your problem is located . I doubt much a Jebao pump will last more then a few months and supply enough flow in the best scenario . Calcium reactor need to run 24/7 non stop . Get a brush less DC variable speed peristaltic pump and your problem will be solve .
    Alain

Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. Calcium Reactor
    By SCSurfzone in forum Trident Marine Aquarium Water Analyzer
    Replies: 3
    Last Post: 12-05-2019, 06:18
  2. Calcium reactor help
    By dannyboy11222 in forum Apex Programming for Vortech, Tunze, & Other Controllable Pumps
    Replies: 0
    Last Post: 06-27-2019, 12:07
  3. Calcium Reactor DOS Setting Calculator
    By rlbannon in forum DŌS & DDR – Dosing and Fluid Metering System
    Replies: 1
    Last Post: 12-11-2018, 16:08
  4. Help with calcium reactor
    By manu-bsas in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 07-31-2015, 02:10
  5. Question: Calcium Reactor
    By mickey in forum Networking & Internet Connectivity
    Replies: 2
    Last Post: 01-19-2014, 16:21

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
  •