question

Josué Islas avatar image
0 Likes"
Josué Islas asked Josué Islas commented

Error in data output to dashboard

Nice day,

I am trying to graph in the dashboard the boxes that the plant receives by route (1 w/ Twin Spin, 2 wo/ Twin Spin) but I am getting the error that is shown on the screen and I'd like your help to fix it.

time: 16733.484098 exception: FlexScript exception: Property "value" accessed on invalid node. at MODEL:/Tools/ChartTemplates/Boxes By Route>stats/statisticsCollector/StatisticsCollector>variables/eventReferences/Core - On Row Finished/rowValue at line 6

time: 16733.484098 exception: FlexScript exception: Cannot access this property before row is known at MODEL:/Tools/ChartTemplates/Boxes By Route>stats/statisticsCollector/StatisticsCollector>variables/rowSortInfo/1/1 at line 4

Another topic taking advantage of the question, I would like to know how I can put together a table with the dashboard that shows the total number of boxes received and opened by route and what % of boxes received have been for each route, something like the following image:







Boxes received

Total 23 100%

Route w Twin Spin 12 52%

Route wo Twin Spin 11 48%





Processes Sludge v2.6.fsm

FlexSim 24.1.0
dashboardstablesinktrucksoutput by type
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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Josué Islas commented

The "Route" label is not present on the trucks you move to the sink. So naturally the chart that tries to partition by this label won't work. You can easily add the label to the (unloaded) trucks when you create them.

By installing the components of the "Boxes By Route" chart you can then use a Calculated Table to query it for the result table you mention.

processes-sludge-v26_1.fsm


· 3
5 |100000

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

Josué Islas avatar image Josué Islas commented ·

Thank you very much @Felix Möhlmann ! Can you recommend any tutorials to improve my skills with dashboards and calculated tables?

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦♦ Josué Islas commented ·

Here are the links to documentation in case that helps:

Working With Dashboards and Charts

Calculated Tables

I haven't been able to locate any tutorials specific to those topics.

0 Likes 0 ·
Josué Islas avatar image Josué Islas Jason Lightfoot ♦♦ commented ·

Thanks @Jason Lightfoot !

0 Likes 0 ·