10-18-2024 04:50 AM
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:
I'm not an expert in LabView but is this something equivalent to call the SubVI forcing the setup ?
Solved! Go to Solution.
10-18-2024 05:26 AM - edited 10-18-2024 05:29 AM
@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:
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.