LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Long File Load Time

Recently the network at my company was remapped.   Now whenever I try to open a file in LabView it takes several minutes just to get to the file explorer.  I believe it is trying to access a network drive that no longer exists.  Is their a way to clear LabView's file history?  Any suggestions or other possible causes?

0 Kudos
Message 1 of 3
(2,519 Views)

Hi hookjj,

do you mean if you open another vi? Try to masscompile your code.

Mike

0 Kudos
Message 2 of 3
(2,516 Views)
If the delay happens when you select File->Open then mass compiling is not likely to do anything. The only thing that would do is to find VIs that are calling a subVI directly from the old network drive (something you should never do in the first place). This would give you the opportunity to relink to the new location.

I'm not sure which "file history" you might be referring to. There's the search path for VIs. Did you change it from the default to explicitly include the network drive? If so, you would need to remove this from the list of search paths. You can also manually check the LabVIEW.ini file to see if there are any other references to the old network drive.

Are you sure this is not a generic OS issue in terms of your recent documents, or something? Does it happen only with LabVIEW?


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