Display Name of Objects on Bar chart using Statistics Collector

Display Name of Objects on Bar chart using Statistics Collector

arunTTT2P
Enthusiast Enthusiast
75 Views
2 Replies
Message 1 of 3

Display Name of Objects on Bar chart using Statistics Collector

arunTTT2P
Enthusiast
Enthusiast

[ FlexSim 17.2.2 ]

Hi,

Is it possible to change the display name of an object in a utilization graph made by the statistics collector ? This option was there in the legacy bar chart.

9076-display-name.png

displayname.fsm

Regards,

Arun KR

Accepted solutions (1)
76 Views
2 Replies
Replies (2)
Message 2 of 3

dawid_dabal
Not applicable

Hi,

You can add column to a StatisticCollector/Data recording, for example Object_name, write there "Processor1" and choose its value as a Bar title in your chart.

9078-psc-1.png9077-displayname-dd.fsm

All the best,
Dawid

Message 3 of 3

mischa_spelt
Advisor
Advisor
Accepted solution

Hi Dawid. In principle your solution is fine, but it is not very flexible if you want to add multiple objects to the same statistics collector. I would suggest that you don't enter "Processor1" for the column value, but

data.rowValue.name

Don't forget to et the Storage Type of your Object Name column to "String".

9080-datarowvaluename.png