question

Milosz S2 avatar image
0 Likes"
Milosz S2 asked Joerg Vogel answered

How to pull everything from the list?

Hi, I'm making a model in which ASRS is putting pallets with boxes on the conveyor and then the operator is picking certain amount of boxes from the pallet. I'm using lists to write the picking logic. The problem is I have to fully empty the list of boxes after it goes on to prevent operator from picking from the same pallet again in case the same type appears in another order. In my try it seems to work somehow but some entries always stays in and I need to remove all left entries.picking_wariant2.fsm

FlexSim 20.0.10
listslist pullentries
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
1 Like"
Joerg Vogel answered

Try it with the length of entries of a list.

https://docs.flexsim.com/en/20.0/Reference/CodingInFlexSim/FlexScriptAPIReference/Data/List.html#Method-entries

you can use it in items to pull and required items.

5 |100000

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

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.