LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Subpanel

Solved!
Go to solution

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

Peter.

Labview 2010
0 Kudos
Message 1 of 5
(3,014 Views)
Solution
Accepted by topic author Peter Saraiva

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.

-----

The best solution is the one you find it by yourself
Download All
Message 2 of 5
(3,004 Views)

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 ? 😕 

 

 

Peter.

Labview 2010
0 Kudos
Message 3 of 5
(3,000 Views)

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.

-----

The best solution is the one you find it by yourself
Message 4 of 5
(2,996 Views)

Thank you ! 🙂

Peter.

Labview 2010
0 Kudos
Message 5 of 5
(2,986 Views)