question

krishna K avatar image
0 Likes"
krishna K asked krishna K commented

Create 1 Pallet+ 25 carton

Create Object Pallet with Cartons filled - Receiving pallet filled with cartons to de-palletize manually

FlexSim 19.1.1
palletcartonscarton
5 |100000

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

Braydn T avatar image
1 Like"
Braydn T answered krishna K commented

@krishna K

I think this is a perfect use for Process Flow. krishnak.fsm


krishnak.fsm (24.9 KiB)
· 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.

krishna K avatar image krishna K commented ·

Thank you very much

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

A Process Flow creates a token that creates a pallet. A label at the pallet flow item tells a subflow activity how many items should be created on the pallet flow item.

The references to the items on the pallet are at the label "items" at the token.

token.items contain an array of boxes on the pallet in the queue as treenodes.

token.pallet is the reference to the pallet in the queue. Typically this reference is called token.item by default in activities or the manual.

token.pallet.items points to the label "items" at the flow item pallet in the queue and contains the number of the boxes to been created.

fill-pallet.fsm


fill-pallet.fsm (20.1 KiB)
· 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.

krishna K avatar image krishna K commented ·

Thank you very much

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.