question

SAMUELPD avatar image
0 Likes"
SAMUELPD asked SAMUELPD edited

How move transporter in batch

I need to move in batch of 20 items (loading and unloading), but there is something that is missing in the process flow and I do not know what it is, the model moves only one by one

1743726084661.png

And how can I do that when I enter the queue4 the items, the crane stops working for a time of unload (5 min).

I attached the model.

Thanks.

Batch mode.fsm

FlexSim 25.0.2
batching
1743726084661.png (36.6 KiB)
batch-mode.fsm (48.3 KiB)
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 SAMUELPD edited

Your model does not know, that you want that token.item in your subflows reference in each step a different item of array in token.items. There is a declare local variable in activity "run sub flow" for assignining new labels called creationRank to address each element of your array.

aggregate each batched item into an array:

aggregate-label.jpg address each item in an array in activity Run Sub Flow:

address-array-element.jpg



Or you can use methods to draw array elements out of the array from end of start. This results in the end that the array itself gets empty.

Btw: A batch of tokens don't become a new entity. It is still a loose collection of items.



· 1
5 |100000

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

SAMUELPD avatar image SAMUELPD commented ·

Hello @Joerg Vogel

Thanks for the answer.

Works. !




0 Likes 0 ·