With Simul8 you can create your own charts that are displayed in floating windows or can be pinned to the main simulation window or any sub-window. These charts are completely customizable and can display a fixed variable or calculation value over time.
You can also create a customizable chart of the data you have stored in an internal spreadsheet.
By default Simul8 will redraw your chart every 5 simulation time units, or whatever time value is specified in the Results Synchronization Interval. But if you know your spreadsheet data will not change as frequently as that you can control when your charts are updated through Visual Logic to optimize the speed of your simulation.
To manually control when your charts are updated in your On Reset Visual Logic, use the Set Chart To Auto Update (for individual charts) or Set All Charts To Auto Update (for all charts), to prevent Simul8 from redrawing your charts unless you tell it to.
Then at the appropriate point in your run time Visual Logic code, for example in your Time Check Logic or in the On Exit code of your Activity you tell Simul8 to redraw your chart. Use the Refresh Chart command to redraw the chart from the last point plotted. Use the Rebuild Chart command to erase all data points previously plotted and completely redraw the chart.