03-03-2023 09:06 AM
Hi all, long time lurker!
I'm creating a teststand application that uses LabVIEW Vi's, currently the LabVIEW Vi's pop up in the center of the screen when the step is called, but I'm wondering if it's possible to have a front panel Vi that displays all steps dynamically in a subpanel or something?
Has anyone got a good place to start with something like this?
Teststand: 2014 or 2017 (Have access to both) LabVIEW: 2015
Thanks 🙂
03-06-2023 01:44 AM
So you have an requirement where you will have single standalone UI where the Step UI needs to be displayed as Sub panel Dynamically based on step execution?
There is no straight forward method to achieve this, can be handled in LabVIEW by just Passing VI Names from Steps.
03-06-2023 09:05 AM
Here an example that is doing what you want.