question

Rafael de Assis avatar image
0 Likes"
Rafael de Assis asked Rafael de Assis commented

How I can generate a table with values per hour about a variable?

Hello Everyone


I intend to built a table if a values per hour about of:

- processor "secagem" (Content/Average);

- queue "buffer de saída" (Content/Current and Average);

- and distances of transporter 1 and transporter 2.

I have been testing but I can't seem to allow the data to be static in an hourly table.

Modelo situação atual.fsm

FlexSim 21.1.5
statisticsstatistic collectorstatistical analysis
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

·
Lucas Matheus avatar image
0 Likes"
Lucas Matheus answered Rafael de Assis commented

Hi @Rafael de Assis. I think I may able to help you.

For a time event (hour, day, etc.) you can use a Statistics Collector using a "Timer Event". In the "Repeate Interval" field you must fill in the same time unit as the model.

1697479609991.png

1697479834357.png

In the fild "Row Value's" put the object you want collect stats. In the "Columns" you can creat a new one with the "Row Add Value" as (for average content):

data.rowValue.as(Object).stats.content.average

In the resulting table, each row represents the stats as fill in "Repeat Interval".

1697480031415.png

sc_answer.fsm


1697479609991.png (49.6 KiB)
1697479834357.png (43.9 KiB)
1697480031415.png (19.4 KiB)
sc-answer.fsm (565.5 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.

Rafael de Assis avatar image Rafael de Assis commented ·

Hello Lucas!


Thankyou!

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.