04-08-2013 01:14 PM - edited 04-08-2013 01:16 PM
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 .
Solved! Go to Solution.
04-08-2013 02:11 PM
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