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.

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.