Issue with statistics collector item name

Issue with statistics collector item name

howy3508
Not applicable
50 Views
1 Reply
Message 1 of 2

Issue with statistics collector item name

howy3508
Not applicable

[ FlexSim 24.1.1 ]

I added a statistics collector but the itemname is updated after the combiner's queue. The statistics collector table did not show the right itemname.

The type 9 item is supposed to have Product9 as ItemName but it's showing Product8.

1721918203279.png

globaltabledemohr-globallist-statistic collector.fsm

0 Likes
Accepted solutions (1)
51 Views
1 Reply
Reply (1)
Message 2 of 2

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

The issue is not a problem with the stats collector.

You are setting the label ItemName to Product9 and Type=0 in Queue10 entry, but then you have a detection in the process flow for entry to QueueIn2 that proceeds to lookup the row based on the name of the item and not it's label 'ItemName'. You did not set the name of the item in Queue10's trigger so it remains at Product8 and you then overwrite the Product9 value with Product8 here:

1722014055066.png

0 Likes