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.