question

재우 avatar image
0 Likes"
재우 asked Julie Weller commented

How to put several items in a tote?

Hey guys

I'm trying to put several items in a tote which is on the combiner. I want to use process flow for this work but since I'm very beginner of flexsim, this is quite hard for me.


There are two kinds of items which is come from different queue. I wanna put five of product_1 in one tote, and two of produce_2 in another tote separately. And then send it to rack.


It would be appreciated if one of you guys help me.

Regards


Several items in a tote.fsm

FlexSim 20.1.0
process flowcombinerflexsim 20.1.0tote
· 5
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
1 Like"
Joerg Vogel answered 재우 commented

Classic 3D without Process Flow approach:

Create totes with label Type, which value gets alternating a value of 1, 2.

Trigger Tab > On Creation > Set Label - value:

  1. current.stats.output.value%2+1

Recipe Global Table


Type 1
Type 2
input Port 2
5
0
INPUT port 3
0
2

Combiner Triggers Tab > On Entry > Update Combiner Component List by Labels

combine_alternating_recipes.fsm


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