My intent is to have the AFS turn on at a specific times during a lighting schedule.
So if I want to have the AFS turn on at 12:05 first feeding then at 21:05 for the 2nd feeding.
Where and when do I place the data?
I did 3 examples of what I thought it can be placed.


example #1= right after the 1st time slot
tdata 11:59:00,0,0,35,0,0,0,100,100,0,0,100,0,0
OSC 000:00/000:30 Then On if Time 12:05 to 13:05 Then Off
if Time 13:05 to 21:00 Then Off
if Time 21:05 to 22:05 Then Off
if FeedA 000 Then On

tdata 12:17:00,0,2,30,0,0,0,100,100,0,0,100,0,0
tdata 12:34:00,0,0,25,0,0,0,100,100,0,0,100,0,0
etc
etc

example #2= after the whole schedule
tdata 11:59:00,0,0,35,0,0,0,100,100,0,0,100,0,0
tdata 12:17:00,0,2,30,0,0,0,100,100,0,0,100,0,0
tdata 12:34:00,0,0,25,0,0,0,100,100,0,0,100,0,0
tdata 12:52:00,0,2,20,0,0,0,100,100,0,0,100,0,0
tdata 13:09:00,0,0,15,0,0,0,100,100,0,0,100,0,0
tdata 13:27:00,0,0,10,0,0,0,100,100,0,0,100,0,0
tdata 13:44:00,0,0,5,0,0,0,100,100,0,0,100,0,0
tdata 14:02:00,0,0,0,0,0,0,100,100,0,0,100,0,0
tdata 16:34:00,0,0,0,0,0,0,100,100,0,0,100,0,0
tdata 17:32:00,0,0,5,0,0,0,100,100,0,0,100,0,0
tdata 18:30:00,0,0,10,0,0,100,100,100,0,0,100,0,0
tdata 18:52:00,0,0,15,37,17,100,100,100,37,37,100,0,0
tdata 19:15:00,0,0,21,37,17,100,100,100,37,37,100,0,0
tdata 19:41:00,0,0,25,37,17,100,100,100,37,37,100,0,0
tdata 20:08:00,0,0,30,37,17,100,100,100,37,37,100,0,0
tdata 20:35:00,0,2,35,37,17,100,100,100,37,37,100,0,0
tdata 21:02:00,0,0,40,37,17,100,100,100,37,37,100,0,0
tdata 21:24:00,0,0,35,37,17,100,100,100,37,37,100,0,0
tdata 21:46:00,0,2,31,37,17,100,100,100,37,37,100,0,0




OSC 000:00/000:30 Then On if Time 12:05 to 13:05 Then Off
if Time 13:05 to 21:00 Then Off
if Time 21:05 to 22:05 Then Off
if FeedA 000 Then On
etc
etc

example #3 = schedule the 1st feeding at the proposed time and call it Feed A, schedule the 2nd feeding at the NEXT proposed time and call if FEED B
tdata 11:59:00,0,0,35,0,0,0,100,100,0,0,100,0,0
OSC 000:00/000:30 Then On if Time 12:05 to 13:05 Then Off

if Time 13:05 to 21:00 Then Off
if FeedA 000 Then On

tdata 12:17:00,0,2,30,0,0,0,100,100,0,0,100,0,0
tdata 12:34:00,0,0,25,0,0,0,100,100,0,0,100,0,0
tdata 12:52:00,0,2,20,0,0,0,100,100,0,0,100,0,0
tdata 13:09:00,0,0,15,0,0,0,100,100,0,0,100,0,0
tdata 13:27:00,0,0,10,0,0,0,100,100,0,0,100,0,0
tdata 13:44:00,0,0,5,0,0,0,100,100,0,0,100,0,0
tdata 14:02:00,0,0,0,0,0,0,100,100,0,0,100,0,0
tdata 16:34:00,0,0,0,0,0,0,100,100,0,0,100,0,0
tdata 17:32:00,0,0,5,0,0,0,100,100,0,0,100,0,0
tdata 18:30:00,0,0,10,0,0,100,100,100,0,0,100,0,0
tdata 18:52:00,0,0,15,37,17,100,100,100,37,37,100,0,0
tdata 19:15:00,0,0,21,37,17,100,100,100,37,37,100,0,0
tdata 19:41:00,0,0,25,37,17,100,100,100,37,37,100,0,0
tdata 20:08:00,0,0,30,37,17,100,100,100,37,37,100,0,0
tdata 20:35:00,0,2,35,37,17,100,100,100,37,37,100,0,0
tdata 21:02:00,0,0,40,37,17,100,100,100,37,37,100,0,0
OSC 000:00/000:30 Then On if Time 21:05 to 22:05 Then Off
if Time 21:05 to 22:05 Then Off
if FeedB 000 Then On
etc
etc


Or am I doing this all wrong.
Please help and thanks for your suggestions.