Why is there one more cylinder on the combiner1?

Why is there one more cylinder on the combiner1?

jeng_sy
Not applicable
17 Views
6 Replies
Message 1 of 7

Why is there one more cylinder on the combiner1?

jeng_sy
Not applicable

[ FlexSim 19.1.1 ]

Excuse me, I have two question about final the end, why there is a cylinder on the combiner1 in the end? And how could I let the customer in Processor1 waitting for the combiner1 is ok, and gets the one of join things and to the Table?

This is my file: 3.fsm

Thank you very much!!

0 Likes
Accepted solutions (1)
18 Views
6 Replies
Replies (6)
Message 2 of 7

braydn_t
Not applicable
Accepted solution

@Jeng SY The simple reason is you create an odd number of flow items. When an item finishes processing at Processor 2, it creates flow items at Processor 5 and Processor 3, and then moves the item in Processor 2 to Processor 3. If you run this cycle twice, it will allow everything to be combined. You run it three times, so you end up with an odd number of items, and they cannot all be combined.

As far as the rest of your question, I am having a little trouble understanding you. Are you asking how can you let the customer in Processor1 just get one item from the combiner?

0 Likes
Message 3 of 7

jeng_sy
Not applicable

@Braydn T Thank you very much, you answer my first question.

My second question is as you thinking, I want the customer in Processor 1 can take one item from combiner.

And what should I do next?

Thank you!!

Best Regards.

0 Likes
Message 4 of 7

braydn_t
Not applicable

A Combiner can't execute a different process on the same item. In other words, you can't have the Combiner not combine a certain item type when it has been doing it the whole model run. I would put a queue before the Combiner, and set a trigger to release 2 items from the queue into the combiner when the quantity reaches 2, and have it timeout after a certain amount of time and go straight to the next step in your process.

0 Likes
Message 5 of 7

jeng_sy
Not applicable

@Braydn T I modify my model, but I still cannot understand what you said "have it timeout after a cerain amount of time and go straight to the next step", I don't know what can I do, just what you said, let the customer take one item and go to the next step.

Could you help me to modify my model to answer this question?

Thank you very much.

Best Regards.3.fsm

0 Likes
Message 6 of 7

braydn_t
Not applicable

Here is a quick example of this: example.fsm

Message 7 of 7

jeng_sy
Not applicable

@Braydn T Ok, thank you very much. I will learn the process, and modify it.

Best Regards.

0 Likes