question

mni_pei avatar image
0 Likes"
mni_pei asked Felix Möhlmann answered

Why can AGV sometimes load items and sometimes not?

Hi !

I have designed the from-to table so that the AGV can walk as I planned.

1714240904175.png

1714240924182.png

At first, the AGV will load or unload item according to the instructions in the from-to table, but I don’t know why some AGVs will not follow the from-to table (that is, they will not load item).

What’s worse is that the AGV will stop on its own halfway through execution.

I hope the AGV can complete all the processes on the from-to table, but I don't know where the problem is.

The picture below is the process flow I established

1714240966418.png

I need someone to help me find the problem.

Thanks in advance.

20240428_ex2.fsm

FlexSim 23.0.15
unloadagv loadfrom-to table
1714240904175.png (121.6 KiB)
1714240924182.png (63.4 KiB)
1714240966418.png (23.3 KiB)
20240428-ex2.fsm (82.6 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
0 Likes"
Felix Möhlmann answered

You don't have anything in place to prevent multiple tokens 'using' the same TaskExecuter from moving though the Process Flow at the same time.

Either have each token acquire the AGV as a resource first or use task sequences to prevent the AGV from mixing tasks of different tokens.

https://docs.flexsim.com/en/24.0/Tutorials/TaskLogic/Tutorial1TaskLogicTools/1-2TasksProcessFlow/1-2TasksProcessFlow.html

5 |100000

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

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.