Timing tokens in process flow and displaying a chart

Timing tokens in process flow and displaying a chart

dvajda
Not applicable
18 Views
2 Replies
Message 1 of 3

Timing tokens in process flow and displaying a chart

dvajda
Not applicable

[ FlexSim 24.1.0 ]

Hello,

I want to track how much time tokens need to reach a certain destination in process flow. Based on that time I need to calculate data/draw a state chart of object. Example: How many % of time (timed in process flow) is warehouse in idle state etc.


zavrnitev4.fsm

0 Likes
Accepted solutions (1)
19 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Observer
Observer
Accepted solution

To measure the time for tokens between two activities in a Process Flow you can use milestone activities and a milestone collector.

Though calculating an idle percentage from lots of individual timings might be needlessly difficult (but I don't know the specifics of what you want to do, so it could also be the right approach).

Another tool you can use might zones. These track how many tokens are present in a section of the Process Flow at any time (and can also limit this number).

If the warehouse is idle while there are no tokens within certain sections of the Process Flow, you can place zones there and then only have to measure the durations for which there are no tokens present.

Here's an example model in which I track the times the zone is at different content levels. You could of course break this down further into two binary states: no content and any content.

zone-content-gantt-percentage-fm.fsm

0 Likes
Message 3 of 3

dvajda
Not applicable

Thanks for your help. I've decided to use zones and then simply show times in Dashboard using Zone Statistics. However I'm now facing a new problem: how to calculate and display average value of times timed by the zones? I also want to display the actual measured times and the calculated average in the same chart.


zavrnitev4.fsm

0 Likes