01-14-2009 06:34 AM
Solved! Go to Solution.
01-14-2009 09:04 AM
01-14-2009 09:11 AM
I don't know why you're using the LLB manager, as the drivers you downloaded were the project-style version, and so the drivers are contained within a project library (.lvlib), not an LLB. I don't understand why you're getting the message you're getting since the names should be differentiated based on the name of the project library. That's the whole point of libraries. If you absolutely have to rename one of the VIs then you need to open the project library (look for the .lvlib file in the inst.lib/Agilent 34401 directory, and the corresponding one for the other instrument) and then open the VI from the project library explorer window. Do a File->Save As, and select "Substitute copy for original". NOTE: This will break your code if you need to reinstall the instrument driver. You're better off putting the library into your project folder since you are modifying code.
01-14-2009 09:36 AM