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,995 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,991 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,986 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,977 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,973 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,963 Views)
Sure, here it goes.
TN
Currently using LV 8.5
logo
Message 7 of 12
(3,959 Views)
Forgot to attatch..
TN
Currently using LV 8.5
logo
Download All
Message 8 of 12
(3,954 Views)

Thanks for the help.

 

Thanks,

Matt.

0 Kudos
Message 9 of 12
(3,949 Views)
Solution
Accepted by 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,944 Views)