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.

Joerg Vogel avatar image Joerg Vogel commented ·

I do not recommend to use a combiner with process flow. A combiner is classic 3d object. There exists a process flow processor object, that suits more to be controlled by process flow.

If you want to pack items into totes and change the recipe, then you find a suitable approach in the On Entry trigger of the combiner. "Update Combiner Component List by Labels".

1 Like 1 ·
재우 avatar image 재우 Joerg Vogel commented ·
Thank you so much for advice, Totally useful information!
0 Likes 0 ·
GRodea avatar image GRodea Joerg Vogel commented ·
Which would be the solution then using Process flow only??
0 Likes 0 ·
Julie Weller avatar image Julie Weller GRodea commented ·
Hi @GRodea! I would post this as a new question per our community guidelines. That allows you to get better help and you can reference this question when you ask. Thank you!
0 Likes 0 ·
Julie Weller avatar image Julie Weller commented ·

Hi @재우 , was Joerg Vogel's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

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:

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.

재우 avatar image 재우 commented ·
Thank you so much for help! I'll try it right now
0 Likes 0 ·

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.