question

Bryan Suharik avatar image
0 Likes"
Bryan Suharik asked Bryan Suharik commented

2 Processes at same time

Hello, im using a multiprocessor with 3 processes that are sequential. However, i need the first 2 processes to start at the same time as they use 2 different types of worker.

So one process is independent of the other process, but the flowitem can't leave until both processes are completed. I'd like to just use one multiprocessor if possible.

My entire model is coded in, so if you know some code to accomplish this, would be great.

Thanks in advance!! Flexsim VERSION 6

Bryan

FlexSim 16.0.6
processorcodemultiprocessor
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

·
Adrian Haws avatar image
1 Like"
Adrian Haws answered Bryan Suharik commented

The multiprocessor functions on the basis of having a sequence of various processes. If you want two different processes to begin at the same time, you could look at the example in the attached model. The flowitem enters a separator which splits the item to two different processors. The processors each have different process times and operators, but begin at the same time. They then go to the combiner to be joined back together, representing the third process of your system. Hope this helps.


· 2
5 |100000

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

Bryan Suharik avatar image Bryan Suharik commented ·

I will give that a try and see if it will work for my model. Thanks!. Will update with results.

0 Likes 0 ·
Bryan Suharik avatar image Bryan Suharik commented ·

Thanks Adrian, this worked out perfect for my model.

Thanks!

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.