multiple pickup operator

multiple pickup operator

_3gsimulator
Not applicable
7 Views
3 Replies
Message 1 of 4

multiple pickup operator

_3gsimulator
Not applicable

[ FlexSim 22.0.2 ]

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.

0 Likes
Accepted solutions (1)
8 Views
3 Replies
Replies (3)
Message 2 of 4

mitregatomasz90
Advocate
Advocate
Accepted solution

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



0 Likes
Message 3 of 4

_3gsimulator
Not applicable
Thank you very much I learned how it works now.
0 Likes
Message 4 of 4

joerg_vogel_HsH
Mentor
Mentor
You can call a vector as an “array”, too. This meaning fits better to manual descriptions in this case.
0 Likes