I have a problem regarding the throughput number shown in my dashboard.
In the model, a separator splits each flow item into 55 items, then a trolley moves these items in bundles of maximum 20 items from queue3 to queue4 (I use a list with required value of 20). So every time the separator finishes one round of processing, there are 55 items in queue3 which are correctly presented in the dashboard. The trolley has to move back and forth 3 times to transport all 55 items to queue4. When this happens, the queue4 has 55 items in it, but the dashboard shows 58 as its throughput.
I'm guessing each travel also counts as a separate throughput but I'm not sure what's the logic here and how I can fix it.
I also have this problem where every time I link queue4 to any kind of storage it gives an error. I'm not sure if the error is relevant to this problem but any suggestions would be appreciated.