question

Purushothama Tr avatar image
0 Likes"
Purushothama Tr asked Felix Möhlmann commented

Truck loading and unloading problem

Model Name Created log taken from Truck.fs

In this model flow item are created based on global table value, i already created truck logic for Loading into truck, travelling ,Unloading and Travel back to original position after unloading but it taking more flow items are taking please help me regarding this issue

FlexSim 22.2.2
proces 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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Felix Möhlmann commented

There is no activity that tells the truck to travel back to Queue2, so once it arrives at Queue3 all tokens can run through the process flow in 0s.

Also, it seems you are creating too many items at the moment. In the first row the row creates 109 tokens that then each create 109 items. These then also loop back and create items for the other rows of the table, although the source will create more tokens for those later as well.

Should the items be moved individually, all items of batch together or in a different quantity (capacity of the truck)?

· 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.

Purushothama Tr avatar image Purushothama Tr commented ·

Only 109 items should create at 0th time Truck should take all item and unload at queue3 this cycle repeats based on the global table value (Quantity and Time) (Travel to NN1 is the back truck i am used here instead of travelling to QUEUE2 )

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann Purushothama Tr commented ·

I think the attached model should work as you describe. (Since NN1 is connected to Queue2, travelling to either is actually the same action)

created-log-taken-from-truck_1.fsm

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.