question

HanHae avatar image
0 Likes"
HanHae asked HanHae commented

How to pick boxes from pallet on the rack

I want to palletzing from rack. now, in my model, transporter pick whole pallet from rack.

But I want to make simulation that pick 4 boxes form one pallet.

Please help me.

피킹 프로세스.fsm

FlexSim 23.0.2
palletizing
picking-process.fsm (64.9 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.

Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered HanHae commented

The boxes are subnodes of the pallets. You are already assigning a reference to a box to "token.box" but then use "token.item" in the Load and Move Object activities. If you adjust those, the forklift will only load the box.

In addition you might want to a filter to the "Find Item" activity, so it only looks for pallets with at least one item them. Otherwise you will get an error when trying to load a box from an empty pallet.

1675156543978.png

The first "item" refers to the queried "Storage.Item" class object. The second "item" shifts the reference from the Storage.Item to the actual 3d object. "subnodes.length" then returns the number of objects/boxes inside that item.

picking-process_1.fsm


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

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·
Also note that you may not want to mark the pallet as outbound for it to be included in a second search, and consider that some additional effort may be required to manage virtualization of pallets and items if you need to use that feature.
1 Like 1 ·
HanHae avatar image HanHae commented ·

Your answer was really helpfull to me.

I am beginner of Flexsim.

It is really lucky that there are lots of good person like you in Flexsim community.

Thank you!

0 Likes 0 ·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered HanHae commented

The warehouse knows only slotitems. You need references to items on a packed pallet, then you do this by subnodes of this pallet, which is your slotitem.
Beware of once you took away first subnode and you take away a bit later second subnode, this 2nd node is then by runtime already third subnode.

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

HanHae avatar image HanHae commented ·

I learned about 'subnodes' because of you. Thank you.

I saw lots of your answers in other posts.

Thank you for answering to my post.

1 Like 1 ·

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.