question

Mia L avatar image
0 Likes"
Mia L asked tannerp answered

Process Flow Operator Decision Making

I have a model where my operator is manning multiple machines in a start to finish process. Within that process, there are 4 identical machines but the operator must make a decision on which machine to pick based on whether or not it is being used. How can I implement that logic into my process flow? I currently have a decide block and an acquire processor block but am unsure on how to create a stacked decision-making block.

FlexSim 19.2.4
process flowoperatorprocessorflexsim 19.2.4decision
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

·
tannerp avatar image
1 Like"
tannerp answered

I think you might have better luck using an Acquire Resource activity than a Decide activity block. Let me explain what I think would work:

The group of 4 processors you mentioned can be assigned to a group and then to a Resource activity in Process Flow. Then, when an operator needs to acquire one of these, he will only be able to acquire one that is not acquired by something else. After the processor has been used, the operator releases the processor so it can be acquired by another operator. Does this sound like what you need to happen in your model?

I've created an example that does this. Hope it helps.

pf processor resource.fsm


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.