Results 1 to 3 of 3

Thread: ATI T5 light timing

  1. #1
    New User
    Join Date
    Feb 2019
    Location
    US, East Time
    Posts
    6

    ATI T5 light timing

    Hello

    I have an T5 fixture with 6 bulb, it has two power outlet (one for 2 bulbs and the other for 4 bulbs). I'd need a code to spread the bulbs during the day in this order 2,6,8,6,2.

    How can I write this using the least code lines possible?

    [ATILight1]
    Fallback OFF
    Set OFF
    If Time 09:00 to 20:00 Then ON
    If Tmp > 81.0 Then OFF
    Min Time 030:00 Then OFF

    [ATILight2]
    Fallback OFF
    Set OFF
    If Time 09:00 to 20:00 Then ON
    If Tmp > 81.0 Then OFF
    Min Time 030:00 Then OFF

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Assuming you want each stage of "ramping" for an hour, you would want this (assumes you actually meant 2,4,6,4,2 since you said it is a 6 bulb fixture)

    2 bulb
    Fallback ON
    Set OFF
    If Time 09:00 to 09:59 Then ON
    If Time 11:00 to 17:59 Then ON
    If Time 19:00 to 19:59 Then ON
    Min Time 010:00 Then OFF

    4 bulb
    Fallback OFF
    Set OFF
    If Time 10:00 to 18:59 Then ON
    If Temp > 82.0 Then OFF
    Min Time 030:00 Then OFF

    Sent from my SM-G965U using Tapatalk

  3. #3
    New User
    Join Date
    Feb 2019
    Location
    US, East Time
    Posts
    6
    Thanks!

    I actually have an 8 bulb fixture... It would be the same in either case?

Similar Threads

  1. Ati fixture
    By xxjarockx in forum SKY Reef Aquarium Light
    Replies: 0
    Last Post: 05-22-2022, 22:41
  2. Timing out - Blue Light Reboot
    By Makers Marc in forum A2 Apex/ApexEL and A3 Apex Pro/Apex/Apex Jr
    Replies: 6
    Last Post: 03-23-2022, 09:32
  3. Refugium light timing
    By Nickerson44 in forum Apex Programming for Lighting
    Replies: 6
    Last Post: 01-23-2022, 18:49
  4. Help! Ati lights
    By Skits415 in forum Apex Programming for Lighting
    Replies: 3
    Last Post: 05-24-2016, 21:52
  5. ati to apex
    By Mack in forum Apex Programming for Lighting
    Replies: 2
    Last Post: 12-20-2015, 09:15

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
  •