Results 1 to 3 of 3

Thread: Temp AND Time Lighting Statement

  1. #1
    New User
    Join Date
    Nov 2016
    Location
    Bay Area, CA
    Posts
    7

    Temp AND Time Lighting Statement

    Is there an "AND" statement available? Virtual outlet somehow? Would be nice to allow the lighting fixture to turn back on based on temp readback w/hysteresis. Currently using Min time of 60mins.

    For example:
    Fallback OFF
    Set OFF
    If Time 15:00 to 23:10 AND TmpH20 < 80.5 Then ON
    If TmpH2O > 82.0 Then OFF


    I'm currently running this:
    Fallback OFF
    Set OFF
    If Time 15:00 to 23:10 Then ON
    If TmpH2O > 82.0 Then OFF
    Min Time 060:00 Then OFF

    Thanks!

  2. #2
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Just gotta change the order...

    Fallback OFF
    If TmpH2O < 80.5 Then ON
    If TmpH2O > 82.0 Then OFF
    If Time 23:10 to 15:00 Then OFF



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

  3. #3
    New User
    Join Date
    Nov 2016
    Location
    Bay Area, CA
    Posts
    7
    Great! Thanks.

Similar Threads

  1. Defer Statement Longest Time
    By Waveguide in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 2
    Last Post: 03-02-2018, 13:26
  2. Question: Defer Statement for Lighting Profiles
    By clsanchez77 in forum Apex Programming for Lighting
    Replies: 2
    Last Post: 03-15-2017, 18:02
  3. How do you program a time and a feed time statement?
    By deputydog95 in forum Misc Apex Usage & Programming
    Replies: 6
    Last Post: 09-19-2016, 06:10
  4. OSC With Time Off Statement
    By Typlus5 in forum Misc Apex Usage & Programming
    Replies: 2
    Last Post: 05-06-2015, 18:48
  5. Question: Help with Min Time Statement
    By RedReefer in forum Apex Programming for Dosing, ATO, and AWC
    Replies: 7
    Last Post: 01-14-2014, 22:48

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
  •