Results 1 to 5 of 5

Thread: Basic Lighting Setup....(Newbie)

  1. #1
    New User
    Join Date
    Jul 2018
    Location
    US, Pacific
    Posts
    11

    Question Basic Lighting Setup....(Newbie)

    Hi there,

    I am am very new to all of this. I have a Radion G4 with a ReefLink I already had so it already does all of its on and off cycles just how I want them and I don’t have any desire to change to the WXM module.

    My question is, how do I program the lights to be on all of the time, but only shut off based on my temperature getting too high?

    For instance 82 degrees, shut off with a hysterisis of 1 degree.

    Also, I’m fairly good with computers, tech and light coding...so if you could explain the why behind the answer too that would be amazing.

    Thanks in advance!!

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    If Temp < 80 Then ON
    If Temp > 81 Then OFF


    That's it. Turns off when temp is above 81, turns back on when temp drops below 80. When its between the two values, it will just retain the last state since there isnt a set statement.

    Sent from my SM-G965U using Tapatalk

  3. #3
    New User
    Join Date
    Jul 2018
    Location
    US, Pacific
    Posts
    11
    Quote Originally Posted by zombie View Post
    If Temp < 80 Then ON
    If Temp > 81 Then OFF


    That's it. Turns off when temp is above 81, turns back on when temp drops below 80. When its between the two values, it will just retain the last state since there isnt a set statement.

    Sent from my SM-G965U using Tapatalk
    I see ok thats simple enough. So you are saying then if prior to that statement, I had put “SET ON”, then it would remain on when in the middle?

  4. #4
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by OsoreShirazu View Post
    I see ok thats simple enough. So you are saying then if prior to that statement, I had put “SET ON”, then it would remain on when in the middle?
    Yes. If you put a set ON in, when temp got near 81, it would flutter on and off as the temp changes, which makes a fun lightshow, but not good for the light.

    Sent from my SM-G965U using Tapatalk

  5. #5
    New User
    Join Date
    Jul 2018
    Location
    US, Pacific
    Posts
    11
    Quote Originally Posted by zombie View Post
    Yes. If you put a set ON in, when temp got near 81, it would flutter on and off as the temp changes, which makes a fun lightshow, but not good for the light.

    Sent from my SM-G965U using Tapatalk
    Got it. Thank you!

Similar Threads

  1. NEWBIE LIGHTING and LSM QUESTION
    By rlozano in forum Apex Programming for Lighting
    Replies: 1
    Last Post: 01-07-2019, 10:36
  2. I am so confused please help with basic outlet setup....
    By meegwell in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 5
    Last Post: 03-14-2017, 18:47
  3. Tuunze ATO Basic Setup
    By JKF78 in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 1
    Last Post: 02-21-2017, 17:44
  4. Help! Setting up VDM for Basic 0-10V Lighting Control
    By daemian in forum Apex Programming for Lighting
    Replies: 9
    Last Post: 08-01-2013, 20:55
  5. Basic AISol lighting program needed
    By SP1965 in forum Apex Programming for Lighting
    Replies: 20
    Last Post: 07-31-2013, 21:27

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
  •