How to get entry and exit time from a processor with statistic collector ?

How to get entry and exit time from a processor with statistic collector ?

olivier_t
Not applicable
15 Views
2 Replies
Message 1 of 3

How to get entry and exit time from a processor with statistic collector ?

olivier_t
Not applicable

[ FlexSim 18.1.1 ]

trest-2-2.fsm

I would like to get the entry and exit time from a processor using statistic collector
I tried with the

manual but it didn,t work

0 Likes
Accepted solutions (1)
16 Views
2 Replies
Replies (2)
Message 2 of 3

clair_augsburgerZGWRZ
Collaborator
Collaborator
Accepted solution

Hi @olivier T,

Please find attached a sample model (entry-and-exit-times-for-1-processor.fsm😞

13819-1.png

The Statistics Collector listens to 2 events on the Processor:

13820-2.png

For both events, I renamed the label name of the entering / exiting simply as item:

13821-3.png

This label name is then used in the Data Recording tab to create unique rows for each item:

13822-4.png

The Object and EntryTime columns are updated when a new row is added in the statistic collector:

13823-5.png

And the ExitTime column is updated by event dependency:

13824-6.png

This column's data is updated only when On Exit is fired:

13825-7.png

As a bonus, I attach another sample model (entry-and-exit-times-for-a-group-of-processors.fsm) if you want to to track the entry and exit times for a group of processors:

13826-8.png

Hope this helps.

Message 3 of 3

olivier_t
Not applicable

Thank you Sir for your answer and your time !

0 Likes