LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview crashes when opening a file

Solved!
Go to solution

I have a simple vi whos purpose is to build a set of custom labview applications.  At some points the .vi gets corrupted (with no ryme or reason).  After the vi get corrupted it will no longer open in labview and the following error shows up in the windows event viewer.  Note that any other vi will open ok after this happens.  Any ideas on what is happening with the .vi in question? 

 

LabVIEW information:  Error: 404 "Not Found" for "national instruments/labview/ni example finder/1.0/niexamplefinderserver", file "c:/program files (x86)/national instruments/shared/ni webserver/www/national instruments/labview/ni example finder/1.0/niexamplefinderserver": Can't access URL       .

Download All
0 Kudos
Message 1 of 2
(2,378 Views)
Solution
Accepted by topic author orchida3

Very simple.  It is doing what you told it to do.

 

The BuildCreator.vi  is set to Run when Opened. When it runs, the last thing it does is to Quit LabVIEW.

 

So what can you do about this? Open a new VI. Place Build Creator.vi on the block diagram like a subVI. Then open that subVI.  It will open in edit mode.

 

Lynn

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