09-21-2007 09:14 AM
09-21-2007 09:24 AM
09-21-2007 09:28 AM
Using a spectrum analyzer with LabVIEW is a pretty common application, my first program 15 years ago did this. What we need to know to help you though is what model spectrum analyzer are you planning on using? Most of the ones I'm familiar with use the GPIB interface rather than RS232, but that isn't a major issue, the spectrum analyzers command set is the important one. There are a lot of LabVIEW drivers available for a larger number of analyzers, here on the National Instruments' site. Although most use the GPIB interface (or ethernet), they can be used as a starting point to develop an RS232 driver if one isn't available, assuming that there is a driver for the model that you have, or a closely related one (manufacturers frequently use similar command sets within a model type).
So, what type analyzer are you using, and what types of things are you planning on doing with it?
09-21-2007 09:28 AM
09-21-2007 09:52 AM
09-21-2007 10:30 AM
09-21-2007 11:55 AM
Need some info regarding
Development of Spectrum Analyzer based on LabVIEW 6i and Digital Oscilloscope TDS220
If possible pls send some sites
09-21-2007 12:32 PM
You now want to use a scope as a spectrum analyzer and not use the spectrum analyzer you already have? You might want to look at the shipping examples. There are several that use an NI DAQ board to acquire a signal and then use the analysis routines (i.e. FFT Power Spectrum). You would have to replace the DAQ functions with functions that read the scope.
There is a driver for that scope here but a version 6 driver is not available for download. I don't have the ability to convert the 7.0 driver to 6.0 right now. If you were to download the 7.0 version and then in a new question, attach the llb file and ask for help in converting it to 6.0, you'll probably get someone else to do it.
09-21-2007 03:19 PM
The IFR 2398 has been discontinued according to this site
http://www.aeroflex.com/products/gentest/specanalyzers/discontinued.cfm
However I have a couple of these in our shop which have GPIB ports and they came with full Programming Manual which mentions that they can be controlled with RS-232C as well as GPIB. It also has some example programs. You could try to contact Aeroflex and see if you can get a copy.
09-23-2007 07:20 AM