Feed mode programming

maxwell50

Active Member
View Badges
Joined
Feb 2, 2019
Messages
144
Reaction score
49
Rating - 0%
0   0   0
Hi All,

I have chiller hooked up to apex and I use temp probe to turn it on/off. I want to plumb it into display and I don't see advance option where I can write code for turn off chiller when feeding or doing maintenance. Any tips?
 
I don’t have an apex but is there a way to write it so when return pump is off chiller is off. And when temp is below 78 chiller is off. ?

@rkpetersen is a pro
 
Fallback OFF
If Tmp > 79 Then ON
If Tmp < 78 Then OFF
If FeedA on then off
If output Feeder on then off
defer 00:005

Try that
Change "Feeder" to whatever you have named your feeder
and change the temps to what you want
Also, change the FeedA to whatever feed cycle you use
 
Fallback OFF
If Tmp > 79 Then ON
If Tmp < 78 Then OFF
If FeedA on then off
If output Feeder on then off
defer 00:005

Try that
Change "Feeder" to whatever you have named your feeder
and change the temps to what you want
Also, change the FeedA to whatever feed cycle you use

I understand the code but there is no place to enter it.
b791fc7ee0767bbc8817aef3841a447e.jpg
 
Thanks that worked. I guess I always though to use presets

Moving to the advanced menu is really the way to do many custom things with the Apex.
Although the Tasks are getting better and better. Still, I prefer looking at the actual code. :)
 

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