Quick thougt that are inspired by LV-Pro's replies.
First, as LV-Pro mentioned system resources are always an issue when dealing with an unlimited amount of data.
1) If you can put an upper limit on the # of runs you can create a max number of tabs at development time and hide any that are not active.
2) Use sub-panel to show the spawned sub-VI's the Pro mentioned. A set of radio buttons aranged above sub-panel could trigger uloads and loads.
2a) Use picture control to simulate radio buttons for run selection to avoid issue of unbounded # of runs.
2b) Use an index control to select dispalyed sub-panel.
3) Use a 3-d graph to display all of your runs at once to easily compare variations, run to run.
4) Use 2-d graph and add new plots for each run. Code plot selection support to allow user to add and delete runs.
Please share with us how you solve this challenge.
Ben