question

Kevin-Hsiang avatar image
0 Likes"
Kevin-Hsiang asked Kevin-Hsiang commented

Statistics Collector for recording which operator loaded the item

In this model, I use Statistics Collector to collect operators' pick times and specific item type.

Could I collect the specific item type that which operator loaded?

The goal is shown below:

statistics-collector-for-recording.png

The FirstBatchType value is read from the global table ("AggregatedOrders") column [1]


PickModel_A.fsm

FlexSim 22.1.0
statistics collectoroperators
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 Kevin-Hsiang commented

Through the reference to the token, which you already use as row value, you can read the labels on said token, on of which is the acquired operator that picks up the items.

1650871858409.png

You can also do the same for the "FirstBatchType". This would be safer, since you can't be sure that the first item to get picked belongs to the first global table row (the first item from the second row might be closer to the picker's starting position and as a result get picked first).

1650872064481.png

pickmodel-a-fm.fsm


1650871858409.png (16.9 KiB)
1650872064481.png (6.2 KiB)
pickmodel-a-fm.fsm (1.4 MiB)
· 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.

Kevin-Hsiang avatar image Kevin-Hsiang commented ·

Got it! Now I know how Statistics Collector worked more clearly.

Thanks for your answer.

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.