Hi, I am trying to simulate a processing station. The source creates two types of items that need to be processed by either task executor based on its type. The conveyor layout is as follows:
I want items type1 to be processed at station 1 (Robot1) on left conveyor and item type2 to be processed at station 2 (Operator1) on right conveyor. In the above image, red arrows indicate the flow of item type1 and green arrows indicate flow of item type2. After processing, I want the items to be transported back to the main conveyor where they are sent to the sink.
I am facing the following issues in my model:
1) Item type1 is not stopping at the processing station
2) Item type2 is not being transferred to its conveyor at its decision point (DP11 in the model)
3) How to prevent processed item type2 from entering its conveyor again once it is sent back to the main conveyor
Please help me in identifying the errors in my model and what I might be missing. Additionally, I would appreciate it if someone could guide me in resolving the issues. Thank you!