question

Joseph L4 avatar image
0 Likes"
Joseph L4 asked José Antonio MD commented

Producing a table of output against time.

roofTrussProcessEdit.fsmI will attach the file below, but what I want to do is make a table that displays the a timestamp for each output of combiner "Jig 8_9". So for example...

Item Time

1 8:02.3

2 8:04.5

3 8:06.7

I followed along a guide that the website had, but I was running into a problem where the table that was generating would add a row each time an output occurred (which is right), but the cells were empty with a little right triangle in the corner. Let me know what I did wrong or how I should do it. Thanks

FlexSim 21.1.4
tableexperimenter statistics
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

·
José Antonio MD avatar image
0 Likes"
José Antonio MD answered José Antonio MD commented

Hello @Joseph L4 ,

You have to add a Trigger OnExit and select option: "Add Row and Data to GlobalTable", as shown in the following example.

I hope I have been helpful.

21.1.Write Table Output.fsm



· 7
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Joseph L4 avatar image Joseph L4 commented ·

Am I adding the trigger under the statistic collector? Or somewhere else. This is what I am seeing..

Screenshot (2).png

0 Likes 0 ·
screenshot-2.png (254.6 KiB)
Jason Lightfoot avatar image Jason Lightfoot ♦ Joseph L4 commented ·
In your statistics collectors I see no columns for field values - you'd need to add a column with the time as the value.
1 Like 1 ·
Joseph L4 avatar image Joseph L4 Jason Lightfoot ♦ commented ·

Screenshot (3).png This is what I have under the Columns section. The screenshot shows what I have selected for Exit Time and for Item I have..

Row Add Value: StatisticCollector.getID(data.rowValue)

Event Value: none

Update Timing: When the row is added and/ or updated by events

Storage: Double

Display: Object

Index: None

0 Likes 0 ·
screenshot-3.png (253.1 KiB)
Show more comments

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.