question

hugror avatar image
0 Likes"
hugror asked hugror commented

Combine a given number of item based on a label

Hello,

I'm modelling a production line. I have some pallets, that have several labels. I need to combine some items with it, based on a number.

For instance, I have label "OF" = "01-09". The label "NbPiece"=1 That means I need one item 01 and one item 09 on this pallet. If the label "NbPiece"=2, then I need two 01 and two 09, and so on. How can I do that ?

By the way, labels should be updated according to the loading. For instance, If I have one 01, two 09 one the pallet, then the labels should look like "NbPieceReel"=1, "P01"=1, "P09"=2 .

On my model, if we need 01-09, it will be on the combiner Poste1. Poste2,3 are working the same, but for other OF, Poste4 is for unloading, and Poste0 is setting the OF.


Thanks for your help.

1702310485826.png

SFP_poste.fsm

FlexSim 23.1.0
combinerlabels
1702310485826.png (194.0 KiB)
sfp-poste.fsm (75.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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered hugror commented

Using string labels to represent multiple values is clunky at best. I would suggest to create an array that contains all type values that should be added to the pallet.

You can then use this relatively easily in the Pull Requirement of the combiner to batch the correct types of items in the correct quantity.

Attached is an example of how this would work in general. In your case you would also need to rewrite the Send to Port that decides whether or not a pallet is send to Poste1 and/or Poste2.

In the example I use global tables as empirical distributions to assign the types to the pallets.

combine-by-array-fm.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.

hugror avatar image hugror commented ·
Thanks a lot ! I managed to do it with global tables. I'll try your solution when my model will be done :)
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.