LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Concatenate VIs

Hi,

i work on a project that consists at automation of the VI unit test.

First, the user should choose from a combo box the VIs that should be tested, then those VIs will be displayed in the front panel and the user will connect them.

My problem is : i have no idea how can i program that!!

How can i call other VIs and display them in the front panel as blocks with inputs and outputs!!

 

Thx for your response.

0 Kudos
Message 1 of 3
(2,041 Views)

I am not sure how you can achieve in showing the vi as a block containing input and output but you can certainly execute the vi's depending on the selection of the user by calling the vi's dynamically and executing them.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 3
(2,034 Views)

You can user VI Server to load a VI into a sub-panel, set the input values and then run the vi.

 

Rather than trying to write your own unit test framework, you might want to look at VI Tester.

 

http://forums.jki.net/topic/985-vi-tester-home-page/

 


Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.

"You are what you don't automate"
Inplaceness is synonymous with insidiousness

0 Kudos
Message 3 of 3
(2,031 Views)