Neptune Cor20 feed mode?

JustinMN18

Active Member
View Badges
Joined
Aug 1, 2020
Messages
341
Reaction score
93
Location
55427
Rating - 0%
0   0   0
I'd like my cor 20 to go down to 5%, and then back up to normal. What is the best code for that?
 
If you're talking about when you click one of the Feed buttons on your dashboard, all you need is to add the following line of code to the Advanced tab on the COR schedule screen. Click the gear icon at the upper right above the schedule screen, then click the Advanced tab. Add this code:

If FeedA 000 Then 5

Change FeedA to FeedB, C, or D depending on which Feed button you want to use.

Change 000 to be the number of extra minutes to remain running at 5% after the Feed timer has counted down to zero.

The Feed timers can be defined under the Misc Setup screen as explained in my Apex Feed Cycles tutorial:
 
If you're talking about when you click one of the Feed buttons on your dashboard, all you need is to add the following line of code to the Advanced tab on the COR schedule screen. Click the gear icon at the upper right above the schedule screen, then click the Advanced tab. Add this code:

If FeedA 000 Then 5

Change FeedA to FeedB, C, or D depending on which Feed button you want to use.

Change 000 to be the number of extra minutes to remain running at 5% after the Feed timer has counted down to zero.

The Feed timers can be defined under the Misc Setup screen as explained in my Apex Feed Cycles tutorial:
Great series btw, thanks @SuncrestReef
Highly recommend checking it out @JustinMN18
 
Great series btw, thanks @SuncrestReef
Highly recommend checking it out @JustinMN18
Thanks! Glad to help.

I didn't explain thoroughly in my COR20 code above that anything you place into the Advanced tab will simply override the COR schedule when the code in the Advanced tab evaluates True. If none of the commands in the Advanced tab are True, then they are ignored and the regular graphical schedule takes control.
 
Wait. Do you have an apex? I thibk you do, I just skimmed, but there is a task that can do it for you
There is a COR Setup task, but it will walk you through recalibrating your COR IQ level and overwrite any existing schedule/programming you have. If you only need to add the Feed settings to an already-configured COR, use my method above so you don't have to redo everything.
 

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