question

Martin B6 avatar image
0 Likes"
Martin B6 asked Martin B6 commented

Transporter does not follow the logic of the process flow?

Hi,

why does the transporter not start working at time 36? I have tried to adapt the transport from the outbound warehouse to the assembly according to the same logic in the process flow as in the outbound and have also added a delay, which is the transport time. However, the model works only conditionally: For example, in the time 35 the worker stores a total of 4 complete orders in the outbound and the transporter transports one order to the assembly. This fits because in time 35 only one order should be transported according to the order list (TransportToAssembly). The other 3 orders in the outbound should be transported to the assembly on day 36 but the transporter does not start working? Can someone help me with this problem?

Thank you very much!!

attached the model: Entwurf_10_9.fsm

FlexSim 20.2.3
processflowflexsim 20.2.3transporterglobal list
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Ralf Gruber avatar image
0 Likes"
Ralf Gruber answered Martin B6 commented

Martin,

from what I can see in the model, the token stuck in "Pull from StoredOrderItems" is waiting for a second item (token label "NumItems" is 2) of the same type (token label "OrderID" reflecting the list´s partition to pull from is 441080). But a second one to pull does not get on the list "AssemblyItems". The transport will not be initiated before the token finds the second item to pull and continues in the flow. Does that help?

· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Martin B6 avatar image Martin B6 commented ·

Hello Ralf,

thank you very much for your answer. I have tried to integrate your suggestions into the model. I understood where the problem is, but unfortunately I have difficulties in the implementation. Can you explain this to me again in more detail? How can the second item from OrderID 441080 be stored on the list (AssemblyItems)? Thanks a lot!

Martin

0 Likes 0 ·
Ralf Gruber avatar image Ralf Gruber ♦ Martin B6 commented ·

Martin,

it can´t....that is a misconcept in the model:

1. You create one pallet containing all items of the order and push that one pallet on the list.

2. But then you try to pull as many entries from the list, as the order contains items.

Order 441080 is the first including more than one item, therefore the first were the model gets stuck. Change "Request Number" and "Require Number" both to one, the number of pallets for the order, and you should be fine.

1 Like 1 ·
numitems.png (43.1 KiB)
Martin B6 avatar image Martin B6 Ralf Gruber ♦ commented ·

Hi Ralf,

thanks for your support. I have made the changes you suggested and the model works great.

Martin

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.