Hello
I've been conducting simulations under the conditions below, but I can't go any further.
The reason is that I don't know how to control it. I would appreciate it if you could share and let me know how.
A ZONE,B ZONE : Integration Prerequisites The TASK EXECUTER in Zone A,B continues to move the outside path without stopping except loading and unloading to check if there are any items to load.
First, The order of work in Zone A is as follows
A1→A2→A3→A4→A5→A6→A7→A1
A1 : ITEM is released every 240 seconds
A2: Supply the ITEM of A1 to the A2 SINK and after 90 seconds the ITEM to be supplied to A3 is produced. (The ITEM to A2→A3 is produced using Triggers)
A3: Supply the ITEM of A2 to the A3 SINK and after 90 seconds the ITEM to be supplied to the A4 is produced. (The ITEM to the A3→A4 is produced using Triggers)
A4: Supply the ITEM of A3 to the A4 SINK and after 100 seconds the ITEM to be supplied to the A5 is produced. (The ITEM to the A4→A5 is produced using Triggers)
A5: Supply the ITEM of A4 to the A5 SINK and after 100 seconds the ITEM to be supplied to the A6 is produced. (The ITEM to the A5→A6 is produced using Triggers)
A6: Supply the ITEM of the A5 to the A6 SINK and produce the ITEM to be supplied to the A7 after 90 seconds. (The ITEM to the A6→A7 is produced using Triggers)
A7: A6's ITEM is supplied to A7 SINK and one cycle is completed
The peculiarity of area A is that it is a defective product with a 20% probability at each station A2, A3, A4, and A5, and you have to unload it to B6 after loading. After that, you can return to area A and move the outside route until the next WORK.
The workflow of Area B is similar.
B1→B2→B3→B4→B5→B6→B1
B1 : ITEM is released every 40 seconds
B2: Supply the ITEM of B1 to the B2 SINK and after 20 seconds the ITEM to be supplied to A3 is produced. (The ITEM to B2→B3 is produced using Triggers)
B3: Supply the ITEM of B2 to the B3 SINK and after 60 seconds the ITEM to be supplied to the B4 is produced. (The ITEM to the B3→B4 is produced using Triggers)
B4: Supply the ITEM of B3 to the B4 SINK and after 60 seconds the ITEM to be supplied to the B5 is produced. (The ITEM to the B4→B5 is produced using Triggers)
B5: B4 Of ITEM is supplied to B5 SINK and one cycle is completed
Should I use process flow or is it good to apply a different control method?
THANK'S