Hello,
I'm trying to make a model where a batch of pieces is initially delivered. I defined a label calle "Cantidad" which value is the quantity of delivered items and used it to assign this size to the queue's batch sizing.
My model contains five processors and, at every processor, a defective percentage of pieces is discarded. I want to update the new label "Cantidad" by substracting the number of defective pieces removed at every processor, so the following queues just don't mix different types of items.
I attach my model where for the first processor I already tried to update this label on the code used in "Send to Port" but it's not working.
Could anyone help me to achieve this?
Thank you very much in advance.