I'm having a problem with my simulation model. I have several machines (processors) along a system of conveyors and each one of my items has to be processed in a sequence of different machines, which is given by a global table. In this table, each row corresponds to a type of item, and the columns indicate the port number of the queue to which each the processor is connected to. Thus, the columns inform where each type of item has to go, i.e., the set of processors where each item type has to go. Then, I configured the output send to port of the flow tab of the queue to use Global Table lookup, in which the row is the item type (a label assigned when the item is created) and the process, another label assigned when the item is creating, informing the sequence of processors to which is an item has to go.
I have 2 problems:
- First one is that the items are not following the conveyor to reach the processors, after being generated by the source and sent to the queue.
- Second is that the items are not following the global table, and they are only being processed by one processor.
Can anyone help me solving this problem?
Thank you very much in advance, and I'm looking forward to hearing from you!