From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Opening a VI from another VI.

Solved!
Go to solution

I'm currently writing a program which shares data between 2 VI's.  I need a button on one of them which opens the other is there a way that this can be done???

 

Thanks,

Matt.

0 Kudos
Message 1 of 12
(3,078 Views)

Hi Matt,

 

 

Have you tried to create a sub-vi? That will work, if you have 1 main VI, that will need to call some other functions that are implemented in other VIs.

 

Is that you case?

TN
Currently using LV 8.5
logo
0 Kudos
Message 2 of 12
(3,074 Views)

Ok I will give that a try have you got any examples I could have a look at?

 

 

Thanks,

Matt

0 Kudos
Message 3 of 12
(3,069 Views)

Hi, I don't really know what you want, but you can place SubVI into MainVI and let work them parallely. If you only want to show the Front Panel of the SubVI, than you can use the VI Server to do it. It would be the common statical call.

 

If you want to make something like a menue and START your SubVI dynamically, than take a look on this example:

http://labviewportal.eu/en/front-panel/83-interactive-menue

Message 4 of 12
(3,060 Views)

Have a look at what i attatched. Hope it help. 😃

TN
Currently using LV 8.5
logo
Download All
Message 5 of 12
(3,056 Views)

Sorry but I'm using Labview 8 not 8.5 do you have those programs in an older format??

 

Thanks,

Matt.

0 Kudos
Message 6 of 12
(3,046 Views)
Sure, here it goes.
TN
Currently using LV 8.5
logo
Message 7 of 12
(3,042 Views)
Forgot to attatch..
TN
Currently using LV 8.5
logo
Download All
Message 8 of 12
(3,037 Views)

Thanks for the help.

 

Thanks,

Matt.

0 Kudos
Message 9 of 12
(3,032 Views)
Solution
Accepted by topic author gilgad2000

Did that solve your problem?

 

If yes, don't forget to mark the solution and to give kudos! 😛

TN
Currently using LV 8.5
logo
Message 10 of 12
(3,027 Views)