question

Dominik K avatar image
0 Likes"
Dominik K asked Ben Wilson commented

Tracking Item time through Process

Hi!

I have a model where I have different sources that create Items. Those Items are first stored in Queues. These Items then go from the queues through different processes and eventually, they are being combined into a new item. I tried to track the items with the following snippet of code:

I tried to collect such data in the form of a statistics collector (for each Item, but in this example, I just show one of them):

But the outcome is rather disappointing...

My model is confidential, so I cannot send you the model... still; any ideas?

FlexSim 18.1.2
timeflexsim 18.1.2lead time
1597149771187.png (33.7 KiB)
1597149923927.png (33.7 KiB)
1597149933907.png (33.7 KiB)
1597149946816.png (145.7 KiB)
1597150029305.png (48.6 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.

Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @dominik.k, was sudheer.r's answer helpful? If so, please click the red "Accept" button on their answer. Or if you still have questions, add a comment and we'll continue the conversation.

0 Likes 0 ·

1 Answer

·
SudheerReddy avatar image
2 Likes"
SudheerReddy answered SudheerReddy commented

@dominik.k

In statistics collector you have written data.enteringTime.VCM_L_Time

I guess data.enteringItem should be correct. I.e you written enteringTime instead of enteringItem

· 2
5 |100000

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

Dominik K avatar image Dominik K commented ·

Oh, yes. The original code was also enteringItem and not enteringTime... But thanks :-)

0 Likes 0 ·
SudheerReddy avatar image SudheerReddy Dominik K commented ·

@dominik.k Does it worked?

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.