Statistics Collector: Collecting Time of Combiner

Statistics Collector: Collecting Time of Combiner

sebastian_canas9DYX7
Collaborator Collaborator
9 Views
2 Replies
Message 1 of 3

Statistics Collector: Collecting Time of Combiner

sebastian_canas9DYX7
Collaborator
Collaborator

[ FlexSim 23.0.3 ]

Hi all,

I'm creating an Statistics Collector to get the time since the first basic flowitem enter the combiner through the input port 2 until the container flowitem exits the combiner. This is the result I'm getting so far:

1677185266801.png

The data for the event On Exit is being recorded in a new row. What am I missing here?

Thanks!

StatisticsCollector_CollectingTime.fsm

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

moehlmann_fe
Observer
Observer
Accepted solution

You are using the item as the row value, but the first item entering through port 2 will of course be different from the exiting item (container). You could use the container item as row value for the entry event as well or use the combiner itself (current) in both cases. With the second option, you would have to finish the row on the exit event.

1677224369278.png

0 Likes
Message 3 of 3

sebastian_canas9DYX7
Collaborator
Collaborator
0 Likes