05-23-2012 03:40 AM
Hello
How can I create a subpanel on my Main VI ?
I saw an example on the labview's library example but i don't know how to create the link of my file
Solved! Go to Solution.
05-23-2012 04:09 AM
When you place a sub panel in yout FP you will get a method of that by using that method you can call the vi that you want to show in the main vi front panel. Just check the attached example. Select a vi you want to call in the sub panel and run the code.
Note: This is just an example to show how to start with a sub panel but in actual case you may have to handle them properly.
05-23-2012 04:28 AM
hi,
Thank you for your answer.
I've put my Vi in your example, but when I clik on the stop present in my vi, my vi doesn't stop. Why ? 😕
05-23-2012 05:48 AM
When you see the Example "Array element" you have button with the name "stop" so when I set the value as true the value is set in the same way the vi you are calling will have a button to stop you have to give that button name and feed the value.
05-23-2012 06:23 AM
Thank you ! 🙂