- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have an issue where I have one product made of 2 sorts of material, material 1 and material 2.
Material 1 is produced 60% of the time and material 2 is produced the remaining 40%.
Both 1 and 2 goes through Queue1 and thereafter to Processor1.
Processor1 can handle material 1 in sequence. However, when material 2 enters Processor1 the processor have to produce material 1 in between before material 2 can be processed again.
In my model i have created this scenario with the lable 'material' that can be set as 1 or 2 onto the product Box.
So my questions are, how can I round robin material 1 and 2 when both are available in the queue? Continue to send material 1 if I only have material A available? Don't send material 2 if I only have material B available?
Solved! Go to Solution.