LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Prevent LabVIEW from searching for missing files

Solved!
Go to solution

Is there a way to prevent LabVIEW from searching for missing VIs? If I load a VI and one of its dependencies has moved, I want LabVIEW to immediately fail and ask me where the file is.

0 Kudos
Message 1 of 6
(3,666 Views)

Hi Phil,

 

I want LabVIEW to immediately fail and ask me where the file is.

Click the "abort" option in the missing file dialog box…

 

If I load a VI and one of its dependencies has moved

The main question is: why do you move dependencies of main VIs at all?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 6
(3,632 Views)

OK, I'll just do that.

 

This code has lots of dead code/unneeded VIs in it, and I want to take some of it out and have LabVIEW tell me what just broke, so I can remove the calls to those VIs. It's a mess... It looks like somebody redesigned halfway through writing the code, and left a lot of old code in.

0 Kudos
Message 3 of 6
(3,625 Views)

Well, if I hit Stop, it seems like it would stop loading everything, rather than loading only the files that it can find. I guess I'll just hit escape every time it prompts me for a file. I should have most of the dead code out soon anyway, so it will stop prompting me for files.

0 Kudos
Message 4 of 6
(3,601 Views)
Solution
Accepted by PhilCarterNG

What version of LabVIEW are you using?

 

Just hit ignore.  It stops loading the files it can't find and loads the ones it can.

0 Kudos
Message 5 of 6
(3,593 Views)

I'm using LabVIEW 2014. "Ignore All" looks like it's doing what I want. Thanks.

0 Kudos
Message 6 of 6
(3,582 Views)