Hello,
I want to evaluate the performance of my flexsim model using the quantity produced.
My problem has two dimensions (machine i and category j) the quantity is getting from the table a data input.
I managed to get the quantity produced for each element (i,j), using print, I see that it works, but I can't display the quantity and accumulate it.
I try to use trackedvariable but it gives me the total quantity produced of the model, but the problem is that I want to have the total quantity corresponding to the item of category j and machine i (the best solution is to be able to display in the table the quantity for each machine-category couple).
exemple of what I want to have as information, where these quantities are the total produced at time t:
Categ 1 Categ 2 Categ3
Machine 1 500 643 456
Machine 2 670 777 556
Machine 3 500 963 300
Machine 4 1200 165 526