question

Maryam H2 avatar image
0 Likes"
Maryam H2 asked Felix Möhlmann commented

Billboard to show aggregating value of a group of objects

Is it feasible to create a billboard for a group of objects, for instance, displaying the aggregate value of the content within that group of objects?

FlexSim 24.0.0
visual toolbillboard
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 commented

That is certainly possible.

I'd start with the "Display Object Statistics" option of the text/billboard object and then more or less just loop through the code multiple times and add up the total.

The default code will have to be altered in one regard. Instead of directly converting the statistic into a string, the numeric value should be assigned to a variable to later add it to the total.

All other changes are just adding more code around the existing one.

aggregate-billboard-fm.fsm


· 5
5 |100000

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