Combining same type of box on pallet

Combining same type of box on pallet

nikhil_r3
Not applicable
2 Views
1 Reply
Message 1 of 2

Combining same type of box on pallet

nikhil_r3
Not applicable

[ FlexSim 21.2.3 ]

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

0 Likes
Accepted solutions (1)
3 Views
1 Reply
Reply (1)
Message 2 of 2

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

activate pull

Pull requirement

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

EXAMPLE model

matching_type_pallet.fsm

0 Likes