Operator in a Floor storage

Operator in a Floor storage

emmanuelvasquezsand
Participant Participant
225 Views
7 Replies
Message 1 of 8

Operator in a Floor storage

emmanuelvasquezsand
Participant
Participant

[ FlexSim 21.2.4 ]

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


0 Likes
Accepted solutions (1)
226 Views
7 Replies
Replies (7)
Message 2 of 8

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

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.

Message 3 of 8

emmanuelvasquezsand
Participant
Participant

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
Message 5 of 8

moehlmann_fe
Enthusiast
Enthusiast

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

Message 6 of 8

joerg_vogel_HsH
Mentor
Mentor
Cool, nice approach! Obviously the floor storage should not be a member of A*Star.
Message 7 of 8

emmanuelvasquezsand
Participant
Participant
Hi @Felix Möhlmann and @Joerg Vogel, thank you very much for adding this alternative. I will check it too.
0 Likes
Message 8 of 8

emmanuelvasquezsand
Participant
Participant
Excellent. Thank you very much for sending me these models.
0 Likes