LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application Builder missing common error handlers when running exe ( Ver 5.1)

 I am attempting to build new executable using Project builder under Labview 5.1.  I have updated the data file and said to embeeded the vis. However, simpler errror handle.vi and others fail to load after running the exe.
 
Any help would be appreciated.
 
Greg S. 
Greg
0 Kudos
Message 1 of 4
(3,414 Views)
Greg,
 
What data file are you updating?  When you create the executable, it should include the support VIs with the executable, if it does not, you can specify the simple error handler by including it in the support files when creating the build specifications.
Brian Coalson

Software Engineer
National Instruments
0 Kudos
Message 2 of 4
(3,391 Views)

The data file is a text file that Labview grabs test parameters from. Why are the generic vi not automatically included? Do I have to specify the vis or theor library  under national instruments\labview5.1\... in order to get them included?

Thanks.

Greg

 

Greg
0 Kudos
Message 3 of 4
(3,385 Views)
Hi Greg,
 
To make sure that all of the VIs are included, you can save the top level VI as an application distribution by going to File >> Save with Options... and selecting Application Distribution.  Now you can build your exe from this distribution and it will include all of the subVIs, even the native functions such as Simple Error Handler.VI.
 
Brian Coalson

Software Engineer
National Instruments
0 Kudos
Message 4 of 4
(3,367 Views)