Multiple different flow items on combiner
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
The current situation is as follows:
I have a queue (Queue6) that holds multiple different flow items (various pallets and boxes). The next step is a combiner (Combiner7), but the boxes waiting there need a tote to be loaded into. The required amount depends on the box type, which is defined by multiple labels.
However, if a pallet from Queue6 is processed by the combiner, it needs to be loaded with one specific newly generated box. This box type is independent and universally used for all pallets.
How can I implement this? Can my source generate pallets that are used for the boxes in Queue6, as well as a specific box type that is used to be loaded onto the pallets of Queue6?
In general, I know it’s possible to use a global table for a combiner when dealing with different products.
Thanks!!! 🙂