question

Łukasz E avatar image
0 Likes"
Łukasz E asked Gokulakrishnan Kandasamy answered

How to set pallet Type before combiner?

set-pallet-type-before-combiner.fsm

How to set pallet Type before the combiner on a queue2 based on a Type of item on queue1?

Because I want to pack different amount of items for different Types (update combiner component) based on a pallet Type, and I want to have the same type of pallet as the items waiting in queue1.

FlexSim 20.2.3
combinerflexsim 20.2.3item typepallet type
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

·
Gokulakrishnan Kandasamy avatar image
0 Likes"
Gokulakrishnan Kandasamy answered

Hello @Lukasz E You can set the pallet type by pulling the item type label value using this code. Look into the model let me know if you have any doubt.set-pallet-type-before-combiner_gk2.fsm

getlabel(Model.find("Queue1").first, "Type")

5 |100000

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

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.