question

Nikhil Rane avatar image
0 Likes"
Nikhil Rane asked Joerg Vogel answered

Combining same type of box on pallet

In Model,

There are 20 type of boxes, and pallet can stack 2 boxes.

I want load same type of box on pallet in combiner.

LGB Model.fsm

FlexSim 21.2.3
combiner itemtype
lgb-model.fsm (43.3 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

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

activate pull

Pull requirement

if(port > 1)
return current.first.Type == item.Type;
return 1;

EXAMPLE model

matching_type_pallet.fsm


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.