I’ve created a simple model in which 2 different types of items are being processed and later on they arrive at their respective queues. I have also created two different tables. The first one describes a sequence in which I want the processor to pull items from the first two queues, based on their LoadType. The second one describes the process time related to each LoadType.
Unfortunately, I haven’t been able to correctly link the processor to these tables so far so I was wondering if I could get a little help here.
Thank you!