question

Parikshit S avatar image
0 Likes"
Parikshit S asked Ryan Clark commented

how to add minimum and maximum transporter capacity?

case 2.fsmmy aim is to maximize the transporter capacity utilization. Maximum capacity of my transporter is 650units, so i want my transporter to start moving only when the total queue accumulated is above 600 units(combining all four queues), collect the material from all the que and return it to sink in one go, and wait till again the queue count reaches 600.


FlexSim 21.0.9
transportertransporter capacitytransporter batch transport
case-2.fsm (314.2 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.

David Seo avatar image David Seo commented ·
@Parikshit S You should make the model changed as one object (like queue) to send 600 units at one time via the transporter. The reason is that the transporter is only a vehicle to transport the items not counter or controller for many sending objects to collect how many items. For counting how many items to be collected in the many sending objects is very complicate.
0 Likes 0 ·
Ryan Clark avatar image Ryan Clark commented ·

Hi @Parikshit S, was Joerg Vogel's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

You can close the output. Then you open it, if the content of a group of queues exceeds 600. The queues creates 600 transport tasksequences. You collect and distribute them by an dispatcher. Once the Taskexecuter is begin to unload you close the output of queues in the group again.

5 |100000

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

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.