I have two types of items (type 1 and 2) that both uses the area where S7 is located (shown in the image) where they then travel to their respective destinations (D).
Type 1 items travels to both D1 and D2 using the round robin method (every other type 1 item goes to D2). Type 2 items travel to D3.
The issue I'm having is that both Type 1 and 2 requires S7 to travel to D2 ad D3, respectively. I need Type 2 to only flow to S7 when Type 1 doesn't block C1 (decision point) and vice versa. It should basically follow the FIFO method.
I used the acquire area access and release area access method (under Trigger) inside the 3d model space to make this work but both item types get stuck on their respective decision point. Now I'm using the process flow method to get this to work but again they both get stuck (as shown in the image).
I have attached my file, please have a look at my process flow. Let me know if there are better alternatives compared to my approach.