question

Qiana C avatar image
0 Likes"
Qiana C asked Parker S answered

batching from different queues

I have 2 queues a and b. queue a and b connect to queue queue c. I am batching x amount of items in queue c using a global table. Is there a way to update the batch activity so that the batch requires 40% from queue a and 60% from queue b? For example, if i want to batch 10 items, then 4 items must come from queue a, and 6 items must from from queue b before releasing.

FlexSim 20.1.0
flexsim 20.1.0batch processing
· 2
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

Parker S avatar image
0 Likes"
Parker S answered

@Qiana C

I've attached a model that demonstrates how to update batch behavior.

support_batchexample_1.fsm

I've added two columns to your table that contains the percentage you want to pull from both queues.

Then I've used a pull strategy for Queue3 that references the percentage values in the global table.

I hope this helps!


5 |100000

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