question

pc neo avatar image
0 Likes"
pc neo asked pc neo commented

Transient object data not able to compute using Calculated Table

transientobject-calculatedtable.jpgThe model uses TaskExecuter flowitem to transport materials. A statistics collector is done up to collect the total time the TaskExecuted flowitem stays in particular state such as idle, travel empty etc. There are 3 taskexecuter flowitems in the model and this works well.

A calculated table is then added with the intention to compute "utilization" of the TaskExecuter flowitem. Though there are 3 rows shown in the statistics collector's table, there is only 1 row shows up in the calculated table. This is not right.

Any help is appreciated.sample1_23.1_transientState_forum.fsm

FlexSim 23.1.3
statistics collectorcalculated tabletransient object
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 pc neo commented

You don't want to use SUM in the Utilization column since you want to do this operator for each row independently, not once over all rows.

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

pc neo avatar image pc neo commented ·
Thank you. I realized my mistake.
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.