question

Jefferson Junio Santos avatar image
0 Likes"
Jefferson Junio Santos asked Sam Stubbs commented

Make A batch Item

I new in Flesim, I have a doubt,

1. After my processor I need Acumulate. (16 and 16 Items) and after I acumulate this all 16 items (Like a Batch) need to go to another processor.

My doubt is I need to use Queue, or Combiner? And how I can do this

Choose One
combinerbatchacumulated
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

·
Marco Baccalaro avatar image
1 Like"
Marco Baccalaro answered Sam Stubbs commented

If the 16 items will be processed one by one by the second processor use the queue otherwise use the combiner:

  • the queue stores the items until they reach the amount of 16 then releases them
  • the combiner puts all the items together and you can choose between
    • pack: you need a pallet in input at the port 1 of the combiner, and specify you want 16 elements from the input port 2 (the processor)
    • join: make two connections from the processor to the combiner and specify you want 15 items from the port 2; these 15 items will be destroyed and just the one coming from the input port 1 will be released to the second processor.
· 3
5 |100000

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

Jefferson Junio Santos avatar image Jefferson Junio Santos commented ·

Tks, by yor help,

How Can I hold the queue until reach amount = 16? And after order that Operator transport this amount to combiner?

0 Likes 0 ·
Jeff Nordgren avatar image Jeff Nordgren Jefferson Junio Santos commented ·

@Jefferson Junio Santos,

In the properties window of the Queue, check the Perform Batching check box and then put in 16 for the Target Batch Size. That way it will hold the flowitems in the queue until it has reached 16 and then it will release all of the 16 together.

0 Likes 0 ·
Jefferson Junio Santos avatar image Jefferson Junio Santos commented ·

Thank you a Lot guys I got it!!!!!

0 Likes 0 ·

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.