question

Will avatar image
0 Likes"
Will asked Will commented

How to make pallet using batch in process flow?

I'm make a generic supply model. I'm trying to assemble a pallet of between 10 and 13 items that, after forming the batch, must be moved to the conveyor. But I can't form the batch correctly to transfer to Queue 3.

Inventory with Lists(23.2).fsm


FlexSim 23.2.1
proces flowbatching groupinginventory control
· 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.

Joerg Vogel avatar image Joerg Vogel commented ·

@Will, please look for pack pallet. One basic approach has provided @Regan Blackett.

https://answers.flexsim.com/answers/30378/view.html

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Will commented

Your batch command is aggregating pickType token labels to a Pallet label - the result being a single numeric. When you try to unload to token.Pallet it doesn't have a pointer to a pallet it just has the numeric value 1 - which is why you get your error messages.

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

Will avatar image Will commented ·

Thank you for your help!


I managed to solve it. First, I created a pallet in the queue, via process flow to have a reference in the token. Then I moved the batch to the pallet. Finally, move pallet + batch to another queue.

1701196616414.png

0 Likes 0 ·
1701196616414.png (25.3 KiB)

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.