question

Vns avatar image
0 Likes"
Vns asked Logan Gold commented

Pulling multiple item from list and creating a pick task

Hi - im looking for some professional advise on the following activity

1) im trying to create a token every 30min which contain a label for date and time

2) With the token it will check the list (Inventory) for items that meets the condition.

3) if it meet the condition, it will pull all the items associated with the token.

4) for each item, i will like the picker to go to the rack to pick each items consecutively.

Im currently having issue with retrieve the individual token item that is pull from the list as it is being store in an array.

Could someone help provide some guidance or some example i could refer achieve the


FlexSim 23.2.3
listtokens
· 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.

Logan Gold avatar image Logan Gold ♦♦ commented ·

Hi @Vns, was Sebastián Cañas's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

Sebastián Cañas avatar image
0 Likes"
Sebastián Cañas answered

Hey @Vns ,

If you're more than one item from a list, it will create an array. I guess you're having troubles accessing each value of the array, in order to pick one item at a time. The solution to this is using a Run Sub Flow setting something similar to this image:

1730577848410.png

The sub flow will run depending on the number of items stored in the array, and the label below created to the children allows to acces each item individually, so that later you can pick them one by one. I upload a model as well.

access_value_array_sc.fsm


5 |100000

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