Apex Skimmer Control?

Davisc1293

Active Member
View Badges
Joined
Sep 16, 2021
Messages
389
Reaction score
100
Location
Rhode Island
Rating - 0%
0   0   0
I have my skimmer in my small AIO... is it possible to have the Apex EL controller turn the skimmer off if temps exceed 80 degrees. no need to have another motor adding heat when the temp is already rising.
 
Set the output’s Control Type to Advanced, then add this line of code to the end of the program:

If Temp > 80.0 Then OFF
 
I have my skimmer in my small AIO... is it possible to have the Apex EL controller turn the skimmer off if temps exceed 80 degrees. no need to have another motor adding heat when the temp is already rising.
Never mind i guess ill just configure it as a heater
 
Oh thank you thats much better My ocd doesnt like knowing its configured as a heater....
The Control Types are just shortcuts that create the programming for you, but aren't necessary if you know the programming code. See my tutorial on Apex Control Types to see what programming is created by each Control Type:

 
The Control Types are just shortcuts that create the programming for you, but aren't necessary if you know the programming code. See my tutorial on Apex Control Types to see what programming is created by each Control Type:

I I get that, but just knowing the "shortcut" was intended for a heater would bug me in the back of my mind. ik how stupid that sounds but still. Thank you though I will check this out!
 

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%
Back
Top