question

Raynan avatar image
0 Likes"
Raynan asked Raynan commented

people get stuck after process

BACKUP SIMULAÇÃO RESTAURANTE 2.2.fsmHi. I have produced a restaurant simulation model using Process Flow. The aim was to make arrivals come in groups, using labels for this. However, I noticed that after serving the dish itself in the model, people get stuck. I added a flow directing people to a Floor Spot and realized that these people were not directed to sit at the table to have a meal, as expected. These people simply stood there on the floor spot forever. I imagine that perhaps there is an error in the labels that prevents the group of people from forming and proceeding. I will leave the model attached below.

FlexSim 22.2.0
labelsprocesss flowstuck
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

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Raynan commented

The problem is that you're creating the group index in two places based on the number of tokens entering the first AssignLabels activities. Create a global variable groupID and increment that instead.

· 3
5 |100000

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