03-31-2013 09:19 PM
I use a vector network analyzer. Calibration is critical to give our measurement results creditbility. In our case, we use Agilent instruments. Newer models allow certain calibration profiles to be saved as calibration states. These files are saved in the local hard disk of the unit and are loaded when needed.
What is the equivalent to setting all the calibration parameters on that .cal file in the Agilent instrument with Labview 2012?
I have downloaded the driver for my instrument and even ran some of the sample programs. It works great but the calibration is set to the preset state which makes my whole system inaccurate.
Solved! Go to Solution.
04-01-2013 01:36 AM
Here is the process to save calibration files manually.
http://na.tm.agilent.com/pna/help/latest/S5_Output/SaveRecall.htm
04-01-2013 10:16 AM
How old is this VNA? All the Agilent/HP VNAs I've worked with all can save calibration data.
04-01-2013 11:06 AM
The VNA is about 10 years old. (Windows 2000) and I'm in the process of upgrading to XP. Saving the calibration data on the VNA itself is fairly understood and I don't have any issues with that. I use that feature without any issues.
I would like to load these calibration files via LabVIEW 2012 in my automation setup. Is this possible?
04-01-2013 11:56 AM
Shouldn't be a problem, but be prepered to open up that (probably several hundred page) programmer's guide.
04-01-2013 12:09 PM - edited 04-01-2013 12:09 PM
@billko wrote:
Shouldn't be a problem, but be prepered to open up that (probably several hundred page) programmer's guide.
Many if not most of Agilent's newer network analyzers and vector anaylzers manuals are in *.chm files these days.
Very easy to search.
04-01-2013 12:17 PM
What do you mean by opening up the programmer's guide?
This can not be done by a Labview Subpalette that's already built in? I would have to write code to perform this?
04-01-2013 12:25 PM
@high-Q wrote:
What do you mean by opening up the programmer's guide?
This can not be done by a Labview Subpalette that's already built in? I would have to write code to perform this?
I assume you looked at the included VIs and couldn't find anything to load cal files? If that is the case, unfortunately you must write your own code. I prefer to write my own drivers because then I have only myself to blame for stuff that doesn't work right. 😉
04-01-2013 12:29 PM
Yuck! (coming from an RF Engineer).
:manindifferent:
So what's the point of LabVIEW if I still have to resort to writing code???
04-01-2013 12:34 PM - edited 04-01-2013 12:49 PM
It should look something like this(assuming its a PNA you are using):