question

Mohst2 avatar image
0 Likes"
Mohst2 asked Mohst2 commented

People are overlapping without leaving any space between them

Hello everyone.

Basically I built a simple model where people come out as a group from the source. the problem is that people are stacking up at the same position instead of maintaining a proper distance especially at the registration and when they come from the entrance, is there anyway I can make some space between them so each person is visible when they walk or wait?

FlexSim 23.0.15
groupsstackingpeople overlapping navigation
· 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.

Mohst2 avatar image Mohst2 commented ·

This is the file

Customers stack.fsm

0 Likes 0 ·
customers-stack.fsm (56.1 KiB)

1 Answer

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

You could try to simply slightly randomize their position after they travel from/to a fixed position, so they don't overlap exactly.

customers-stack-1.fsm

You could also try to use the A* navigator, but will likely run into problems with the people actually reaching their destination because they block each other.


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

Mohst2 avatar image Mohst2 commented ·

Thank you very much, working fine, just wondering can I create the code to apply for all processes instead of adding the code in each process?

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann Mohst2 commented ·

You could place the code into the "On Finish Task" trigger of the "Man" and "Woman" flowitem.

customers-stack-2.fsm

0 Likes 0 ·
Mohst2 avatar image Mohst2 Felix Möhlmann commented ·
Thanks a lot.
0 Likes 0 ·