question

chao.g avatar image
0 Likes"
chao.g asked Sam Stubbs edited

AGV shuttle offload from a seperator

shuttle-unload.fsmIn the attached model, I am using AGV as a shuttle to offload individual items from a pallet to downstream process. At the beginning of the model, I put 420 tubes into one pallet, then use elevator to move pallet up into a separator which calls AGV to unload items to downstream processor.

I have two questions regarding this small model.

First one, once the AGV has finished offload all the items from pallet, it will want to offload the pallet to the empty queue, reality is AGV is only offload items from the pallet, once that is done, pallet will automatically move to the empty queue, not using AGV. How would I be able to realize this?

Another question is when the loaded AGV travels downstream and arrives at control point 2, there should be a delay of 10 seconds, I added a way point there delay for certain amount of time, it doesn't seem working though. Since it's only a one AGV shuttle system, I didn't use process flow to control this.

Thanks!

Choose One
agv shuttle
shuttle-unload.fsm (33.0 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.

Sam Stubbs avatar image
1 Like"
Sam Stubbs answered Sam Stubbs edited

For the second part of your question, you can refer to this answer here on the forums. It discusses how to create a delay time on way points on an AGV network, exactly as you've described.

https://answers.flexsim.com/questions/24580/i-need-to-stop-my-agv-every-time-it-approaches-a-c.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.

Joerg Vogel avatar image
1 Like"
Joerg Vogel answered chao.g commented

Part 1: You can use the picklist item "Multiple Transport Options" at use transport.

The Value is set to the pointer "port", which is defined in the source code template.

Add with the green cross another case wherein you set the transport to the dispatcher or taskexecuter at the right centerport. The case should be "2" because the pallet goes to port "1" and if you define nothing more then this is the default case.

· 2
5 |100000

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

Joerg Vogel avatar image Joerg Vogel commented ·
seperator-transport-notransport.fsm

Standard Example without AGV-Module

0 Likes 0 ·
chao.g avatar image chao.g commented ·

Thanks! I didn't know this multiple transport options before, this solve first part of my problem!

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.