question

Dominik K avatar image
0 Likes"
Dominik K asked Dominik K published

Combiner Excel Import

Hi!

I have a simulation with a combiner, where Actuator-Units are made off different MGC and VCM.
One Actuator-Unit consists of 1 MGC and 2 VCM and the MGC / VCM come in different sizes (MGC-S / MGC-M / MGC-L and VCM-N / VCM-L).
How can I tell a combiner, with the help of excel, to execute my desired sequence as following:

AU-M-N -> 1x MGC-M and 2x VCM-N
AU-S-N -> 1x MGC-S and 2x VCM-N
AU-M-N -> 1x MGC-M and 2x VCM-N


Am I on the right path with an excel? Would this also do the job for my desired sequence?

Best,
Dominik

FlexSim 18.2.3
combinerexcel importcombiner component listcombiner for different combinations
1592402050027.png (123.0 KiB)
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

tannerp avatar image tannerp commented ·

You're on the right track for sure. I don't think that you'll need the "Current Quantity" values from the table, though. Each row should just have one value that represents the Target Quantity for that input port.

0 Likes 0 ·
Matt Long avatar image Matt Long commented ·

Are you trying to set up three combinations, one after the other, with one combiner? If this is the case, you'll need to use the Update Combiner Component List pick option from the On Entry trigger of the combiner. All of your data would be imported into a global table. I can explain more if this is your desire.

0 Likes 0 ·
Dominik K avatar image Dominik K Matt Long commented ·

Hey Matt, Thanks for the answer. This combiner has to do 5 combinations (5 different complete AU's). So yes, I think this would be helpful!

0 Likes 0 ·

1 Answer

·
tannerp avatar image
1 Like"
tannerp answered Dominik K published

@dominik.k,

You can use the Update Combiner Component List option to update the list according to the type of the first item to enter. I created an example to explain this.

The item Type label is used to decide which column of the Global Table to use to update the list. You must have a column in the Global Table for each of the item types and input ports on the combiner. In my example, if the pallet type is 1, it updates the list to request four items of type 1. If the pallet type is 2, it requests one item of type 2. And if the pallet type is 3, it requests two items of type 3.

I hope this is helpful. You can modify this idea to meet your needs.

Update combiner list example.fsm


· 9
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Dominik K avatar image Dominik K commented ·

Hey, thanks for the answer!


Makes all sense and I see the logic behind the given Model.
The pallets seem to be created randomly. I would have to implement a given order by the customer (in relation to the original question; First the customer wants an "AU-M-N" and then an "AU-S-N").
Therefore, at the very beginning of picking the right materials in order to fullfil the customers' desire for a very first "AU-M-N" it must be clear for my operators, which objects to choose.

My model has 30 individual processes which would have to be completed until I have my finished "AU-M-N". So all these 30 processes have to "know" what parts to work with first. How could I possibly implement this? Is it a very big thing to do and does it make things exponentially complicated?

Do you see my question here? It's hard to explain with plain words...

Thanks again!


Edit:

I have 5 different AU's that can be built from different MGC's and VCM's. So how can I tell the combiner to output distinguishable item types for every AU?
Basically, that the combiner knows what MGC's and VCM's equal what AU-Model?

0 Likes 0 ·
tannerp avatar image tannerp Dominik K commented ·

@dominik.k,

I hope I understood your question correctly. I have updated your model to receive different inputs depending on the Type of the pallet. Each pallet "Type" can be associated with one of the orders. For example, Type 1 represents AU-M-N and Type 2 represents AU-S-N. At 200 seconds, the cycle repeats and goes back to the first arrival Type.

The Source2 (for pallets) uses an Arrival Schedule to determine what the next order should be. I set it up so that the first order is AU-M-N and the second order is AU-S-N. This pattern repeats.

The Global Table is set up so that the Combiner pulls one of each of the items, such as AU, M, S, and N. I hope this all makes sense.

Take a look at this updated example and see if it will work for your needs.

update-combiner-list-example_2.fsm

1 Like 1 ·
Dominik K avatar image Dominik K tannerp commented ·

Thanks again. Amazing!

Is it also possible to link it like this?


I want the pallets also to tell the Operator on the Queue, what MGCs and VCMs have to be taken out of the Queue and go through the process as shown. Is this somehow possible to link together?
Furthermore; Can I let the combiner output it as such, that I can make it into one pack? Like, that the AU-M-N becomes a blue box and the AU-S-N becomes a black box? Instead of just putting it out as a pallet with these 3 objects together...



Thanks again, you really helped me a lot!:)

0 Likes 0 ·
Show more comments

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.