Apex fusion feed mode a

winterpeg

New member
I'm trying to figure this feed mode out

I go to my pump
Fallback is on
Feed timer is A
Feed timer delay is 5 (what does this mean)

I go to my maxspect
Initial off time 1:00
On time 5:00
Off time 5:00
Feed timer A
Feed timer delay 5

What does this all mean

As when I click my feed A nothing happens that I can see. I would like my pump to turn off and my maxspect as well. If there is a help section to this any where I can read great.

Sent from my SM-G950W using Tapatalk
 
This is a simple pump program.

Fallback ON
Set ON
If FeedA 005 Then OFF

Explained:

Fallback ON - This is the state the outlet will be in if the power bar (EB8, EB832)
looses communication with the head unit.

Set ON - Initial state of the outlet ON or OFF

If FeedA 005 Then OFF - This will turn the pump OFF when Feed A is press,
then keep the pump OFF for an additional 5 minutes after the Feed A is over.
You can change the 005 to 000 so the pump starts as soon as the feed mode is over.

Now just understand, that your Return Pump must be set to AUTO and not ON because
set to ON or OFF for that matter will override any programming.

HTH
 
This is a simple pump program.

Fallback ON
Set ON
If FeedA 005 Then OFF

Explained:

Fallback ON - This is the state the outlet will be in if the power bar (EB8, EB832)
looses communication with the head unit.

Set ON - Initial state of the outlet ON or OFF

If FeedA 005 Then OFF - This will turn the pump OFF when Feed A is press,
then keep the pump OFF for an additional 5 minutes after the Feed A is over.
You can change the 005 to 000 so the pump starts as soon as the feed mode is over.

Now just understand, that your Return Pump must be set to AUTO and not ON because
set to ON or OFF for that matter will override any programming.

HTH
That might be why my pump is not going off.

I'll try this



Sent from my SM-G950W using Tapatalk
 
Back
Top