question

Ousmane avatar image
0 Likes"
Ousmane asked Ousmane commented

How to know my pallet in a rack is empty?

I am working on a model of picking. my operator goes to pick a box on a pallet in a rack. but my operator find only one pallet and when he finish pick all the box on the first pallet, he does not go on an other pallet. Someone can help me with this issue? I want my operator pick box and if there isn't any box on the first pallet he goes on an other pallet. and chariot come pick the empty pallet

Picking.fsm

here my model, thanks

FlexSim 23.0.2
pickingordersempty pallet
picking.fsm (91.5 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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Ousmane commented

Add to your WHERE clause:

AND item.item.subnodes.length>0

And then put your Acquire activity above the findItem activity in the process flow.

· 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.

Ousmane avatar image Ousmane commented ·

thank you , you help me a lot

0 Likes 0 ·

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.