Discussion:
Long File Load Time
(too old to reply)
hookjj
2008-08-06 14:40:14 UTC
Permalink
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?
MikeS81
2008-08-06 15:10:05 UTC
Permalink
Hi hookjj,
do you mean if you open another vi? Try to masscompile your code.
Mike
smercurio_fc
2008-08-06 15:40:10 UTC
Permalink
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?
Loading...