Results 1 to 11 of 11

Thread: Program an outlet for Ozone

  1. #1
    Regular Vistor
    Join Date
    Dec 2013
    Location
    Melbourne
    Posts
    31

    Program an outlet for Ozone

    I would like to program an outlet for my Ozonizer from 9pm to 7am but turn on when my ORP < 275 and turn off when its at 285.

    Fallback OFF
    Set OFF
    If Time 21:00 to 07:00 Then ON
    If ORP > 285 Then OFF
    If ORP < 275 Then On

    when I program like above it doesnt turn off when ORP reached 285.

    How can I program it?

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    It won't turn off when ORP reaches 285, it will turn off above 285 (at 286) the way you have it programmed.

    You might be an engineer if...You have no life and can prove it mathematically.

  3. #3
    Regular Vistor
    Join Date
    Dec 2013
    Location
    Melbourne
    Posts
    31
    Quote Originally Posted by zombie View Post
    It won't turn off when ORP reaches 285, it will turn off above 285 (at 286) the way you have it programmed.

    You might be an engineer if...You have no life and can prove it mathematically.
    Thats not what Im asking, let me clarify, I want the outlet to stay off from 7am to 9pm and from 9pm to 7am to turn on when orp is < 275 & turn off when orp is > 285.

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Then you want this.

    Fallback OFF
    If ORP < 275 Then ON
    If ORP > 285 Then OFF
    If Time 07:00 to 20:59 Then OFF

    You might be an engineer if...You have no life and can prove it mathematically.

  5. #5
    Regular Vistor
    Join Date
    Dec 2013
    Location
    Melbourne
    Posts
    31
    thank you.

    I was close!

  6. #6
    New User
    Join Date
    Jan 2018
    Location
    Florida
    Posts
    3
    Hey zombie,

    Apex has a standard 450 ORP high alert! How can I change that?

  7. #7
    Frequent Visitor
    Join Date
    Apr 2014
    Location
    SE Mass
    Posts
    366
    Quote Originally Posted by Danthefireman9 View Post
    Hey zombie,

    Apex has a standard 450 ORP high alert! How can I change that?
    While in the ORP probe page, click the Advance tab, then the Alarm drop down menu, then select anything other than Never, you will be able to set the limits you want.

  8. #8
    New User
    Join Date
    Jan 2018
    Location
    Florida
    Posts
    3
    There is no advance tab on the configuration page! Inless I’m in the wrong spot?

    Name
    Icon
    Control type
    Log

    Fallback
    Probe name
    High value
    Low value
    On when

  9. #9
    Frequent Visitor
    Join Date
    Apr 2014
    Location
    SE Mass
    Posts
    366
    You were in the Output page.
    Go to the Input page, select ORP.
    Click the Gear icon to expand, then the Inputs the one that looks like a thermometer.

    ORP Config.JPG

  10. #10
    New User
    Join Date
    Jan 2018
    Location
    Florida
    Posts
    3
    Knew it was something simple! Got it, Thank you!

  11. #11
    Frequent Visitor
    Join Date
    Apr 2014
    Location
    SE Mass
    Posts
    366
    Welcome!

Similar Threads

  1. Ozone Program
    By Whip in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 08-07-2019, 19:20
  2. Ozone Generator Program Help
    By Jeferson Stutz in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 12-17-2018, 07:01
  3. Question: Ozone Generator shut off based on condition of an outlet?
    By bkelley02 in forum Misc Apex Usage & Programming
    Replies: 5
    Last Post: 06-12-2018, 05:39
  4. Review My Program Assistance with Ozone Program
    By watkinsmd in forum Misc Apex Usage & Programming
    Replies: 4
    Last Post: 10-04-2017, 15:01
  5. Question: Ozone program.?
    By cannonz in forum Misc Apex Usage & Programming
    Replies: 1
    Last Post: 09-09-2016, 09:49

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
  •