Results 1 to 11 of 11

Thread: Output Configuration not working

  1. #1
    Regular Vistor
    Join Date
    Sep 2016
    Location
    Indianapolis, IN
    Posts
    34

    Output Configuration not working

    Hello,

    I am trying to get my sump light to work based on the programming shown on the attached screenshot. What am I doing wrong?

    Thanks,

    Don
    Attached Files Attached Files

  2. #2
    Frequent Visitor
    Join Date
    Jan 2016
    Location
    Cincinnati, ohio
    Posts
    709
    What's your tank temperature?

    also, change the control type to advanced, copy and paste the code here. That will give a better idea of what may be affecting it if there are any hidden commands.

  3. #3
    Regular Vistor
    Join Date
    Sep 2016
    Location
    Indianapolis, IN
    Posts
    34
    Temp is 76-78.

    Fallback OFF
    Set OFF
    If Time 22:00 to 10:00 Then ON
    If Temp > 80.0 Then OFF
    Min Time 030:00 Then OFF

    Other than the time, the other lights are the same:

    Fallback OFF
    Set OFF
    If Time 00:00 to 00:00 Then ON
    If Temp > 80.0 Then OFF
    Min Time 030:00 Then OFF

    Thank you

  4. #4
    Frequent Visitor
    Join Date
    Jan 2016
    Location
    Cincinnati, ohio
    Posts
    709
    What's not working about it? Not turning on? Not turning off?

  5. #5
    Regular Vistor
    Join Date
    Sep 2016
    Location
    Indianapolis, IN
    Posts
    34
    Turning on

  6. #6
    Frequent Visitor
    Join Date
    Apr 2014
    Location
    SE Mass
    Posts
    366
    On your dashboard, do you have the outlet for the light set to auto?

    The 2 programs you show, are they 2 different lights?

    What are you trying to accomplish with the time statement If Time 00:00 to 00:00 Then ON

    Fallback OFF
    Set OFF
    If Time 00:00 to 00:00 Then ON
    If Temp > 80.0 Then OFF
    Min Time 030:00 Then OFF

    Thank you

  7. #7
    Frequent Visitor
    Join Date
    Jan 2016
    Location
    Cincinnati, ohio
    Posts
    709
    Can you turn the light in manually,by sliding the slider to on?

  8. #8
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    This:

    If Time 00:00 to 00:00 Then ON

    won't work.

    I assume you want it to be always ON. If so, change Set OFF to ON and delete the Time command.

  9. #9
    Regular Vistor
    Join Date
    Sep 2016
    Location
    Indianapolis, IN
    Posts
    34
    Fixed!

    Instead of:

    Fallback OFF
    Set OFF
    If Time 22:00 to 10:00 Then ON
    If Temp > 80.0 Then OFF
    Min Time 030:00 Then OFF


    Did this:

    Fallback OFF
    Set ON
    If Time 10:00 to 22:00 Then OFF
    If Temp > 80.0 Then OFF
    Min Time 030:00 Then OFF

  10. #10
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    I would remove the temp and min time statements. A sump light is very low wattages and transfers nearly zero heat to the tank when ON.

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

  11. #11
    Frequent Visitor Todd's Avatar
    Join Date
    Jan 2013
    Location
    Huntsville, AL
    Posts
    583
    Quote Originally Posted by dsdoyle View Post
    Fixed!

    Instead of:

    Fallback OFF
    Set OFF
    If Time 22:00 to 10:00 Then ON
    If Temp > 80.0 Then OFF
    Min Time 030:00 Then OFF


    Did this:

    Fallback OFF
    Set ON
    If Time 10:00 to 22:00 Then OFF
    If Temp > 80.0 Then OFF
    Min Time 030:00 Then OFF
    Those are functionally equivalent. I don't see any reason the first should not have worked. Regardless, glad you got it working.

Similar Threads

  1. Output Configuration Terms and Meanings
    By Phoibe Louisa in forum APEX Fusion
    Replies: 7
    Last Post: 02-26-2021, 13:02
  2. output configuration
    By sjhart in forum Misc Apex Usage & Programming
    Replies: 1
    Last Post: 06-30-2018, 06:52
  3. Question: Local Output Configuration vs Fusion Output Configuration 2016
    By FoxTalbott in forum A2 Apex/ApexEL and A3 Apex Pro/Apex/Apex Jr
    Replies: 2
    Last Post: 11-07-2017, 06:39
  4. Help! Output Configuration
    By Maxells in forum APEX Fusion
    Replies: 8
    Last Post: 06-10-2017, 13:50
  5. Chiller Heater Output configuration
    By ExUser20200804 in forum Apex Programming for Heaters and Chillers
    Replies: 8
    Last Post: 10-14-2016, 01:11

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
  •