Hello,
I have a model in which there are 4 queues. Each of them has a label (TpConsumo) with the consumption time of the piece that is going to be consumed in it.
When the part enters the queue it acquires the TpConsumo label of the queue.
In the flow process, in the delay I needed the maximum value of the exponential statistical distribution to take the value of the TpoConsumo label of the piece that is on the queue. I have put token.TpoConsumo at the maximum of the exponential distribution. It works, but the time that passes is not the same as the time each piece has on the label.
Could you tell me if the data is correctly placed at the maximum of the exponential or on the contrary it is incorrect and if so, how I should proceed.
Thanks in advance