question

Lukas Buchta avatar image
0 Likes"
Lukas Buchta asked Joerg Vogel commented

multiple pickup operator

sklad_test.fsmHi please does anybobdy know why my operator doesen't pickup more then 1 box at once? I put pull from list more then 1 box. Thank you very much.

FlexSim 22.0.2
operatorpull
sklad-test.fsm (59.4 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

·
Tomasz MG avatar image
0 Likes"
Tomasz MG answered Joerg Vogel commented

For a start, when pulling from a list this way you create a vector on the item label. To pick all the boxes first and then unload them you should make two separate Run Sub Flow blocks. When loading boxes, point to a specific box in the vector. Assign a number label to each token according to their creation order. And then in the load block indicate that you want to load token.item[token.number]. Modified model in the attached.


sklad-test_1.fsm




sklad-test-1.fsm (58.5 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.

Lukas Buchta avatar image Lukas Buchta commented ·
Thank you very much I learned how it works now.
0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel commented ·
You can call a vector as an “array”, too. This meaning fits better to manual descriptions in this case.
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.