question

Emmanuel VS avatar image
0 Likes"
Emmanuel VS asked Emmanuel VS commented

Operator in a Floor storage

Hi everyone. I have a question about Floor Storage and Operators objects. Is there an option or is it possible to create logic in order to the operator who entered a Floor Storage does not walk through the items? (please see image "Operator_walking").

Something I tried in the attached model was to add the items to A* with the command "contextdragconnection". Although when opening the “A * Navigator Properties” they appear as members, the model does not recognize them as barriers (I suppose this happens because they are not objects of type FR or Travelers).

I appreciate in advance any suggestion, thank you very much.

Operator_walking.PNG

FS_v2.fsm


FlexSim 21.2.4
astaroperatorsastar navigatortask executersfloorstorage
fs-v2.fsm (47.1 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

·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Emmanuel VS commented

You can try to implement it in agent system. Any occupied rack cell contain a taskexecuter (Basic TE). You activate a label value in those Taskexecuter which a mobile Taskexecuter recognizes as an obstacle. Then he can try to avoid this cell on his travel by a tasksequence sending him somewhere else.

· 6
5 |100000

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

Emmanuel VS avatar image Emmanuel VS commented ·

Hi @Joerg Vogel , thank you very much for your answer and suggestion.

I will try to implement it with the agent system. Is there a demo that works with something similar to what you told me??

On the other hand, with the intention of finding the best option, could another tool help in the construction of something like this?

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann Emmanuel VS commented ·

The "addDynamicBarrier" method of the A* Navigator could probably also be used to achieve your goal.

https://docs.flexsim.com/en/22.0/Reference/CodingInFlexSim/FlexScriptAPIReference/AStar/AStar.Navigator.html#Method-addDynamicBarrier

2 Likes 2 ·
Joerg Vogel avatar image Joerg Vogel Felix Möhlmann commented ·
Cool, nice approach! Obviously the floor storage should not be a member of A*Star.
1 Like 1 ·
Show more comments
Emmanuel VS avatar image Emmanuel VS Joerg Vogel commented ·
Excellent. Thank you very much for sending me these models.
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.