Probably a really easy question, but I can't figure it out.
A robotic arm transports batches (one item at a time) from two queues into a conveyor and sometimes the robot mixes the items from both batches by not respecting the Target Bath Size.
I think this happens when a new batch from queue B is created while the Robot is unloading queue A, so it stops unloading the current batch to unload the new one and, once unloaded, resumes unloading the first one.
I'm not 100% sure this is what's causing it, but even if it is, I'm not seeing how to prevent this from happening.
Any help?
Thanks!