@Jason Lightfoot good evening!,
I create this question as "part 2" to understand the logic of the conveyor utilization, and I have couple questions,
First question, what does this function interact with the logic?
current.utilTV=data.utilization; // Is this the utilization from the tracked variable? return /**/data.utilization/**direct*/;
Second question, How can I validate the average utilization of the conveyor?
I run the model in one day and there is a max content of 6 items, there is a capacity of 10 items in conveyor, so that´s the avg utilization? 100 - ((6/10))*100) = 40%