I have a problem with the time measure. I want to measure the productiontime. Time start before a assembler, where i put different agent together. On the picture you see the following issue.
Thank you in advance.
I have a problem with the time measure. I want to measure the productiontime. Time start before a assembler, where i put different agent together. On the picture you see the following issue.
Thank you in advance.
As you can see in the following image, every timeMeasureEnd has to be associated with a timeMeasureStart. If you don't do it, then you will get that error.
For the assembler, it is not possible to use the timeMeasure blocks because the agents entering are different than the one exiting, and timeMeasure blocks can only measure times for the same agent... Instead you should record the processing times using a dataSet or a statistics element from the analysis palette and do something similar to this: