question

Willie Chung avatar image
0 Likes"
Willie Chung asked Felix Möhlmann edited

Get all machine's Utilization in dashboard

I replicate the same number of machines based on the row count of the Global Table, but in the dashboard, I cannot obtain the Utilization that includes all replicated machines. How can I achieve this? Thank you for your response


File:Question.fsm

FlexSim 23.0.0
copygroupmember
question.fsm (68.9 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 Felix Möhlmann edited

The Statistics Collector of the state chart initializes its rows on model reset. So it only tracks objects that were present at the time.

Either install the chart components and initialize the rows at some time > 0 instead.

Or move the code that copies the objects into the On Model Reset trigger (Toolbox -> Modeling Logic).

Or, use the parameter table to vary the number of objects in the group. In has a pre-made option for this that you can select when using the sampling tool on a group.

1708596749826.png


1708596749826.png (11.9 KiB)
· 12
5 |100000

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