LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Load Calibration File Agilent Instruments in LabView 2012

Solved!
Go to solution

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.

0 Kudos
Message 1 of 13
(5,775 Views)

Here is the process to save calibration files manually.

 

http://na.tm.agilent.com/pna/help/latest/S5_Output/SaveRecall.htm 

0 Kudos
Message 2 of 13
(5,757 Views)

How old is this VNA?  All the Agilent/HP VNAs I've worked with all can save calibration data.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 13
(5,745 Views)

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?

0 Kudos
Message 4 of 13
(5,738 Views)

Shouldn't be a problem, but be prepered to open up that (probably several hundred page) programmer's guide.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 5 of 13
(5,734 Views)

@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.

 

 

 

0 Kudos
Message 6 of 13
(5,728 Views)

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?

0 Kudos
Message 7 of 13
(5,724 Views)

@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.  😉

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 8 of 13
(5,720 Views)

Yuck! (coming from an RF Engineer).

 

:manindifferent:

So what's the point of LabVIEW if I still have to resort to writing code???

0 Kudos
Message 9 of 13
(5,716 Views)
Solution
Accepted by high-Q

 It should look something like this(assuming its a PNA you are using):

PNA_Cal.png

Message 10 of 13
(5,713 Views)