question

TomasAE avatar image
0 Likes"
TomasAE asked TomasAE commented

Dashboard, content in queues

Hi,

I was wondering how use the dashboard to show content in the different queues (current, min, max and average). I cant seem to get it work in the newest update

Thanks in advance

FlexSim 22.1.2
queue contentdashboard data
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

·
Jeanette F avatar image
0 Likes"
Jeanette F answered TomasAE commented

Hello @TomasAE,

You can create this chart by placing a content table in the dashboard. Select the table, go to the advanced tab, and select install. Say Ok to the window that pops up.

1654718773482.pngAfter that you will see over in the toolbox a statistics collector has been installed. Open that statistics collector and go to the column tab. You can add in columns for the statistics you would like to know. Change the update timing to be When the value is accessed.

1654718744053.png

Notice for current content the code is

getstat(data.rowValue, "Content", STAT_CURRENT, instance)

and for minimum content it is

getstat(data.rowValue, "Content", STAT_MIN, instance)

The other statistics are similar.

Once the statistics collector is updated how you want don't forget to select those columns to be shown on the chart (select the chart and then look over in the properties window).

1654718930497.png

Content Chart.fsm


1654718744053.png (9.4 KiB)
1654718773482.png (5.5 KiB)
1654718930497.png (10.5 KiB)
content-chart.fsm (30.6 KiB)
· 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.

TomasAE avatar image TomasAE commented ·
Thank you Jeanette
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.