Apex chiller/UV programming help!

  • Thread starter Thread starter MSB123
  • Start date Start date
  • Tagged users None

MSB123

Someone out there put something smart here.
View Badges
Joined
Aug 11, 2017
Messages
3,487
Reaction score
3,431
Location
Santa Barbara, CA
Rating - 0%
0   0   0
I would love some help with this: I want my chiller to turn on if the tempature is above 79, but off when the tempature is below 78.5
At the same time, I want my apex to turn off my UV sterilizer and heaters when it is running. Thanks in advance!

#reefsquad
#apexusers
 
Last edited by a moderator:
I would love some help with this: I want my chiller to turn on if the tempature is above 79, but off when the tempature is below 78.5
At the same time, I want my apex to turn off my UV sterilizer and heaters when it is running. Thanks in advance!

#reefsquad
#apexusers

You'll need to update the code section on your chiller, UV, and heaters:

Chiller:
If Temp > 79.0 Then On
If Temp < 78.5 Then Off

UV:
(leave existing On/Off code in place)
If Output Chiller = On Then Off

Heater:
(leave existing On/Off code in place)
If Output Chiller = On Then Off

Be sure to use the actual input/output names for your temperature probe, chiller, UV, and heater in your code.
 
Last edited by a moderator:

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%

New Posts

Back
Top