Apex programming help - multiple "triggers" on a single outlet

Users Who Are Viewing This Thread (Total: 1, Members: 0, Guests: 1)

driftin

Active Member
View Badges
Joined
Sep 12, 2020
Messages
287
Reaction score
405
Location
Chicago
Rating - 0%
0   0   0
I've tried searching and reading, but I'm not sure what "logic" I'm trying to implement so I'm not having success finding an example of the code to use.

Specifically, on my Apex Jr I have a power head in my sump that I have on a time of day schedule. Runs for a few hours every night. I would like to also have this power head be turned on when the heater is on. Ideally, even have a couple minute delay built in so the pump runs a bit longer than the heater stays on, and then turn off if it's outside of its normal time of day schedule.

I don't know how much detail you would need...
Heater = base_Out4 (name = Heater) and is controlled straight of the Apex Jr temperature probe

Thanks in advance!
 

SuncrestReef

That Apex guy
View Badges
Joined
Jan 18, 2018
Messages
4,214
Reaction score
9,217
Location
Oregon
Rating - 0%
0   0   0
I'll assume your current powerhead programming looks something like this:

Fallback OFF
Set OFF
If Time 18:00 To 22:00 Then ON

If that's the case, then just place this code below the current programming:

If Output Heater = ON Then ON
Defer 002:00 Then OFF
 
OP
OP
driftin

driftin

Active Member
View Badges
Joined
Sep 12, 2020
Messages
287
Reaction score
405
Location
Chicago
Rating - 0%
0   0   0
Will do, thanks for the resources. I set this up in 2015 and just never got into any complex programming - I bet there's a lot of potential I haven't unlocked yet.
 

Reefing threads: Do you wear gear from reef brands?

  • I wear reef gear everywhere.

    Votes: 15 21.1%
  • I wear reef gear primarily at fish events and my LFS.

    Votes: 2 2.8%
  • I wear reef gear primarily for water changes and tank maintenance.

    Votes: 0 0.0%
  • I wear reef gear primarily to relax where I live.

    Votes: 10 14.1%
  • I don’t wear gear from reef brands.

    Votes: 37 52.1%
  • Other.

    Votes: 7 9.9%
Back
Top