question

dantasvagner avatar image
0 Likes"
dantasvagner asked Felix Möhlmann answered

Erreur pull from list

Hello,

I am working on a warehouse model that presents an error message in the order picking process.

Process Overview:

  • Cartons are placed in a "grillage" area and then added to a list called "CartonGrillage."
  • During order preparation, resources pick cartons from this list.

Issue: At timestamp 3760 sec, the order picker in the "order preparation" process encounters an issue :

  • The carton is marked as "not found" ("/no path"), even though the token successfully moved down from the "push from list" step.
  • However, at the time of the search, the carton is still present in the "CartonGrillage" list.

>Error message:

1738948935812.png

>Concerned process and token:

1738948939924.png

1738949137020.png

>List content at 3760 sec:

1738949061706.png

Please find the model attached: 070125- MODELE V6.fsm

Best regards,

Vagner DANTAS

FlexSim 24.0.6
globallistpushfromlist
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

The list contains tokens, not items. Adjust the Push to List activities to place the items on the list. (Push Value should token.carton)

5 |100000

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