question

Ryosuke S avatar image
0 Likes"
Ryosuke S asked Ryosuke S commented

Fails to unload all the items loaded on AGV

I have a layout which agv will pick parts according to the itemtype sensed at the sensor on the conveyor. AGV picks up items as defined in the table, but when it unloads, sometimes it fails to unload all the items loaded. (It doesn't happen every time.) What could be the problem causing this?

RandomStart.fsm

FlexSim 20.1.3
agvprocessflowflexsim 20.1.3unload items
capture037.jpg (39.0 KiB)
capture038.jpg (247.0 KiB)
randomstart.fsm (63.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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Ryosuke S commented

You should parition your loaded items list by the task executer, so token.resource, when you push and pull values - that way you're not pulling the wrong one when unloading.

randomstart_jl.fsm


1612143813537.png (12.2 KiB)
randomstart-jl.fsm (63.9 KiB)
· 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.

Ryosuke S avatar image Ryosuke S commented ·

@jason.lightfoot Thank you! Also I learned how to use the Partition ID. Many thanks!

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.