export data state of dashboard to Global Table

export data state of dashboard to Global Table

Tristan_Dionis
Not applicable
812 Views
3 Replies
Message 1 of 4

export data state of dashboard to Global Table

Tristan_Dionis
Not applicable

[ FlexSim 24.2.0 ]

Context :

I have a production line with a "STATE" indicator which collects for each machine on the line the percentage of time per category on the simulation
Example :
1724153155707.png
My objective is to retrieve this data in percentage by category and by machine in the form of a table to find the time corresponding to the breakdown of the line (Sum of breakdown times for each machine).

Problem :

In the settings of this indicator, in "Advanced" --> View Table
It is this result that I would like to retrieve in a Global Table and convert into time but I cannot display it in a Global Table.

Do you have an idea either to export this Table in a global Table or to simply recover the outage times with a Statistics collector for example ?

0 Likes
Accepted solutions (1)
813 Views
3 Replies
Replies (3)
Message 2 of 4

ClairAu
Collaborator
Collaborator
Accepted solution

Maybe you could use a Composite State chart:

1724158945292.png

In the screenshot below, the breakdown time from the composite state chart is 442 seconds:

1724160984620.png

Which is actually the sum of the breakdown times of processors 1 and 2 (124 + 318).

0 Likes
Message 3 of 4

ClairAu
Collaborator
Collaborator

I attach the sample model if needed.

2024-08-20 breakdown times.fsm

0 Likes
Message 4 of 4

Tristan_Dionis
Not applicable

Good morning,

thank you for your response.

this solved my problem.

0 Likes