question

Donald Harkins avatar image
0 Likes"
Donald Harkins asked Sebastián Cañas commented

Operator task logic question

Hello all!


I just have a quick question regarding operator's and their task logic. Currently I have my operators going from the first processor to the queue once it's done processing, then they load the next processors up and go back into the first processor, which I do want them to do. Eventually though they back to the next group of processors.


I want to know what the logic would be to make sure they stay working at the first group of processors, and sort of block the queue or something like that. Essentially I want them to only work at the first group of processing stations until the arrival schedule is done and then once the 8 items are processed, they can go on throughout the rest of the model. I'll attach my model and an image of it to this question, and will try to clarify my question as well. Thank you all!

question3-capture.jpg



Question3.fsm

FlexSim 22.1.1
operatorsdispatchertask logic
question3.fsm (46.8 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

·
Sebastián Cañas avatar image
1 Like"
Sebastián Cañas answered Sebastián Cañas commented

@Donald H ,

One way to do this is using the Queue2's Perform Batching property, setting the Target Batch Size in 8.

1653339644844.png

In this way, only after all of the items are collected, the Queue sends the items to the second group of processors.

question3_option.fsm

Hope it helps!


1653339644844.png (13.4 KiB)
· 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.

Donald Harkins avatar image Donald Harkins commented ·

Thank you Sebastián I appreciate your help! My model is working how I want it to now.

0 Likes 0 ·
Sebastián Cañas avatar image Sebastián Cañas Donald Harkins commented ·
Happy to help!
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.