フィルターのクリア

SimEvent entity life time for total cycletime calculation

3 ビュー (過去 30 日間)
Ken Kwon
Ken Kwon 2019 年 8 月 13 日
回答済み: Sean de Wolski 2019 年 8 月 13 日
is it possible to keep track of entity life time to create histogram of total cycletime?
I'm simulating a process where each entity has 5~6 alternative routes where each route is associated with processing time drawn from normal distribution. All entities converge to single terminator. I'm trying to make histogram of cycletime by alternative routes taken. I can tag each entity so I know which entity went to which route, but I need help figuring out the total processing time (time from entitiy generation to temrination) for each entity.
Thanks

回答 (1 件)

Sean de Wolski
Sean de Wolski 2019 年 8 月 13 日
Pull in the Simulink Sources / Clock Block as an input to stamp an entity with the clock time at initialization and termination. Then just calculate the difference.
Look at the stampEntity design pattern for using a Simulink Function to assign an attribute.

カテゴリ

Help Center および File ExchangeDiscrete-Event Simulation についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by