question

Rafael Andrade avatar image
0 Likes"
Rafael Andrade asked Rafael Andrade commented

How can i get the cycle time of each types of flowitems?

Hi everybody,

I have a model that produce 2 kind of objects, and i want to find the average time in system of each object when they get the sink.

Let's supose the model has a source conected with a queue, the queue conected with 2 processor (with differents process time accordind the item type thet the source produce), and processor conected with the sink.

Thanks for your help!.

cycle-time-for-each-item-type.fsm

FlexSim 17.1.0
cycle time
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

·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered Rafael Andrade commented

The starting point is to record the staytime individually. Then you divide the total staytime by the entries of the record list. Here you find a method to record the staytime. The recording is done with a tracked variable. Please look into the command manual to identify the method to get the entries of a tracked variable.

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

Rafael Andrade avatar image Rafael Andrade commented ·

Thank you Sr. Vogel!

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.