question

Thao B avatar image
0 Likes"
Thao B asked Joerg Vogel commented

How to command transport to load maximum capacity before delivery?

transporter-capacity.fsm

Hi,

I have a simple model here that shows a transporter transporting materials to 2 output queues. If my transporter capacity is 10, how do I command it to load all 10 materials before dispatching it to the output ports? The purpose here is to maximize the transporter efficiency and reduce number of trips.

FlexSim 18.1.2
material flow
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

·
Braydn T avatar image
0 Likes"
Braydn T answered Joerg Vogel commented

Hey @Thao B

You have your transporter set to a capacity of 10, but that means that it can still load less than 10. As soon as Queue1 has available work, it tells the transporter to come pick it up. You will have to perform batching like in this picture:

That way the Queue will wait until there is 10 to tell the transporter that there is available work. Let me know if you have any other questions!


batching.png (19.4 KiB)
· 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.

Kavitha S avatar image Kavitha S commented ·

@Braydn T This does not work for AGVs, does it?

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel Kavitha S commented ·
@Kavitha S, please ask a new question. Maybe you can attach a model. It is difficult what it is you assume an AGV might be.
  • simple the object taskexecuter
  • the AGV module

If you like, you can set a link to this accepted answer, too.

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.