question

Ousmane avatar image
0 Likes"
Ousmane asked Felix Möhlmann edited

How to find and load different box on a task executer?

I want to pick 3 different box on 3 different pallet with different label on a taskexecuter. To do this, i use a batch with 3 as quantity and a run sub flow, but instaed loading 3 different box i load 3 box with the same label. someone can help me with this ?

attached my model for more detailPicking v2.fsm



FlexSim 23.0.2
task executerpickingfinding
picking-v2.fsm (97.2 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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Felix Möhlmann edited

The values for "produit" and "queue" are not assigned to the token, so the "pack" array you generate in the batch activity only contains NULL values.

Once you fix this, assign each subflow its own value for "produit" from the array, so they have the information what type of item to load.

1676375290635.png

picking-v2_1.fsm


1676375290635.png (18.7 KiB)
picking-v2-1.fsm (85.6 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.