Make a time plot chart from global table

Make a time plot chart from global table

steven_chen1
Not applicable
15 Views
1 Reply
Message 1 of 2

Make a time plot chart from global table

steven_chen1
Not applicable

[ FlexSim 17.2.2 ]

Hello,

I have a global table with two columns, one is model time for x axis, another one is data for y axis.

Is there a way to build a time plot associate with the global table, and listen to table row added event?

0 Likes
Accepted solutions (1)
16 Views
1 Reply
Reply (1)
Message 2 of 2

JordanLJohnson
Autodesk
Autodesk
Accepted solution

There is no built-in way to make a plot from a global table. You will have to create a Statistics Collector table that copies the table you are making manually.

One way to do it would be to set up a general process flow, with a single token. That token would keep a label for the number of rows it already recorded. It could periodically (every 10 seconds or something) check for more entries in the table.

9419-chartglobaltable.png

You could then use a Statistics Collector to log the values found on each row. Here's a model that demonstrates this approach:

.


Jordan Johnson
Principal Software Engineer
>

0 Likes