question

dvajda avatar image
0 Likes"
dvajda asked dvajda commented

Timing tokens in process flow and displaying a chart

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

FlexSim 24.1.0
timestate
zavrnitev4.fsm (235.5 KiB)
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

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered dvajda commented

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


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

dvajda avatar image dvajda commented ·

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 0 ·
zavrnitev4.fsm (246.6 KiB)

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.