question

Luan L avatar image
0 Likes"
Luan L asked tannerp commented

Combiner

How can I add data from the global or excel variable to the combiner, I have been trying to do this and am not getting it?

FlexSim 20.1.1
combinerflexsim 20.1.1
1.png (20.7 KiB)
table.png (3.9 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

·
tannerp avatar image
0 Likes"
tannerp answered tannerp commented

@Luan L,

The easiest way to accomplish this is to use an On Entry trigger on the Combiner itself that uses a label on the incoming container to determine the packing list for each different "Typo" in your list. I've created a simple example of this that uses a "Type" label. This can be found under the Triggers tab in the Combiner properties.

The "Type" label is used to find the column of GlobalTable1 that contains the proper number of items that come from input ports 2 and 3, as shown in your table.

Here's the example model. Let me know if you have questions about how it works.

trigger update combiner list.fsm


· 2
5 |100000

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

Luan L avatar image Luan L commented ·

I tried to do what you said however the combiner is reporting an error, the combination is not occurring


0 Likes 0 ·
combiner1.png (19.9 KiB)
tela1.png (252.4 KiB)
tannerp avatar image tannerp Luan L commented ·

It only works if the pallets have a label called "Type". If the label is different on the pallets, you need to change the label value on the trigger.

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.