cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Support other tabular data sources in generic FlexSim charts

Support other tabular data sources in generic FlexSim charts

Generic FlexSim charts accept only one type of data sources: StatisticsCollectors.

Image.png

It's really a pain when there are other tables in the model which happen to be something other than statistics collectors (for historical or implementation reasons). That data cannot be visualized in FlexSim.

Currently the workaround is to export these tables, and use 3rd party visualization tools (Excel, R, whatever). Another workaround is to copy >variables/data of the global table into >stats/data of a dummy statistics collector, and refresh the relevant view if necessary.

Could you please support GlobalTables or other table/bundle nodes as chart data sources? I suppose that static tables might not have the same events and provide the same level of integration as live statistics collectors, but "live" functionality could be gracefully degraded (updating on model stop only, or periodically, or manually). Having a chart updated manually is better than having no chart.

3 Comments
philboboADSK
Autodesk

You can point a chart at a StatisticsCollector or a CalculatedTable.

If you want to put arbitrary data into a chart without a StatisticsCollector, you could just use a CalculatedTable:

SELECT * FROM GlobalTable1

Image.png

sastanin
Collaborator

Thank you. This solves the problem for Global Tables. Is there a similar solution for arbitrary table nodes?

JordanLJohnson
Autodesk

The charts are designed to work with any bundle. The UI does not currently support choosing data other than a Statistics Collector or Calculated Table, but you can set the bundle manually by setting the correct node in the chart's variables. Here is a model that does that.

charthack.fsm

There is an issue on the dev list to make this easier.

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea