Neptune Apex Noob Help !!!

Lrplad

New Member
View Badges
Joined
Dec 30, 2019
Messages
3
Reaction score
24
Rating - 0%
0   0   0
Hey Folks, new here and hope this post in the right place but had no luck on various forums .... no doubt it’s a simple solution and I’ve tried several ways and it’s just not working ... can anyone help with the correct code

So basically I have a wave maker that

part 1- I need to switch off completely between 10pm and 9am

Part 2- BUT when it’s on I need it to follow an on of 1 min and off of 14 ...

so part 2 is working fine but it won’t switch OFF and follow that routine that will let my fish sleep

can someone please help ??

Fallback OFF
Set ON
If Time 22:00 to 09:00 Then OFF
OSC 000:00/001:00/014:00 Then ON
If FeedA 015 Then OFF
 

Montiman

Valuable Member
View Badges
Joined
Sep 20, 2017
Messages
1,375
Reaction score
1,673
Location
Pheonix
Rating - 0%
0   0   0
The only thing I would Change is Fallback ON and remove the set. The code below is what I would use.

Fallback ON
OSC 05:00/05:00/05:00 Then ON
If FeedA 015 Then OFF
If Time 22:00 to 9:00 then OFF
 
OP
OP
Lrplad

Lrplad

New Member
View Badges
Joined
Dec 30, 2019
Messages
3
Reaction score
24
Rating - 0%
0   0   0
The only thing I would Change is Fallback ON and remove the set. The code below is what I would use.

Fallback ON
OSC 05:00/05:00/05:00 Then ON
If FeedA 015 Then OFF
If Time 22:00 to 9:00 then OFF
Thank you .... this has been driving me nuts .. will give it a go
 

When to mix up fish meal: When was the last time you tried a different brand of food for your reef?

  • I regularly change the food that I feed to the tank.

    Votes: 44 21.7%
  • I occasionally change the food that I feed to the tank.

    Votes: 70 34.5%
  • I rarely change the food that I feed to the tank.

    Votes: 66 32.5%
  • I never change the food that I feed to the tank.

    Votes: 19 9.4%
  • Other.

    Votes: 4 2.0%
Back
Top