question

paul avatar image
0 Likes"
paul asked paul commented

Order problem

I am a college student, and I have created a FlexSim model that processes orders. The production of a product involves five sequential steps, labeled A, B, C, D, and E. There are a total of 35 orders.


Currently, my model processes one order at a time, completing all five steps before moving on to the next order. However, I would like my model to operate continuously. For example, once Step A is completed for the first order and the product is transferred to Step B, I want Step A to start working on the second order. Please help me to fix the problem, thank you.

My FlexSim model is in the reply area

FlexSim 22.2.4
order problem
· 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.

paul avatar image paul commented ·

This is my model

0105.zip

0 Likes 0 ·
0105.zip (328.1 KiB)
Jason Lightfoot avatar image Jason Lightfoot ♦♦ paul commented ·
There's no need to zip file when uploading to this site - FlexSim model files are already compressed.
0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦♦ paul commented ·
I see nothing labelled a steps A, B, C,D and E. I see pallets labelled Type with values 1-35 which I guess you're using as the order ID. I also see you have a stats collector with a 10 second timer which prevents you from quickly stepping to the next significant event - you can disable that while testing/debugging.
0 Likes 0 ·

1 Answer

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered paul commented

You can choose only to release the items for the current order and then when the order is completed at a combiner release the next order. By doing that you would avoid this scenario where both orders are queued before each workstation:

1700748257233.png


1700748257233.png (332.7 KiB)
· 1
5 |100000

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

paul avatar image paul commented ·
I see , thanks you answer my question , it helps me a lot.
0 Likes 0 ·