LabVIEW Library: Difference between revisions
No edit summary |
|||
Line 10: | Line 10: | ||
5. Use the File Manager to delete the bad VIs. | 5. Use the File Manager to delete the bad VIs. | ||
6. Convert the LLBs to directories. | 6. Convert the LLBs to directories. | ||
[[category:LabVIEW file extensions]] |
Revision as of 10:08, 8 October 2007
How do I save my LLB VIs that have bad filenames?
When saving VIs from a LLB (library) file to directories, the LabVIEW File Manager sometimes responds that it can not handle the "bad" filenames. The problem is that some of the files in the LLB are saved with "/", ">", "<", "?" characters in the file name, and these do not translate into valid filenames in the target file system.
The solution: 1. Make a backup. VERY IMPORTANT! 2. Load the hierarchy as-is, including all the VIs that call the problem VIs (ie those that give bad filenames). 3. Open the problem VIs and give them legal filenames using the "Save As" File option. 4. Close all the other VIs, saving any that have changed (ie callee's path has changed). 5. Use the File Manager to delete the bad VIs. 6. Convert the LLBs to directories.