Results 1 to 3 of 3

Thread: Programming help for chiller on a set time

  1. #1
    New User
    Join Date
    Sep 2018
    Location
    toronto, canada
    Posts
    11

    Question Programming help for chiller on a set time

    IF TEMP > 85.0 THEN Output Chiller [to turn on for 30 seconds, then stay off for 2 minutes)

    How on earth do I code that?

  2. #2
    Frequent Visitor
    Join Date
    Mar 2017
    Location
    Wellington, NZ
    Posts
    114
    I would think you would use the OSC command and then have it turn the output off if the temp is below the 85 threshold. (will override the OSC command)

    OSC 000:00/000:30/002:00 Then ON
    IF TEMP < 85.0 Then OFF

    I don't know too much about the OSC command, so I suggest test it and someone else will correct if it isn't quite right

  3. #3
    Frequent Contributor zombie's Avatar
    Join Date
    Dec 2013
    Location
    Denver, CO
    Posts
    13,176
    Quote Originally Posted by DavidNZ View Post
    I would think you would use the OSC command and then have it turn the output off if the temp is below the 85 threshold. (will override the OSC command)

    OSC 000:00/000:30/002:00 Then ON
    IF TEMP < 85.0 Then OFF

    I don't know too much about the OSC command, so I suggest test it and someone else will correct if it isn't quite right
    This is correct.

    Sent from my SM-G965U using Tapatalk

Similar Threads

  1. My chiller is not staying on to cool down to set point
    By bzofiq in forum Apex Programming for Heaters and Chillers
    Replies: 5
    Last Post: 06-24-2020, 10:51
  2. Question: Heater and Chiller set point & programming question
    By Fringe09 in forum Apex Programming for Heaters and Chillers
    Replies: 2
    Last Post: 05-22-2019, 08:56
  3. Programming chiller and chiller pump
    By tsoraci in forum Apex Programming for Heaters and Chillers
    Replies: 8
    Last Post: 03-29-2015, 15:23
  4. Programming a Chiller
    By rdnyva in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 7
    Last Post: 02-16-2014, 08:15
  5. Question: Chiller or Chiller Pump for Chiller setting?
    By ScottS in forum Apex Classic/Apex Lite/Apex Jr
    Replies: 1
    Last Post: 05-23-2013, 14:35

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
  •