Neptune Apex Newbie!!!

Naldy_PR

New Member
View Badges
Joined
Dec 16, 2023
Messages
22
Reaction score
4
Location
Puerto Rico, USA
Rating - 0%
0   0   0
Hello reefers!

Happy Sunday!

I am new to Apex and was trying to program the output dedicated to the skimmer to delay by 2 minutes when power went out, is this the correct coding?

If Power EB832_2 OFF 002 Then ON

Thanks in advance!
 

Chuck_e

New Member
View Badges
Joined
Jan 14, 2024
Messages
14
Reaction score
26
Location
Sherwood Park
Rating - 0%
0   0   0
Hello reefers!

Happy Sunday!

I am new to Apex and was trying to program the output dedicated to the skimmer to delay by 2 minutes when power went out, is this the correct coding?

If Power EB832_2 OFF 002 Then ON

Thanks in advance!
Don't think so. I believe you need a "Defer" statement. Here's how I have programmed mine so that the skimmer turns off when the return pump is off, and then delays 5 minutes after the return pump is back on before starting up again:

Fallback OFF
Set ON
If Output O3_RetPmp = OFF Then OFF
Defer 005:00 Then ON

BUT - there's lots of ways to skin the Apex cat!! There's a thread in here about programming the Apex, and I think this was one of the examples. Look for "Neptune Apex Programming Tutorials" by Suncrest Reef. Good luck!!
 

kindafun

Active Member
View Badges
Joined
Oct 9, 2017
Messages
174
Reaction score
212
Location
Mesa, AZ
Rating - 0%
0   0   0
Here's what I have for my skimmer:

Fallback ON
Set ON
If Output ReturnPump = OFF Then OFF
If FeedA 010 Then OFF
Defer 002:30 Then ON
 
OP
OP
Naldy_PR

Naldy_PR

New Member
View Badges
Joined
Dec 16, 2023
Messages
22
Reaction score
4
Location
Puerto Rico, USA
Rating - 0%
0   0   0
Don't think so. I believe you need a "Defer" statement. Here's how I have programmed mine so that the skimmer turns off when the return pump is off, and then delays 5 minutes after the return pump is back on before starting up again:

Fallback OFF
Set ON
If Output O3_RetPmp = OFF Then OFF
Defer 005:00 Then ON

BUT - there's lots of ways to skin the Apex cat!! There's a thread in here about programming the Apex, and I think this was one of the examples. Look for "Neptune Apex Programming Tutorials" by Suncrest Reef. Good luck!!
Thanks! I will search for it
 

Keeping it clean: Have you used a filter roller?

  • I currently use a filter roller.

    Votes: 74 34.9%
  • I don’t currently use a filter roller, but I have in the past.

    Votes: 7 3.3%
  • I have never used a filter roller, but I plan to in the future.

    Votes: 57 26.9%
  • I have never used a filter roller and have no plans to in the future.

    Votes: 66 31.1%
  • Other.

    Votes: 8 3.8%
Back
Top