Hello again!
I am trying to make a flexible Job Shop where jobs have a certain route. I have several problems:
1. Two operators can charge me the same processor even though its is already processing an item. I have since the maximun content is 1 but it does not comply.
2. "The operators wait too long" If for example in "Cola1" there is an item of type 1 and an item of type 4, the one of type 1 has to go to M1 but the one of type 4 has to go to M3 or M4, but still, the rest of the operators wait until the item of type 1 has been processed to tak another order from the queue. This greatly slows down the process.
3. Sometimes I get the following error when the order has to go to M3 or M4.
CLARIFICATIONS:
To know the types of job I created the label "TipoTrabajo"
In each queue, on Entry, I create a "destination" label with the destination they have to got to based on the "TipoTrabajo" label.
There is a global table created with the destinations:
Rows=queue where the item is collected
Columns=value of the "TipoTrabajo" label
what is inside the table=destination
Thanks!
19.0.0 Version