question

Mohst2 avatar image
0 Likes"
Mohst2 asked Felix Möhlmann answered

How to make a group of people reacquire the same table they used at first time.

Rest sample.fsm

Hello everyone,

I have made a sample model where people come out as a group and each group sit at a table to order then they go to the buffet to choose meals from there then they line in the queue before they go back to the same table they used in the beginning, my question is I tried in my model to make them walk after the second queue to the same table resource, but it keeps giving me bad travel destination in walk, how should I make them go back to the same table?

Thanks in advance

FlexSim 23.0.15
restaurantreacquire resourcereacquire
rest-sample.fsm (137.4 KiB)
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

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

I think the issue is that the "Walk" activity is entered by a sub-flow/child token. You can just use the "Locations" label to which the table was assigned though.

rest-sample_1.fsm

I also fixed some other things:

- The staff wasn't released after escorting the guests to their table.

- The "main" token needs to be the one to release the table. Not each sub-flow token.


rest-sample-1.fsm (137.6 KiB)
5 |100000

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