10-29-2020 10:31 AM
Hi!
I'm new to LabVIEW and working on a task to "merge" two huge projects(.VI) to one. The projects is about controlling a motion control pro control prosthesis hand. One of the project is about sequential control and the other is with pattern recognition. My idea was to make an interactive menu-system where I can access those project files by making the user select the desired control system. I.e i want the user to access the right control system files and open these with this menu. I was wondering if anyone had any tips on how to approach this task. Any advice/tips will be considered with huge appreciation.
Thank you!
10-29-2020 11:09 AM
The simplest solution would be a UI with 2 button, starting either system. 🙂
You could have a subpanel which inserts the other programs, or just have them pop up as separate windows.
I guess that's not quite what you're after, but from the description that'd do. 🙂
10-29-2020 02:16 PM
Thank you for replying! I see now that my formulation isn't capturing my idea in the right way. I want it to appear as a tab on the same front panel if the button is pushed, but I think I'll start with your suggestion.