Keyboard Shortcuts
Likes
Search
HP8594E : What is really needed when lost of cal data with dead battery?
I read everywhere that loosing the CAL data when the battery dies is like planning a ride through hell but nobody actually demonstrated what is involved when such thing happens.?
I even read the manual and it explains in details what to do and srite down measurements compensation. I did not read however how those manual readings are then set into the instrument¡¯s memory. ??
|
Hi Nicolas,
I can report from my calibration experience with an HP8593E. I assume there is no big difference in procedures to your HP8594E. I purchased a used HP8593E to find that is was only calibrated to 18GHz. For the frequency range 18...27GHz there were no correction coefficients, so level readings were way off. Calibration required a stable generator for the frequency range in question, a high quality splitter and an accurate power meter. You have to take a level measurement with the SA at every single correction grid frequency (there are many!) and write it down. You find those lists in the manual. Then you have to enter all those numbers point by point into the instrument. I used the front panel keys to do that. This may be automated via GPIB, but you still need to get the numbers into a computer. It was very tedious and I refrained from re-calibrating the range below 18GHz. I do not ever want to do this again. That's why in the same pass I replaced the CMOS memory battery. Now, I should be safe for another 10 years. Best regards, Tom |
¿ªÔÆÌåÓýMuch depends on how the equipment was designed.? For a scope, you could need a controlled square or sine wave source, various amplitudes and various frequencies.? Often it needs to have a particular command set and a controller (computer) to automate the tests.? Often, the tests are not specified, simply programmed.? The code source is not always documented.? All of this is true if and when the code is even available. It can get nasty. It also, as you note, depends on which set of constants you need
to regenerate.? Not all calibration procedures are documented to the extent you can perform them, even if you had the equipment. Harvey
On 2/9/2022 7:20 AM, Nicolas Mailloux
wrote:
|
Hi, This sounds as something that should not be to difficult to automate with your favorite programming language.? As long as you have a signal generator and power meter on GPIB, together with the SA, and as long as the SA accept setting these cal constants over GPIB. I'm using Python for the few GPIB programs I have made. It will of course probably take you as long time to research the GPIB commands, write the program and test it. But it would very easy if you have to redo it at a later time. And if you share your program, it could save people a lot of time. Of course other may have different generators and power meters, so then they would have to update the program. Regards, Askild On Wed, Feb 9, 2022 at 4:20 PM tom_iphi via <iphi=[email protected]> wrote: Hi Nicolas, |