Combiner target quantity depends on the number of inputs

Combiner target quantity depends on the number of inputs

teo_hb1
Not applicable
20 Views
1 Reply
Message 1 of 2

Combiner target quantity depends on the number of inputs

teo_hb1
Not applicable

[ FlexSim 17.1.2 ]

This is the sample model combinertest.fsm that I've attached. I want to use operators on process which has more than 1 content for processing, however it will get messed up, such as being blocked. So I resort to using combiner to combine them first, before going to the processor. However, in the initial model(without combiner), the processor takes in max. number of 16 items, it can take in lesser number of items too, less than or equal to 16. Then the problem occurs, the combiner only allows a fixed number. Can I make the combiner's target quantity to depend on the number of inputs from the queue before? Like, after a period of time, the queue releases the number of items if it has not yet reached 16.

0 Likes
Accepted solutions (1)
21 Views
1 Reply
Reply (1)
Message 2 of 2

raja_sekaran
Not applicable
Accepted solution

Hi,

You can set batch size and max wait time in the queue to release the number of items. This post may help you from another question Link.