question

andrzej97 avatar image
0 Likes"
andrzej97 asked Jeanette F commented

Cycle time calculate error

Hello, I have the problem with calculate cycle time in FlexSim. I created object in first station "Stacja nawazania microadditives. I would like to have time between this station and FG Rack. I am using Histogram Dashboard. The cycle time should be about 10500 s. And the histogram is empty or I have wrong result shown in the picture below. What I can change to have a result? flexsim2.pngflexsim1.png

FlexSim 25.0.2
histogramdasboardlifecycle
flexsim1.png (594.5 KiB)
flexsim2.png (594.5 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @andrzej97, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered andrzej97 commented

Hard to troubleshoot without access to the model. But you say the items enter the system through the processor. In the chart settings you have selected the "Main" queue as the entrance object though.

Did the item(s) actually enter that queue at any point?

· 7
5 |100000

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

andrzej97 avatar image andrzej97 commented ·

Flexim_histogram.fsm

Hi, I am sneding my model

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann andrzej97 commented ·
The items getting created at the processor and entering the queue are never entering the "FG Rack". They get deleted and other items eventually enter the rack. You could in theory match the first, second, third... entry into the processor/queue with the first, second, third... entry into FG Rack.

But it would be easier to just track the time it takes a token to move between the relevant activities in the Process Flow.

0 Likes 0 ·
andrzej97 avatar image andrzej97 Felix Möhlmann commented ·

How to track a token? What function should I use for this purpose?

0 Likes 0 ·
andrzej97 avatar image andrzej97 commented ·

How to track a token? What function should I use for this purpose?

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann andrzej97 commented ·
The same chart. Just select Process Flow activities as the entrance and exit object(s).
0 Likes 0 ·
andrzej97 avatar image andrzej97 commented ·

It doesn't work

Flexim_histogram_2.fsm

0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann andrzej97 commented ·

Same issue as before. The tokens that enter the Unload activity are child-tokens of the one that entered the selected Travel activity.

To get this one-to-many relationship to work, you can write the initial time to a token on the label and use a custom Statistics Collector to store the difference between that and the unload time of each child token.

flexim-histogram-3.fsm

0 Likes 0 ·