question

Gary Q avatar image
0 Likes"
Gary Q asked Jeanette F commented

Process Flow and People flow configuration

hello community

I would like your help in the following logic.

I need that in the model the first person created picks up a box from the process, the second person picks up the second box and so on.

the problem I have is that all the people are going to pick up the first box.

I leave the model for visualization

Example people flow.fsm

FlexSim 22.2.1
processflowpeople flow
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

Jeanette F avatar image
1 Like"
Jeanette F answered Jeanette F commented

Hello @Gary Q,

This is happening because when multiple tokens are on a wait for event when it triggers, it triggers for all the tokens on it. So you only want one token on the wait for event at a time. An easy way to do this is to add an acquire resource for the processor and release resource once the item is picked up.

1665096681710.png

example-people-flow_1.fsm


· 4
5 |100000

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