question

JasonChen avatar image
0 Likes"
JasonChen asked Jason Lightfoot commented

Batch Distribution and Processing Workflow Description

"For batch delivery, the first set of tasks from Processor 1, comprising 20 items, will automatically move through the conveyor to Processor 4. The second batch of 30 items will be processed by Processor 2, followed by the third batch of 30 items handled by Processor 3. Once Processors 2 and 3 complete their tasks, Operator 1 will move the items to Queue 1. Items processed by Processor 4 will also flow into Queue 1. This cycle continues with these three batches being processed repeatedly."


How can I implement this operation? Thank you very much !!!

螢幕擷取畫面-2023-12-29-224200.png

Batch delivery.fsm

FlexSim 22.2.4
mixed batches
· 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.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Hi @JasonChen, was Joerg Vogel's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered
@JasonChen, it seems this is an exercise for an academic degree. It exists an academic policy to assist learners for such projects. I think you find it, if you are looking for it. We will help you, if you have distinct problems, which you describe thoroughly. Batch processing is most commonly performed with combiners. Or if you still want to process each item of a batch separately, then you control an access of involved items by opening and closing inputs and outputs and you count items passing into objects.
· 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.

JasonChen avatar image JasonChen commented ·

Thank you. I have successfully completed batch allocation using the combiner !

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.