How to pull everything from the list?

How to pull everything from the list?

milosz_s2
Not applicable
16 Views
1 Reply
Message 1 of 2

How to pull everything from the list?

milosz_s2
Not applicable

[ FlexSim 20.0.10 ]

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

0 Likes
Accepted solutions (1)
17 Views
1 Reply
Reply (1)
Message 2 of 2

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

Try it with the length of entries of a list.

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

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