E4407B Spectrum Analyzer control

Dear all,
I was using the E4407B spectrum analyzer from made by Agilent company.
Also, I designed the LabView program to control the E4407B.
But it occurred to me some question.
Once i connect E4407B to LabVIEW program, i could not control the E4407B manually until i turn off it and turn on it.
Please let me know how to control E4407B manually while i connect E4407B to LabVIEW program.
Regards,
Kwangbog Ham
NURI Telecom
Hardware engineer/Assistant Manager
Solved!
Go to Solution.
Attachments:
(E4407B)Acquire Trace-Cluster.vi ‏183 KB

Thank you Dennis Knutson,
I did search information website but i could not find it you recommanded. 
Please let me know where i can find manual or GTL command or deasserting REN.
Regards,
Kwangbog Ham

Similar Messages

  • E4407B Spectrum Analyzer - Library VI for executing MaxHold command

    am using E4407B Spectrum Analyzer. I have downloaded the instrument library from the NI website. I am asking for vi in the library that enable me to set MaxHold command.Can anyone help me ???

    Hi mpmarquez,
    What communication protocal are you using with the analyzer?
    James K.
    National Instruments
    Applications Engineer

  • Controlling signal generator, spectrum analyzer

    Hi,
         I want to automate 8656B signal generator(HP make),8590A spectrum analyzer(HP make) using labVIEW 8.6.I'm using GPIB interface to connect the instruments.Do I've to install drivers for signl generator and spectrum analyzer?what should I do?can anyonet ell me from scratch.
    Thanks
    kiranmayi

    You should also get both the programming manuals for the instruments. Remember that Labview drivers is not really drivers. They are more a program for controlling some instrument. The are seldom complete, regarding all instrument functions. Use them as a base for your own application
    Steps:
    1 download the driver
    2 Unzip to a separate folder
    3 Read the documentation
    4 Test the "driver"
    5 Good Luck, post again if you are stuck
    Message Edited by Coq Rouge on 08-14-2009 09:49 AM
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • How to read the data in spectrum analyzer (Anritsu MS2661C) and put it in Excel using Labview

    Hi all, I'm new to using the labview, and I have some trouble doing my project using the labview software.
    I have been trying to use the spectrum analyzer (Anritsu MS2661C) which connect to computer using the GPIB connection.
    I have got the instrument driver which can write and control the instrument using Labview 2010.
    and my Question is how do read the data or result from the spectrum analyzer and send it to the microsoft excel?
    Do I need to use other software or programming to do this step?
    If anyone know how is this done, please let me know.
    Regards,
    Ery

    Hi ery,
    In order to send data that you have read in from an instrument to Excel, the most convenient way to do this would be to use our Report Generation Toolkit.  The Report Generation Toolkit is a very useful tool that allows you to interface to Microsoft Office software from LabVIEW, including Word and Excel.  I am not sure if you are familiar with this, but I have attached a link that explains more about the Report Generation Toolkit below.  
    Another way would be to use the Write To Spreadsheet File VI.  While this will store your data to a spreadsheet data file, it will not allow you to programmatically perform any Excel formatting like the Report Generation Toolkit offers.  I have also attached a link to some information on the Write To Spreadsheet VI below.  
    Also, be sure to check out the Example Finder in LabVIEW for a number of examples on how to write data to a spreadsheet file.  From LabVIEW, you can go to Help»Find Examples to launch the Example Finder.  From there, you can search for "spreadsheet," which should populate examples for use in different applications.  I hope this helps, ery.  Please let me know if you have any further questions about these!
    NI LabVIEW Report Generation Toolkit for Microsoft Office
    Write To Spreadsheet File VI 
    Taylor G.
    Product Support Engineer
    National Instruments
    www.ni.com/support

  • ADVANTEST 3131A SPECTRUM ANALYZER AND labVIEW

     Hello, 
     Trying to control R3131A spectrum analyzer connected through GPIB-USB-B and my laptop using Labview8.5. 
     I want to read frequency(Hz) from R3131A,and i want to send my measurments to an exel file ... 
     I have install the labview 8.5,the Measurment and Automation for finding my instrument and i have download the Advantest R3131A Drivers-libraries  from  that page  ....                    http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=82   and then i install it in  Instrument I/O>Instrument Drivers palette.    I have read the examples code who coming with the drivers but i don't know which example  can help me...                                                                                                                                                                                                                                                                                                                                                                                      If someone knows something,or have an example code who doing that or other help,please send a message..                                                                                          thanks!..

    The typical way to make a measurement on any instrument is as follows:
    1.  setup the instrument for the measurement. 
    2.  carry out the measurement.
    3.  store result in a file
    1. In this case, you want to setup the instrument to carry out a frequency measurement.  Although I am not familiar with the Advantest SA, I'm sure it should be similar to the Agilent or Rohde & Schwarz SA.  So you first need to set the span wide enough to find the Center Frequency that you want to measure.  Then place a peak marker and set the center to the peak value.  You then narrow the span in order to improve your measurement.  Most likely adjust your resolution (BW) and place a peak marker.  You have now setup the instrument for the measurement.  The example should contain what you need to accomplish this.  Otherwise the user manual should give you the instructions on how to create the commands.
    2. You can read the values associated with the marker which will give you the frequency and amplitude.  There should be seperate instructions for these.  So you can read the frequency by itself.  There should be an example of this as it is a very basic measurement.
    3.  Storing the results... to Excel..  -sigh-  Most people refer to Excel, but end up needing to use a different function.  In any case, are you writing to an existing Excel Spreadsheet which already has information in it?  If not, you can use the "Write to Spreadsheet File.vi".
    R

  • Programming an application to communicate to an anritsu spectrum analyzer.

    Hi, i'm trying to create an application to communicate with the MS2601B, Anritsu Spectrum Analyzer through the GPIB port.
    I'm using a new GPIB card from National Instruments, model: 183617"k"-01, and the NI488.2 protocol.
    I have a problem when i send instructions as IBWRT or IBRD, the device doesn't make anythig, but it works when i send IBCLR or IBLOC, so i don't know what happens to it.
    I know it works perfectly with an old HPIB card, and using instructions as IOOUTPUTS or IOENTERS,
    Maybe to communicate with this Spectrum Analyzer it's necessary to compile the program with a special file or library that i don't have.
    Also when i start the MAX 2.0 (Measurement & Automation Explore
    r) NI program, doesn't answer to the *IDN? query or to the especific commands (to control de instrument) i send to it.
    Need your help, please. Thanks

    Hello guillem,
    Thank you for contacting National Instruments.
    Open up MAX again, expand the Devices and Interfaces tree, right click on your GBIP card and select Scan for Instruments. Make sure that it successfully finds your instrument and does not give you any errors. If it is unable to find your instrument, check your cabling and connections.
    If MAX finds your instrument, right click on the instrument and select Communicate with Instrument to open the NI 488.2 Communicator. In the Send String field, type "*IDN?". You do not have to precede it with IBWRT to send the command. Click the Query button. If your instrument does not send a response, check to ensure that your instrument is 488.2 compliant. If it is not, you will need to obtain the
    specific command set for that instrument from the manufacturer.
    If everything checks out up to this point, open up LabVIEW. Instead of using the 488.2 functions to communicate with your instrument, try using the VISA functions. I have written a small VI that illustrates how to use the VISA functions to send a command to your instrument and receive data back. I was able to locate a driver set for the MS2601 in our Instrument Driver Network. You may also want to consider trying these. They may work for your instrument.
    If you are still experiencing problems, inspect your pins and cables. It is possible that one or more of your data pins may be damaged. Also, try communicating with a different instrument using the same card. Likewise, try communicating with the same instrument using a different card, if possible. All of these steps will help isolate the problem.
    I hope this helps! If none of this works and you are still having problems, let me know.
    Matthew C
    Appli
    cations Engineer
    National Instruments
    Attachments:
    VISA_Communication.vi ‏33 KB

  • Spectrum analyzer with sim and DAQ IV File

    Hello..
    i have a project that i need to design a Spectrum analyzer with simulation mode and DAQ option. ( so you can generate input signal from LabView and DAQ.
    all i look for is a modern Spectrum anlyzer VI file for reference and education purposes
    i know there are examples out there in LabView but, i need a modern one with a lot of options and features ( like Impulse respond, marker... filters.....)
    there is something i found here on the website, it happen long time ago, and some proffessor from Vietnam created such project. its not with DAQ, but its great for me.
    here is the link:
    http://digital.ni.com/worldwide/singapore.nsf/web/all/42B390E4624228D486257249001A5349
    this kind of Spectrum anlyzer looks great
    most appreciate for any help

    Hi Eldad,
    Thanks for posting and welcome to the NI forums!
    The
    application you have linked uses LabVIEW to control a Tektronix TDS220
    over RS232 (a.k.a. serial port).  The TDS220 has a 1GHz sample rate
    with a 100 MHz bandwidth--the specs on our DAQ devices don't go nearly
    this high, our High Speed Digitizers
    would be a better option if you need something comparable.  Also, the
    programming of the two devices (TDS220 vs. DAQ) is going to be quite
    different, so I am not sure how helpful the code from the link would be
    for your application.  I don't have access to the code or permission to
    post it here, but you could always try contacting the original author
    (his contact info is in the link you provided, not sure if it's up to
    date or not).  Again, I'm not really sure how helpful the code would be
    for you.
    You might want to take a look at the following example to see if it does what you need:
    NI-DAQmx: Benchtop Spectrum Analyzer
    There
    are also numerous examples that are installed with the DAQmx Driver to
    help you get started with the API.  You can access them from LabVIEW by
    going to:
    Help >> Find Examples... >>  Hardware Input and Output >> DAQmx
    There
    may not be a ready-made example that will do everything that you
    require, but the above should give you a good starting point for
    implementing the necessary features yourself.  If you run into any
    specific issues while trying to program, please don't hesitate to post
    to the forum and we'll be more than happy to help out.
    -John
    John Passiak

  • Agilent E440x Spectrum Analyzer screen capture?

    Does anyone have a LabView VI to do a screen capture of an Agilent E440x Spectrum Analyzer.  I would like to capture a .gif or .jpg of the exact SA screen image.  I did not see a command in Agilent's manual to do this directly - I can save to the SA hard drive but want to save to the PC.

    jm-sc wrote:
     did not have any luck wiring the byte count output of the VISA write to the VISA read byte count input.
    Thanks Dennis,
    I think old age is catching up to me!!     I missed that part of the sentence earlier...  sorry about the confusion.  I agree that wiring the output of the VISA Write to input of VISA read would not worked.. 
    My interest with this thread is the fact that we were unsuccessful (~2001) to achieve this.  I'm curious in a solution that works.  From what I recall, it was possible to control the instrument to get a screen capture, but was not possible to transfer it over GPIB.
    It's always good to learn new tricks. 
    JLV

  • Can I view spectrum analyzer (HP 8562A) output on LV signalExpress

    Hello guys ..
    Just wondering if I can get my graphs from spectrum analyzer on LV SignalExpress? Is there a special driver I should download?
    Thank you

    Hi,
    You can view your data from the HP 8562A in LabVIEW SignalExpress by creating a user-defined step.  This applies to any instrument not supported by the native SignalExpress steps.  To do this, you need to follow the Creating SignalExpress Plug-ins with LabVIEW DevZone.
    On a side note, National Instruments has developed some plug-ins, such that a few 3rd party instruments can be controlled through SignalExpress.  The plug-ins can be found on this KnowledgeBase.  Unfortunately, the HP 8562A is not one of the instruments on this list, nor could I locate a supported driver for the HP 8562A on ni.com/idnet.  To communicate with your device, you could use low-level VISA commands or utilize the Instrument Driver Development Wizard.
    Let me know if you have any more questions.
    Regards,
    Sara Lewandroski
    Applications Engineer | National Instruments
    http://www.ni.com/support

  • Viewing spectrum analyzer on LabView

    I am using LabView 7.0 with agilent(HP) E4403B spectrum analyzer.
    I have no problem controling and getting measurements.
    How can I get on LabView the screen of the spectrum analyzer? I mean to see the screen just like if I was looking at the device itself?
    Tzviel

    Hi Tzviel,
    I don't have any experience with this device in LabVIEW, but are you using the instrument driver? You can find that here. There are several example VI's with this driver and there might be one here for what you are wanting to do. Please repost if you have questions with the driver. Thanks!
    JenK

  • Agilent Spectrum Analyzer USB Issues

    We are using an Agilent N9320 Spectrum Analyzer with USB communication. 
    I am seeing the SA lose communication with the rack about every 25 th run or so, requiring the operator to reboot the device.  This si getting really annoying fast.  I am not having issue with any of the other Agilent USB equipment attached to the rack.  We have tried going from a powered USB hub, to just plugging the SA in directly to the computer.
    When it "loses" communication, the red Remote light is still light, but you cannot send it any commands, it does not respond.
    I tried doing both the reinitialize the connection after each test run or only once per opening of the application.
    Has anyone else had any issues with this equipment?
    Kenny

    Are you using the driver from the link below to control your device?
    http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=60ED9B6E489D2045E0440003BA7CCD...
    What version of NI-VISA do you have installed?
    Try to reproduce the problem while NI I/O trace is running, so you can log the driver calls. You can take a look at the KB below to learn how to perform a trace:
    http://digital.ni.com/public.nsf/allkb/282C5D41E2BA04F2862574BA007803B9
    Wan L
    Applications Engineer
    National Instruments
    http://www.ni.com/support

  • HP Spectrum Analyzer LabVIEW Driver/Example

     I'm trying to use LabVIEW to control an HP E4403B spectrum analyzer. The LabVIEW I installed is 2009, the drive/example I downloaded is from the link below:
    http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=309EBE8FF8BC0E76E0440003BA7CCD...
    I tried all the example program but none of them worked. Some commands like *IDN workes okay, but if I run the example programs, it will cause the spectrum analyzer "Undefined header" error. 
    Any one with experience of using HP spectrum analyzer  can give me some clue about what's wrong? 
    Best regards,
    Guangde

    Hi Dennis,
    Thank you for responding to my message.
    I deleted some of the commands from two of the subVIs, the error is gone. But the program is still not working right. The following is some details:
    The program I used is: Agilent ESA PSA Series Acquire Trace which is an example of Agilent ESA PSA Series.
    In the subVI: Configure Sweep Coupling.vi, I deleted WE:TIME:AUTO ON; and :BWID:VID:RAT:AUTO ON; from the following commands:
    WE:TIME:AUTO ON;
    :BWID:AUTO ON;
    :BWID:VID:AUTO ON;
    :BWID:VID:RAT:AUTO ON;
    In the subVI: Configure Acquisition.vi, I deleted ET:AUTO ON;
    :INIT:CONT OFF;ET:AUTO ON;ISP:WIND:TRAC:YPAC LIN;ISP:WIND:TRAC:YDIV 10.000000;
    So I can run the program through without an error message. But it doesn't seem it's measuring. Another problem is that it runs very slow, about 2 to 3 seconds per cycle. 
    Please let me know what I need to do after I deleted the three commands.
    Thanks,
    Guangde

  • Spectrum Analyzer with Tracking Generator - do I have what it takes?

    Hi Guys and Gals,
    I need to profile the response of some filters in an ultrasonic bit of hardware. I've been told that a Spectrum Analyzer with a Tracking Generator will do what I want in a short space of time, but I don't have one. Problem is I don't know what a spectrum analyzer is (beyond the obvious - analyses the frequency spectrum response).
    I have a 100MHz Arbitrary Function Generator under LV control and I have a LeCroy 600MHz Oscilloscope under LV control and I know a bit about writing LV.
    The question is, can I use the AFG, the Oscilloscope and LabVIEW to make myself a Spectrum Analyzer to do the job?
    Any suggestions or pointers gratefully received.
    Dr Phil

    I believe a Network Analyzer will be of use to you, and fortunately you have the makings of one.  A NA will tell you the amplitude and phase response.  The easiest thing to do is to split the signal from the AFG (use a T) and send one signal straight to the scope and the other to the input of the DUT (device under test).  Connect the DUT output to the second channel of the scope.  Simply measure the ratio of the amplitudes and the relative phase of the two channels and you are all set.  The scope probably has these functions built in, otherwise acquire the time series and let LabVIEW do the work (you can also take the power spectrum if you really want a spectrum analyzer).   If you want to be careful, make sure that the cable lengths in the two paths are equal, but at ultrasonic frequencies I wouldn't worry about it at all.
    -Darin

  • Spectrum analyzer gui example

    I am trying to construct a GUI to control and display an Agilent E4408B spectrum analyzer.
    I have created a serial connection to the spectrum analyzer and have managed to control it and query for frequency and power using SCPI commands
    sent across the serial link, so I know the serial connection works.
    However I am getting nowhere in trying to make a GUI using Labview. I have downloaded the drivers and there seem to be bits of the functionality I need
    but I do not know how to "hook up" the serial connection to these bits.
    Does anyone have an example of a similar applcation in Labview? It does not need to be an agilent specan, any instrument that has driver supprot and uses serial communication would be a good example.
    Many thanks!

    Hi NIer,
    I am new to Labview and trying to build a GUI controlling Agilent E4408B using GPIB-USB-HS. I have downloaded the driver (plug and play) from NI website however the downloaded document makes me confused where to start. Would you mind sending me a proper tutorial document please? Any suggestion will be highly appreciated!
    I need this to be done urgently and hope you can help!
    Thanks a lot!
    Yang 

  • Repaints bumpy with spectrum analyzer component?

    Hi everyone,
    I have created a spectrum analyzer component for the MP3 player part of my open source application Playlist Editor. It works quite well but I currently struggle with some strange paint 'behaviour'.
    The component constantly paints amplitude values for a number of frequencies during playback. But although repainting is controlled by a Timer object so that repaints are equally distributed over a given time interval the repaints are done quite bumpy, even with more than 30 repaints per second.
    I have done plenty of testing without finding an explanation or solution. I finally prepared a preview of the appliciation with all sources included and a detail description of the issue.
    Perhaps I made a completely trivial mistake and there is a simple way of doing the painting differently?
    Anyone interested in looking into the component could you please visit http://www.lightdev.com/page85.htm and give it a try?
    Your help is most appreciated. Thank you for any help!
    Ulrich

    I think something in the rendering
    cycle must be programmed incorrectly,well, that is what I try to locate...; here is what tests have proven meanwhile
    java.util.Timer is not accurate enough to trigger repainting at a constant rate faster than approx. 300-500 ms
    with an own timer using the new System.nanoTime() method it is possible to call a method more exact, for instance every 150 ms or even every 10 ms
    a call to drawImage takes approx. 0.22 - 0.25 milliseconds
    calling drawImage more often than every 150ms does not lead to faster repaints so far (i.e. paints are done approx. every 150ms although drawImage is called more often)
    the rendering of such a small component
    should also be able to reach at least 10 FPS
    (possibly even 50-60 FPS)that is what I got from the document too, but the question is whether or not this can be done with 'normal' calls to paint() or drawImage() or whether there is another mechanism one can/has to use inorder to exectute calls to redraw an image more direct/imediately....
    from the other test figures it shows that neither the FFTs nor other computing inside the application take so much CPU load that it would be necessary to put these functions out for testing. There is plenty of CPU time left for faster painting but something stops the calls to drawImage from being executed faster than approx. every 150ms
    I'll keep everyone posted with new results but still anymore insights to painting and especially some more direct painting is most welcome!
    thanks a lot best regards
    Ulrich

Maybe you are looking for

  • Adobe premiere elements 12 ne s'ouvre pas de l'icone ou du projet je n'ai rien

    Bonjour, Re: adobe premiere elements 12 sur pc windows 8.1 ne s'ouvre plus créée par AT Romano dans Premiere Elements - Voir la description complète ocho3546 Hello, I am beginner in data processing; j' entered the software adobe first elements 12 whi

  • Need to "restore/over write" data from ex Fire Wire to internal drive

    Let me say up-front that I know little about computers. I backed up my internal drive to my external Fire Wire, as I was going to reinstall Tiger (don't ask me why. It seemed a good idea at the time). Without much thought I checked the clean/erase in

  • Satellite C50-A628 running slow

    Good day everyone. Sorry if this post is in the wrong section, but, please help. I know that maybe some people might think this as a waste of time or just something you could search in google, but, for about *7 months*, I've been trying to figure out

  • Installing a new ipod video on to a macintosh

    does anyone know how to install an ipod video on to a macintosh computer with step by step instructions. I am at the part after i installed the disk on to the hard drive. powerbook G4   Mac OS X (10.4.5)  

  • Missing itunes files

    anybody have missing itunes files that you did not delete, but are all of a sudden gone. I have tried to find them in my itunes folder but they are missing.