Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating LabVIEW executable

While trying to create a LabVIEW executable, I see this error when I try to build my application. Any suggestions on resolving this?

 

Thanks,

-Ram.

 

Visit the Request Support page at ni.com/ask to learn more about resolving this problem. Use the following information as a reference:

Error 7 occurred at BUIP_CheckForParseErr.vi -> EBUIP_Parse_Inclusion_Type.vi -> EBEP_Invoke_Build_Engine.vi -> EBUIP_Build_Invoke.vi -> EBUIP_Build_Invoke.vi.ProxyCaller

Possible reason(s):

LabVIEW:  File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the operating system. For example, use \ as path separators on Windows, : on Mac OS, and / on Linux. Verify that the path is correct using the command prompt or file explorer.
=========================
NI-488:  Nonexistent GPIB interface.

The project was not able to locate:

D:\Program Files\National Instruments\LabVIEW 8.2\user.lib\errors\LNCN-errors.txt

Reopen the file from the project and fix the link before rebuilding.

 

0 Kudos
Message 1 of 3
(3,351 Views)

Hi Ram,

 

An error 7 is usually related to file path issues.  The following KnowledgeBase Article talks a little about the issue and how to avoid it.

 

Why Does My Executable Not Work When Using the Current VI's Path Constant?

     http://digital.ni.com/public.nsf/allkb/FD7DE8BC8FFC256C862565F4006BE363?OpenDocument

 

 

Another thing that you can try is to remove all spaces from the Build Specification name and to ensure no spaces exist at the end of the name.  Then rebuild the application.

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

Hello Charlie,

 

You were right on. There was an additional document in the LabVIEW project which wasn't found on the disk. Removing the file from the LabVIEW project solved the issue.

 

Thanks,

-Ram.

0 Kudos
Message 3 of 3
(3,288 Views)