03-18-2009 10:27 AM
I work on two computers that have LabVIEW on them, my laptop and a test system computer. I've been placing some of my VIs that I want easy access to from the Function's palatte in C:\Program Files\National Instruments\LabVIEW 8.6\user.lib. Is there a way to either redirect this particular folder to a different path or add another palatte that is based on a network path?
I wonder if there is a way to mount a network share path as an NTFS folder similarly to how you can mount an NTFS drive to a folder on another NTFS drive instead of a drive letter... that would probably work too.
03-18-2009 09:05 PM
Sounds like what you want to do is create your own palette. Then you can populate it with everything in your library (if you make it an llb) or add to it one at a time. You can save the new .mnu file, copy it to the other PC, and you should have it.
Now for a couple of details:
In LV, go to Tools-->Advanced-->Edit Palette Set
Does that help?