Hello,
I am making a simple Kanban(=SimEntity1) system for my assignment and I am having several issues while making my simulation (JIS/JIT) model. My first question is written as per below. Please help me.
Conditions- SimEntity1 = Kanban contains the production number.
- Each server has a production plan corresponding to the production number, and workers follow this plan. For example:
If Kanban #1 is received, workers produce the products listed in the first production plan.
If Kanban #2 is received, workers produce the products listed in the second production plan, and so on.
Goal
- When the first Kanban arrives at Server2, the worker at Server2 starts producing according to the first production plan, and the Kanban simultaneously returns to Server1 while production is ongoing.
Issue
- Using Queue2 -> Duplicate -> Queue + Server2 can partially achieve this goal. However, the connection between Queue and Duplicate is not functioning as intended, resulting in the Kanban moving after production is completed rather than simultaneously during production, as shown in the attached file.
Question
How can this issue be resolved to ensure the Kanban moves simultaneously with production?