question

laitriminh avatar image
0 Likes"
laitriminh asked laitriminh commented

Process Flow

Hello, Flexsim community, I've been assisted by the community, and I have a Flexsim model, version 2019, which I've attached. I'm facing an issue where I want Transporter2 to move 150 boxes from Queues 3, 4, 5, and 6 to QC, and after QC completes its process, Transporter2 should transport items from Queue7 to Sink1. After that, both Transporter2 and Transporter3 should collaboratively move the remaining items in Queues 3, 4, 5, and 6 (5850 boxes) to Sink1. I mean after passing through the processors, Transporter2 will bring a small sample (150 boxes) for QC inspection, and the remaining items will be directly sent to Sink1 without going through QC again. I seek your assistance and have attached the Flexsim version 2019 file. I appreciate and hope for your help.

Process Flow.fsm

FlexSim 19.0.0
process flowfixed resource
process-flow.fsm (47.3 KiB)
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

·
Felix Möhlmann avatar image
2 Likes"
Felix Möhlmann answered laitriminh commented

That should be relatively straightforward to build in an Object/Instanced Process Flow where Queues 3-6 are the instance objects. An Event-Triggered Source reacts to the entry of items. The resulting tokens are batched (Batch activity) until there are 6000 and the item references assigned in the source are made into an array.

Acquire the QC and a forklift and move the first 150 items to the QC, wait for its process to finish and move them further to the sink. Then transport the rest of the items to the sink (nested subflows; 39 tokens that move 150 items each).

· 13
5 |100000

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

laitriminh avatar image laitriminh commented ·

I appreciate it, Felix. You always help me. I'm very grateful because I'm just learning how to use the process flow. So, could you please take a look at the layout I've used as shown below? Does it match your description?

1699959586549.png

1 Like 1 ·
1699959586549.png (20.4 KiB)
Felix Möhlmann avatar image Felix Möhlmann laitriminh commented ·
Looks good so far! I guess it ends at the point where the token is currently waiting for the QC to finish. But the rest will pretty much consist of the same types of blocks.
1 Like 1 ·
laitriminh avatar image laitriminh Felix Möhlmann commented ·

I have done it and encountered an error. I have read the instructions about Batch, but I really don't understand what Batch can do in this case. Can you help me, please?Process Flow.fsm

0 Likes 0 ·
process-flow.fsm (117.0 KiB)
Show more comments

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.