01-21-2008 04:58 PM
01-22-2008 03:23 PM
Hi Mark,
The file “update digital line.vi” isn’t a shipping VI in LabVIEW 8.5. It’s probably a custom VI, and if so, it won’t be located in the regular folders and won’t be found by a LabVIEW search. I would suggest doing a Windows search for the file to see if it can be found anywhere on your computer.
When a VI is loaded into memory, so are its subVIs. With a VI open, you can move the file location of a subVI and the main VI will still run because all of the necessary pieces are in memory. When the VI is closed, the memory is cleared and when it’s opened again, LabVIEW may not be able to find the subVI. That’s how it could still run even if the subVI was moved or deleted from your machine.