question

Laurenz Peleman avatar image
0 Likes"
Laurenz Peleman asked Laurenz Peleman commented

Dashboard WorkInProgress and TimeInSystem

Goodmorning everyone

I tried to use the WorkInProgress and TimeInSystem dashboards for the first time, and found out they behaved a bit different than expected. I thought these TrackedVariables were updated automatically, any time a flowitem was created or destroyed.

Hence, I expected that, when plotting the WIP as a 'content' value against time, it would be incremented on creating and decremented on destoying an item. However, WIP only goes up (correctly, as items are created), but apparently no correction is made when flowitems are destroyed. Besides, the value of the TrackedVariable TIS is fixed at 0 during the whole simulation, while I expected it to show the total staytime of all actually present flowitems in the system, which should definitely be a positive value.

Since it is my first attempt to use these statistics, do I overlook some (manual) action I have to do to make these TrackedVariables work?

Thanks in advance, kind regards

Laurenz Peleman

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

Matt Long avatar image Matt Long commented ·

Can you share a model that displays this behavior? I can only guess that you're creating flowitems through something other than a Source, Create Object activity in Process Flow or a Create Flowitems pick option. All of these call the applicationcommand("trackdefaultsoncreate", newitem); that cause these tracked variables to autmoatically be recorded.

0 Likes 0 ·

1 Answer

·
Laurenz Peleman avatar image
0 Likes"
Laurenz Peleman answered Laurenz Peleman commented

I will post it in a private question then.

· 6
5 |100000

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

Phil BoBo avatar image Phil BoBo ♦♦ commented ·

@Mischa Spelt

This looks like it might be a bug with the FloWorks::ItemToFlow object not correctly handling WIP and TimeInSystem when it destroys objects.

Laurenz,

This model is a FloWorks model. You should contact Talumis for technical support. Talumis can't see private questions on Answers; only FlexSim USA employees can.

0 Likes 0 ·
Laurenz Peleman avatar image Laurenz Peleman Phil BoBo ♦♦ commented ·

Hi @phil.bobo, thanks for the reply. However, even if issues originate from the ItemToFlow objects (I presume that could cause the WIP not to decrement as expected), why is the TIS of the flowitems in the queue not properly monitored? Is this caused by the downstream objects as well?

0 Likes 0 ·
Phil BoBo avatar image Phil BoBo ♦♦ Laurenz Peleman commented ·

TIS is recorded when an item is destroyed. An item's TIS is the time it was destroyed minus the time it was created.

0 Likes 0 ·
Show more comments
Laurenz Peleman avatar image Laurenz Peleman commented ·

Okay, thanks for the clarification! Think this problem is easily solved by updating the TrackedVariables explicitly

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.