question

雪娇 avatar image
0 Likes"
雪娇 asked 雪娇 commented

How to use statistics collector ?

I want to use statistics collector to get the processing time of each temporary entity,rather than the cumulative time.

FlexSim 19.1.0
statistics collector
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered 雪娇 commented

I would start with Create and Track Custom Statistics. Your data collector should add a new line for each of pairing events (like: entry - exit, setup finish - process finish). But I suggest not only to read this chapter but all chapters on collecting data in tutorials of the manual.

· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

雪娇 avatar image 雪娇 commented ·

Thank you!I have other question. How to use the processing time and idle time as the label of machine?

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel 雪娇 commented ·

Other questions are new questions, then you should ask them as new questions. An idle state of a processor is the result of a none activity at the object. The processing time of a processor is a return value of the function Process Time. You can change the source code in the function to store the return value into a label before the return line gets executed. Both durations aren’t values you can read from a node directly.

0 Likes 0 ·
雪娇 avatar image 雪娇 Joerg Vogel commented ·

Thank you!I am a greenhorn in English and flexsim. In China,called "小白".

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.