View Single Post
  #1  
Old 05-31-2012, 02:21 PM
Enigma's Avatar
Enigma Enigma is offline
Member
 
Join Date: Mar 2012
Location: Calgary, AB
Posts: 1,062
Enigma is on a distinguished road
Default Neptune Apex Code Help?

I've been plugging away on some issues with Apex, and I've got everything but one thing tested and working the way I want. Everything I've done so far is pretty simple.

I'm wondering if someone can confirm whether or not something should work for me.

What I want to do is shut my noisy chiller pump off at night, unless the chiller is running. [If Outlet Chiller = ON Then ON]

I created an outlet called "Sleep"

Set OFF
If Time 21:00 to 06:00 Then ON

So, [If Outlet Sleep = ON Then OFF] for the ChillerPump outlet.

I slapped the code together all willy-nilly for the ChillerPump outlet:

Fallback ON
Set ON
If Outlet Sleep = ON Then OFF
If Outlet Chiller = ON Then ON

It works on the sleep outlet. My chiller hasn't come on in days, though, so I don't know if the Chiller outlet statement is correct. Should it work?
Reply With Quote