question

Michael Kramer avatar image
1 Like"
Michael Kramer asked jing.c commented

How can I index an AGV to load another item?

Hello, I was wondering if someone would be able to help me implement a load-index-load scenario. At Station A I would like to wait until there are 2 items waiting at the queue for pickup, then dispatch an AGV to that location to load the items. What I would like to happen is for the AGV to load one item, index to the next CP, then load the second item in the back half of the trailer before leaving to drop off the items. The AGVs are custom 3D models, not the default AGV model that comes with FlexSim. Thanks!

agv-index-and-load.fsm

FlexSim 16.1.0
agv load index
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

·
Jeff Nordgren avatar image
2 Likes"
Jeff Nordgren answered jing.c commented

All that you really need to do is to change the location of the second flowitem that you load. Attached is your model with the change that I made. I added a Change Visual code block after your second load.

Is this what you were looking to accomplish? Here is the model: agv-index-and-load-jn1.fsm


· 5
5 |100000

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

Michael Kramer avatar image Michael Kramer commented ·

Jeff, thanks, that fixes the issue with indexing and loading, I appreciate it.

However, one more problem I had which I didn't realize was that two AGVs are dispatched to the same pickup and the dispatching is messed up, the second AGV to arrive wants to pickup a non-existent item. Would you be able to help fix that? Sorry, my process flow expertise is on a very novice level right now.

0 Likes 0 ·
Adrian Haws avatar image Adrian Haws Michael Kramer commented ·

@Michael Kramer I reposted this question here as it is a separate issue.

0 Likes 0 ·
jing.c avatar image jing.c commented ·

Hi Jeff.

Running your model, I met a error in about 325 seconds.

P.S. I use Version 2016.0.1 to open it.

0 Likes 0 ·
1.png (61.3 KiB)
Jeff Nordgren avatar image Jeff Nordgren jing.c commented ·

Here is a link to a "fixed" model that should work for you.

1 Like 1 ·
jing.c avatar image jing.c Jeff Nordgren commented ·

Thanks! jeff

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.