question

SAMUELPD avatar image
0 Likes"
SAMUELPD asked SAMUELPD answered

Combiner by label

Combiner by label.fsmHello everyone, I need help.

In this model, I have two different products (labels) created from table schedule source (HY and PVC), that creates items in the queue "Items", and StockHy that creates objects in the queue "Stock_Alum".

1743530832401.png

But i need the combiner take from the queue "Stock_alum" only when the product HY is on the combiner. When the product is PVC, it does not need to take from the queue; it only takes the time configured from GlobalTable1. But I am not sure how to do that. Thank you.

FlexSim 25.0.2
combiners
1743530782915.png (11.0 KiB)
1743530832401.png (146.5 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.

Emily Hardy avatar image
0 Likes"
Emily Hardy answered

On the Combiner "On Entry" trigger there is an option to update the combiner component table.

1743548034311.png

I created a new table called "CombinerComponentTable" where I have a column for each product type and a row that indicates how much Alum is needed for each product:

1743548113411.pngThe trigger will look in the "Product" label column of the new table, and will require the appropriate number of Alum items.

combiner-by-label_EditedEH.fsm


5 |100000

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

SAMUELPD avatar image
0 Likes"
SAMUELPD answered

Ok thanks @Emily Hardy
it works well

5 |100000

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