question

kitkat87 avatar image
0 Likes"
kitkat87 asked kitkat87 commented

1 processor with 2 different setup process by 2 different type of operator

Hi, good days.

How can I simulate two different setup times that will be handled by two different operators using a same processor, please?

FlexSim 22.2.3
setup time
· 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.

Andrew O avatar image Andrew O commented ·

Hi @kitkat87, 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 kitkat87 commented

I assume you mean both setup operations will happen in parallel.

For that I would use a simple process flow. An Event-Triggered Source reacts to the "Setup Time" event of the processor (the processor evaluating its setup time). It then stops the processor and puts it into the "setup" state.

Afterwards the token is split into two, which each acquire an operator, have it travel to the processor and delay for a certain time. After both task sequences are complete, the tokens join up again and the processor is resumed.

1670333025060.png

MultiSetupProcessFlow.fsm


· 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.

kitkat87 avatar image kitkat87 commented ·

Thanks Felix Möhlmann for the answer

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.