PDA

View Full Version : Commands Correct?


coffee_snob
01/30/2015, 08:32 AM
I want this circulation pump to turn off during Feed A, and stay off for 5 minutes.

Fallback ON
OSC 005:00/005:00/005:00 Then ON
If FeedA 000 Then OFF
Defer 005:00 Then ON

fritzz1111
01/30/2015, 10:19 AM
Have you considered checking out the Neptune Apex Forum? They've got tons of information there and 9 times out of 10, when I've seen formula's posted like this, you not only get a "you got it" or a "change this to that" but you also get 4 or 5 others chiming in with different approaches that may do either what you really want to have happen or even maybe something even cooler. JMO

coffee_snob
01/30/2015, 10:21 AM
Have you considered checking out the Neptune Apex Forum? They've got tons of information there and 9 times out of 10, when I've seen formula's posted like this, you not only get a "you got it" or a "change this to that" but you also get 4 or 5 others chiming in with different approaches that may do either what you really want to have happen or even maybe something even cooler. JMO

I have. I'll head over there.

Raul-7
01/30/2015, 03:37 PM
I want this circulation pump to turn off during Feed A, and stay off for 5 minutes.

Fallback ON
OSC 005:00/005:00/005:00 Then ON
If FeedA 000 Then OFF
Defer 005:00 Then ON

Fallback ON
OSC 005:00/005:00/005:00 Then ON
If FeedA 005 Then OFF

The 005 adds an additional 5 minutes to the default time on the your feed program. Then it will turn on.

Raul-7
01/30/2015, 03:53 PM
The question to ask is what is the current duration of your feed timer? If it's 5 minutes; then you merely need FeedA 000 or if you want the pumps to stay off for a total of 10 minutes then use FeedA 005.

coffee_snob
01/31/2015, 07:58 PM
It was more complicated than I thought.
They had me create a VO, then it worked.

https://forum.neptunesystems.com/showthread.php?9574-Command-Correct