08-08-2014 01:48 AM
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!
08-08-2014 01:55 AM
You can create the Graph display as a seperate sub VI and make it clone and in the FP have multiple sub panels. So call the Graph display sub VI as a clone dynamically and insert into the sub panel, so if you have 2 sub panels do the same twice.
08-08-2014 06:08 AM
Thanks! I've started implementing the subpanels now, following this guide. I can't seem to pass any arguments into the VI when loading it this way. I want it to stand idle until I tell it start, and then I want the values set in a higher level VI to be passed into the sub VI as it normally would have.
08-09-2014 01:39 PM
08-10-2014 05:17 AM
08-10-2014 01:34 PM
08-14-2014 05:28 AM
@mikeporter wrote:
Graphs on a tab control? The idea to to create something reliable! Check out the dozens of problems related to graphs and tab controls -- or even just tab controls.
Mike...
I made an array of clusters of grahs once, it took some tinkering to get working. 🙂
/Y