LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Project Path & Compile VI

 

A VI program which includes code from Programmatically find file paths of items in a LabVIEW project works fine when run from LabView Development environment. However, when the VI is compiled, the path returns empty values. My question is what is the explanation for the diferent behaviour? Thanks.

 

 

 

 

0 Kudos
Message 1 of 2
(2,651 Views)

When you say "when the VI is compiled", do you mean built into an .exe?

 

That zip file looks for file path for a project.  When  you compile the project into an .exe and run it from there, it is no longer a project.  The project doesn't exist as far as the .exe is concerned.

 

What are you really trying to do?

0 Kudos
Message 2 of 2
(2,641 Views)