I have a simulation, on where I have different items going through the same process.
The processtime differs from item to item - depending on its type.
Using a global lookup table works just fine, but I need to differ between types, so for example, that a type 1 item looks into row 4 column 1 and an incoming type 2 looks into row 5 column 2.
Is there a way to solve this usse with programming or anything as easy as possible?
Thanks