I am currently implementing the UI of a program that will run a lab setup in several modes. Each mode have their own set of VIs, which I want to run from the same front panel, seperating the modes with a tab control. These VIs, while running, will save the data to files and also output the data in real-time in a graph. I want these individual graphs to be displayed in the same area of the front panel. Is there any way I can do this? If not, is there maybe a way to use a splitter on the tab control (I think this might be better) so that I can create individual graphs on the front panel for each of the operation modes?
Please let me know if anything is unclear. Thanks!