Results 1 to 6 of 6

Thread: Need help programing my UV Sterilizer on / off times

  1. #1
    Regular Vistor
    Join Date
    Jul 2017
    Location
    So California
    Posts
    35

    Need help programing my UV Sterilizer on / off times

    hello, I have an over powered emperor aquatics 40 watt UV Sterilizer for my current tank of 100 gallon, planning to go bigger in a year. Can someone please help me. I only want the lamp to come on 4 hours a day max. I'd like to have it come on at 3am-4am / 9am-10am / 3pm-4pm / 9pm-10pm. I will just keep the pump running the whole time no problem. I don't know where to put the code. I've looked under different items in programming but don't know what one you use. Thanks for your time.

    I was playing around with Fusion and found I could put it under Advanced does this code look right? also i was wondering about that extra 0 on line 7 001:00

    1 Fallback OFF
    2 Set OFF
    3 If Time 03:00 to 04:00 Then ON
    4 If Time 09:00 to 10:00 Then ON
    5 If Time 15:00 to 16:00 Then ON
    6 If Time 21:00 to 22:00 Then ON
    7 If Tmp >79.0 Then OFF
    8 Min Time 001:00 Then OFF

  2. #2
    Master Control Freak RussM's Avatar
    Join Date
    Dec 2012
    Location
    California - US Pacific
    Posts
    22,488
    The time format in Min Time statements is a duration in MMM:SS. It can be up to 999:59. Hence the leading zero.

    Your program is OK, but the If Time statements will actually turn ON the outlet for 61 minutes, not 60 minutes. This is explained here:

    https://forum.neptunesystems.com/sho...ll=1#post97230

    Also, you should use a Min Time duration of at least 30 minutes; just 1 minute is useless in this case. If the temp goes high, you’ll want to keep the UV off for a while - that’s what the Min Time does here.
    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
    Regular Vistor
    Join Date
    Mar 2017
    Location
    eastern
    Posts
    49
    arent uvs designed to be on at all times/ why only 4 hours

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by inks View Post
    arent uvs designed to be on at all times/ why only 4 hours
    I don't know what the OP's thought was but many people I know that run UV don't run theirs 24 hours because it can have a detrimental effect on non-benthic copepods and normal nitrifying bacteria swells that happen after feeding. 12 is the most common I have seen.

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

  5. #5
    Regular Vistor
    Join Date
    Jul 2017
    Location
    So California
    Posts
    35
    Quote Originally Posted by RussM View Post
    The time format in Min Time statements is a duration in MMM:SS. It can be up to 999:59. Hence the leading zero.

    Your program is OK, but the If Time statements will actually turn ON the outlet for 61 minutes, not 60 minutes. This is explained here:

    https://forum.neptunesystems.com/sho...ll=1#post97230

    Also, you should use a Min Time duration of at least 30 minutes; just 1 minute is useless in this case. If the temp goes high, you’ll want to keep the UV off for a while - that’s what the Min Time does here.

    Again thanks for the help, this is my new code

    1 Fallback OFF
    2 Set OFF
    3 If Time 03:00 to 03:59 Then ON
    4 If Time 09:00 to 09:59 Then ON
    5 If Time 15:00 to 16:59 Then ON
    6 If Time 21:00 to 21:59 Then ON
    7 If Tmp >79.0 Then OFF
    8 Min Time 0060:00 Then OFF

  6. #6
    Regular Vistor
    Join Date
    Jul 2017
    Location
    So California
    Posts
    35
    Quote Originally Posted by inks View Post
    arent uvs designed to be on at all times/ why only 4 hours

    My UV is over powered for my tank, it's rated for a 260 gallon tank. and i'm the guy that buys for the future and only buys once. my tank is only a 100 gallon now. So i'm going to start with 4 hours and adjust from their.

    - - - Updated - - -

    Quote Originally Posted by zombie View Post
    I don't know what the OP's thought was but many people I know that run UV don't run theirs 24 hours because it can have a detrimental effect on non-benthic copepods and normal nitrifying bacteria swells that happen after feeding. 12 is the most common I have seen.

    You might be an engineer if...You have no life and can prove it mathematically.
    Thanks Zombie for your help with this.

Similar Threads

  1. Code for my UV sterilizer
    By msudvm97 in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 09-21-2019, 15:53
  2. UV Sterilizer coding. Does this look right?
    By agiffey in forum Misc Apex Usage & Programming
    Replies: 5
    Last Post: 07-22-2019, 09:03
  3. Help! Programing wave pump multi times different weekdays
    By Imdaschmidt in forum Apex Programming for Lighting
    Replies: 2
    Last Post: 06-23-2019, 12:00
  4. Turning off UV sterilizer
    By Tyler kieswetter in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 03-14-2019, 10:44
  5. UV Sterilizer
    By byee in forum Misc Apex Usage & Programming
    Replies: 4
    Last Post: 03-06-2015, 11:01

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
  •