BIGD0G
04/25/2014, 08:52 AM
I am new to the Apex and working to get everything setup properly. I am on the automating the feed cycle using the Apex AFS. For now I want to manually invoke the FeedA cycle and have it shutdown the return pump & skimmer then wait one minute and turn on the AFS to rotate the drum 1 time. Will this code work for the AFS? My FeedA time is set to 10 minutes. Additionally I want to make sure this code will not cause it to dump every 10 minutes. My fear is with the set off and the FeedA time set to 10 minutes it will dump 10 times. If this is the case do I just need to remove the Set Off statement?
Fallback OFF
Set OFF
If FeedA 000 Then ON
Defer 001:00 Then ON
Thanks for the help.
Fallback OFF
Set OFF
If FeedA 000 Then ON
Defer 001:00 Then ON
Thanks for the help.