question

LauraV avatar image
0 Likes"
LauraV asked David Seo answered

manufacturing model logic issue

I attached a small simple Manufacturing model. In that model I want a situation like” from source 1 one by one main unfinished product is coming to queue 1 and reaching to processor 1. From source 2 batch of 65 is reaching queue 2 and from queue 2 only 13 of those 65 should reach processor 1 to process one main unfinished product from queue1 with this 13 from queue2.” Is there any other way to make work this manufacturing model without use of combiner. Is it possible to make some code with processor 1 and queue2 to meet model condition?manufacturing-simple-model.fsm

manufacturing
5 |100000

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

Joerg Vogel avatar image
2 Likes"
Joerg Vogel answered LauraV commented

You can control the items entering and count them in labels at the processor. If an item has entered the processor, you close the output of the Processor to get in total 14 items into the processor. Therefor the maximum content has to be set to 14 in the properties of the processor.

If one item has got into the processor from its input port 1 you close the output of the Queue1.

If the label for the items entering through port 2 has reached 13 you close the output of the Queue2. If the content of the processor reaches 14 you open the output of the processor. If the content of the processor is 1 in the on Exit event or trigger you open the output of the queues again and reset the labels in the processor.

You can make a processor behave similar to a combiner, but the approach isn't complete, because you have to adjust the statistic or the process times depending on the items entering the processor.

· 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.

LauraV avatar image LauraV commented ·
@Jörg Vogel

can you send me an edited model which i attached here with your possiblities.

0 Likes 0 ·
David Seo avatar image
0 Likes"
David Seo answered

@LauraV

Your issue looks like same with the links.

https://answers.flexsim.com/questions/46411/reagrding-label-logic.html

I hope you can find your solution in this question and answer.

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.