question

Sebastián Cañas avatar image
0 Likes"
Sebastián Cañas asked Sebastián Cañas commented

Statistics Collector: Collecting Time of Combiner

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

FlexSim 23.0.3
combinerstatistics 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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Sebastián Cañas commented

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


1677224369278.png (74.9 KiB)
· 1
5 |100000

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

Sebastián Cañas avatar image Sebastián Cañas commented ·
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.