Results 1 to 3 of 3

Thread: Fans on

  1. #1
    Regular Vistor
    Join Date
    Jul 2018
    Location
    Pueblo, CO
    Posts
    17

    Fans on

    Need assistance programming fans to come on at 81 degrees, stay on for at least 15 minutes, and then turn off once temp reaches 79.

    Fallback OFF
    Set Off
    If Tmp>80.9 then ON
    Min Time 010:00
    If Tmp < 80 then OFF

    Will this work?


    Sent from my iPhone using Tapatalk

  2. #2
    Frequent Contributor SuncrestReef's Avatar
    Join Date
    Feb 2018
    Location
    Beaverton, OR
    Posts
    3,105
    Quote Originally Posted by Bill_M. View Post
    Need assistance programming fans to come on at 81 degrees, stay on for at least 15 minutes, and then turn off once temp reaches 79.

    Fallback OFF
    Set Off
    If Tmp>80.9 then ON
    Min Time 010:00
    If Tmp < 80 then OFF

    Will this work?


    Sent from my iPhone using Tapatalk
    If you want it to run for 15 minutes then use: Min Time 015:00.

    If you want it to turn of at 79, then use: If Tmp < 79.1 Then Off. With your code it could turn off at 79.9 if it's still that warm after the Min Time expires.

  3. #3
    Frequent Contributor iamchadster's Avatar
    Join Date
    Aug 2013
    Location
    Wilsonville, Oregon
    Posts
    2,639
    Fallback Off
    If tmp > 80.9 then on
    If tmp < 79.1 then off
    Min time 015:00 then on

    The fans in this scenario could run longer than the min time if the temp isn't below 79.1 (at 79) after 15 minutes. If that is ok with you then go for it.
    Chad

Similar Threads

  1. Radion fans
    By Azraz in forum Apex Programming for Lighting
    Replies: 2
    Last Post: 04-01-2017, 10:43
  2. DIY Cooling - Fans
    By damonbrodie in forum DIY
    Replies: 2
    Last Post: 04-22-2015, 22:06
  3. Aquatop Fans
    By mknutsen in forum Misc Apex Usage & Programming
    Replies: 6
    Last Post: 08-17-2014, 20:36
  4. Question: Canopy fans
    By Aj460 in forum Misc Apex Usage & Programming
    Replies: 4
    Last Post: 01-03-2014, 16:26
  5. Fans not shutting off...
    By jvelkgrove in forum Misc Apex Usage & Programming
    Replies: 3
    Last Post: 05-30-2013, 18:26

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
  •