question

Mumo avatar image
0 Likes"
Mumo asked Mumo commented

Why my operator are sitting with a offset ?

Hello,

I made an example of a simulation.

Every time that i resign the network node to NN4 my operators go to the opposite direction then comes back at the NN4 then go to NN7 (ok) but then they sit offset to the chairs

Here's screenshot.

Does anybody have en idea on why this is happening ?1713874093647.png


1713874146610.png

Thank you in advance !

SalleIGI_production_8.fsm

FlexSim 21.2.4
networknodesoffset traveloperator offset
1713874093647.png (150.4 KiB)
1713874146610.png (195.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
1 Like"
Felix Möhlmann answered Mumo commented

When the travel task is given, the operators are still in the queue and their coordinates are relative to the queue. But these coordinates are then compared to those of NN4 (in the model) to calculate the offset distance they need to travel to reach NN4. (When they snap back they are positioned relative to the queue as NN4 is to the coordinate origin of the model). Move them out of the queue before starting the travel task to fix this.

The same essentially happens when you move them into the chairs. They retain their coordinates relative to the model coordinate system, but those values are now applied relative to the chairs' local coordinates. Some objects, like a queue or processor, have default logic that adjusts an objects position upon entering them. But the chairs do not, and you'd have to adjust their position 'manually'.

Or you use the "Walk" activity from the people module which will do the offset travel to the chair and the position adjustment automatically.

salleigi-production-8-fm.fsm


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

Mumo avatar image Mumo commented ·

Wonderful ! Thank you very much for you time !

0 Likes 0 ·

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.