LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Alternative to use of Open Panel VI

Solved!
Go to solution

Hi, I've been tasked to create the executable for a LabView application.

I created the project, the application exe etc.. everything fine until I stepped into this:

 

michelesantucci_0-1729244091287.png

I'm not an expert in LabView but is this something equivalent to call the SubVI forcing the setup ?

 

0 Kudos
Message 1 of 2
(124 Views)
Solution
Accepted by topic author michele.santucci

@michele.santucci wrote:

Hi, I've been tasked to create the executable for a LabView application.

I created the project, the application exe etc.. everything fine until I stepped into this:

 

michelesantucci_0-1729244091287.png

I'm not an expert in LabView but is this something equivalent to call the SubVI forcing the setup ?

 


We do not see what is going on in the shown SubVI, but I think it is a dynamic call of 'MAN_PAIPL_test_channel.vi'.

For the executable you will need to provide the VI at the specified path. The VI will need 'Separate Complied Code' unchecked.

 

Edit: A dynamic call is similar to a SubVI call, but is asynchronous.

Message 2 of 2
(111 Views)