Hi community,
I am trying to implement a simple simulation, but I have to use different process times of a processor based on a label. This process time is taken from a Global Table, which is a different one depending on that label. (I know I could do it in one table but the table would be way too big for me to work for).
I tried a code like this:
But doesn't seem to be working, it never goes into the item.Desti==7 condition even though the label item.Desti is 7. The Variant col doesn't go to 11 either. Do you know how I could make it so I can choose the Global Table I want to use? I know that it is not working because of the error saying that there is no row 126, which it's not on the "TablaGlobalTramoE_D_CC" but it is on the other one.
I attach a simplified model of it, so you can use the Global tables or anything that you might need. If you need further information please let me know.
Thanks a lot in advance,