LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"run vi" button

Solved!
Go to solution

I've a few vis. I want to start them with a button but vis must start in new windows.

how can i do that?

1st step.jpg

when i choose 1st vi, it's must start on new window.

vis dont be subvi.

0 Kudos
Message 1 of 4
(2,393 Views)

Hello Ozkur,

 

Considering this is your main vi. You have to make a subvi.

After you made it the way you like you have to follow the following steps.

Hit Ctrl+i>Window appearance>customize

window.PNG

Then click the boxes marked above, chose whether functions you want to be visible like buttons or if its resizable.

 

In your main vi just add the Subvi you just created:

splash.PNG

Note: This case structure is just one way to do it maybe not the best possible.

Almost forgot to mention when you use this case structure you have to make case:-1 default.

Case:0 is button 1 ,Case:1 is button 2 etc.

 

 

Hope this will help you!

 

Koen

---

UnCertified LabVIEW Student
Mistakes are for learning, that's why suggestions are always welcome!
0 Kudos
Message 2 of 4
(2,386 Views)

Thanks for answer KoenR94.

 it's working (:

0 Kudos
Message 3 of 4
(2,372 Views)
Solution
Accepted by topic author Ozkur

Hello,

 

 

Ehm well that was a picture how your main vi could look like.

But if you really like it find it in de attachments.

Dont forget to add your subvi's in the cases.

 

Koen

---

UnCertified LabVIEW Student
Mistakes are for learning, that's why suggestions are always welcome!
0 Kudos
Message 4 of 4
(2,366 Views)