question

Miguel B3 avatar image
0 Likes"
Miguel B3 asked tannerp commented

Combiner component list depends on three labels

Hi everyone,

Source 1 produces items with 3 labels (Type, Vegetarian and Kids), then the items go to a combiner through port 1. The Combiner Components List depend on the labels as follow:

Type=1, Vegetarian=1 and Kids=1 then 1 item from port 2 and 1 item from port 3

Type=1, Vegetarian=1 and Kids=2 then 1 item from port 2 and 2 items from port 3

and so on for different combinations.

I solved the problem for only one label (Type) using a global table, but need help incorporating the other labels.

Thank you for your help

food-bank-current-v3.fsm

FlexSim 19.0.0
combinerlabelscomponent list
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
0 Likes"
Joerg Vogel answered Joerg Vogel edited

You need a filter that returns a unique discrete number which is responsible for the right recipe to choose from global table to exchange the current component list.

5 |100000

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

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.