Why my operator are sitting with a offset ?

Why my operator are sitting with a offset ?

muhamed_gabe
Explorer Explorer
17 Views
2 Replies
Message 1 of 3

Why my operator are sitting with a offset ?

muhamed_gabe
Explorer
Explorer

[ FlexSim 21.2.4 ]

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

0 Likes
Accepted solutions (1)
18 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Explorer
Explorer
Accepted solution

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

Message 3 of 3

muhamed_gabe
Explorer
Explorer

Wonderful ! Thank you very much for you time !

0 Likes