Sorry for the delayed in response.
That's weird that the fusion page limits what youre able to see. I assumed that was an A1 because of the lack of options in the menu. Good that you found a way to get me in. What you have in AutoFeeder is essentially 2 programs.
Here's the code that is in your AutoFeeder:
OSC 000:00/000:30/000:30 Then ON
If Time 00:00 to 15:00 Then OFF
If Time 15:02 to 00:00 Then OFF
If FeedB 000 Then ON
The 1st setup (3 lines) sets the feeder to dose for 2 minutes, from 3pm - 3:02pm at an interval of 30 seconds on, 30 seconds off.
Line 4 turns the feeder on when FeedB is toggled. FeedB is set for 300 seconds (5 minutes). Which means the feeder will tumble food for 5 minutes.
In your post, it sounds like you want to toggle the feeder only when you need to and remove the daily, 2 minutes feeding.
If that's the case all you need to do is remove the first 3 lines and replace them with this one
Set OFF
Then line 2 becomes:
If FeedB 000 Then ON.
The last thing you'll want to possibly change is the length of time feedB is on.
FeedB settings can be found under the wrench icon. You'll want to play with that time in order to set the amount of ON time you want the feeder to be on.
If any of this is confusing, or if you want me to do it for you, just let me know.
All I need is for you to tell me exactly how you want the outlet to operate.
Jimmy