question

Andres_felipe Cf2 avatar image
0 Likes"
Andres_felipe Cf2 asked Jeanette F commented

Make a processor process several objects and each object uses only one operator.

I have an exercise where a workstation has 8 employees and to process a box one employee is used, so I need the processor to be able to process 8 boxes and each box uses only one employee.

FlexSim 22.1.2
processoroperatorsdiferent object
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Andres_felipe Cf2, was Felix Möhlmann'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 unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Felix Möhlmann edited

The processor object is not really suited to model simultaneous, independent processes on it.

I would suggest you either use a custom fixed resource by building the logic in process flow (Event triggered source reacts to item entry -> Acquire operator and have it travel to object -> Delay for process time -> Release Operator and move item forward).

1653287122447.pngcustom_resource_processor.fsm

Or you could simply use eight individual processors and place them all at the same location if that is a requirement.


5 |100000

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

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.