09-19-2005 08:41 AM
Back to the original question, changing the IDN? to match the expected returned value (remember it is Agilent now, so if it isn't an HP era instrument make sure you know what the returned string will be). The primary difference, from a programming point of view between the 86A and C models was the increased frequency range; A= 100KHz - 1000 MHz, C=9KHz - 3200MHz. You probably won't have to change any of the other numbers as there is no "limit checking" that I have found. This instrument, in my (recent) experience, will return an error if an out of range frequency is attempted. You are, as one of the posters mentioned, responsible for making sure that your "stuff" works within the requirements of safety, accuracy, etc., but I will add that regardless of who wrote the drivers you are ultimately responsible. Does the downloaded driver have major error checking, etc., No. It, for the most part, provides an interface that takes the various settings and builds the apporpriate GPIB strings, with no limit checking other than having "sane" defaults for the controls (i.e.,programmed frequency is defaulted to 100 MHz). Mind you, this is not a badly written driver, as they go, so don't assume that even those from the "NI Approved drivers list" will have this desired level of operator protection.
P.M.

09-21-2005 04:14 PM
Thanks everyone for your help!
09-26-2005 03:27 PM
I have saved all the files in 8648a's with 8648c and saved the 8648c folder in instr.lib folder. However, accessing instrument drivers via Functions palette did not show 8648c but all subVIs (icons) with question mark.
Is there something that I am not doing correctly?
09-27-2005 03:21 AM
Hi jjlee
sounds like you jumping the gun without reading the help context of Labview. Be very careful as you can corrupt your instrument drivers. First ensure that you have copiesa of your libraries!!!
If possible undo you work. ( Reload your org 8648a library- can labview see it ?)
Read the labview help html file ( see attached png).
Basically you create a new folder in your instrument folder .name it 8648c save a copy of your new library there.
Use labview edit palette control open via tools>>advanced>>edit palette views.
To cut a long explanation short - try it using the guidance from help file.
good hunting
xseadog
09-27-2005 10:57 AM
09-27-2005 04:55 PM
09-28-2005 09:44 AM - edited 09-28-2005 09:44 AM
Message Edited by LV_Pro on 09-28-2005 10:46 AM

09-29-2005 09:41 AM
I think I have figured this out....it was not too bad, but a bit confusing that I have to keep track of adding and deleting VIs...
Thanks everyone for your help!