question

Raul V3 avatar image
0 Likes"
Raul V3 asked Jordan Johnson commented

Composite WIP Vs Time for multiple "WIP Zone"

Hello team,


Im doing a model where my customer want to see the composite wip vs time for more of 2 zones in one chart.

Could you please let me know how i can have more than 2 "wip zone" in one chart and how i can multiplying every item that enter/exit the wip per their "Qty" due every "item" represent different quantities in my model.

I thought to use a tracked variable and a statistic collector for WIP1 & WIP2 like example but not work like I thought.

Please see the model like reference

COMPOSITE WIP.fsm

Kind Regards.

R.V

FlexSim 20.1.3
flexsim 20.1.3tracked variablesstats collectorcomposite wip
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

·
Jordan Johnson avatar image
2 Likes"
Jordan Johnson answered Jordan Johnson commented

I made a custom stats collector for this:

composite-wip-chart.fsm

Let me know if this was what you are looking for. The tricky part is that this stats collector uses a row label to keep track of the content for each zone. You can see that all the events finish the row. Normally, that would clear the row labels. But I checked the box to keep row labels for finished rows.


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

Raul V3 avatar image Raul V3 commented ·

Hi ,


Yes it does, thanks a lot but if I use the stats collector above, I don't need to use the tracked variable from the object "WIP1" and "WIP2" called "labelname", right?


thx

R.V

0 Likes 0 ·
Jordan Johnson avatar image Jordan Johnson ♦♦ Raul V3 commented ·

Correct, the stats collector can track all the data it needs without using a tracked variable. I can listen to the correct events, and it can increment and decrement a value with those events, which is what the WIP1 and WIP2 objects were doing.

1 Like 1 ·

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.