question

Gary Q avatar image
0 Likes"
Gary Q asked Ben Wilson edited

statistics collector

In column 1, how can I make the item type listen, and show it in the table, the item type is created when the combiners process ends.

I attach model, the statistics collector is "Tiempo decimo producto.

2021 practice guia 1 - copia.fsm

FlexSim 19.0.0
flexsim 19.0.0statistic 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

·
Julio R avatar image
0 Likes"
Julio R answered Gary Q commented

Hello @Gary Q,

First, you are listening to an event before the object has an item Type, so first you need to listen to a later event or change the trigger that sets the item Type to a previous one. You can change the event in the statistic collector to the exit as is shown in the image or you can change the trigger of the combiners to "process finish".

The problem with the first solution is that it will record the time the objects exits and not the time it finish, so if you have transport it may be different times. Becouse of this it may be better to change the trigger to on process finish.

Once you have done this, you only have to create another column in the statistic collector and put the value "data.item.Type"

This is your model with the correction in the event listening event:

2021-practice-guia-1-copia_1.fsm



· 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.

Gary Q avatar image Gary Q commented ·

Thank you for the help @Julio R

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.