How to save the Agilent E4446A spectrum analyser plots

Hi all, I am a newbie to LabView.  Now, I'm trying to store data (plots) of the Analyzer of spectrum of Agilent E4446A (SA).  I was modifying the sample program (called Agilent PSA series ESA acquire Trace) of the driver of VISA.  But I got stuck at the end of the program (I have attached the photos).  When the SA have the plot of exact spectrum shown in the window "Waveform of the Trace" in the front panel, I don't know how to set up the program so that it stores the plot of the screen in format worksheet automatically.  What I'm doing at the moment is manually, right-click in the waveform trace window and select "export".  It's too slow to follow a few quick evolution results of SA.  I was also trying to change the output of the function "Mark read" in his library of drivers.  The production cluster (pink line) consists of the flow of three initial data (double) X, X increment (double) and Trace (table 1).  I can not connect this cluster of data to 'Write in a file as' vi more, it's about the only life-saving method, that I worked with...  I really want to learn how to automatically save the data in the format spreadsheet out of the plot.

Thanks a lot for your help!

                                                   


Tags: NI Software

Similar Questions

  • How to save the data in table 1 d to Excel in continuous

    Mr President.

    How to save the data in table 1 d to Excel at all times, so that all the data of the first scan must be placed first thought and all the data from the second analysis must be placed on the second Board and continue on the street...

    Sy@m...

    Hi Sy@m

    Here is a vi that might give you a few ideas to try:

  • Re: How to save the video file to a DVD-R for Equium A200

    I have the Equium A200. Someone can tell me how to save the video file to a DVD-R on my computer in order to use it later, or use it in windows movie maker and must not simply copy on another DVD-R right?

    My cursor also has disappered in the suite of windows media, that makes life quite difficult.

    Any ideas?

    Thank you.

    You mean, you want to copy the original DVD movie to HARD drive?
    Well, you can copy the contents of the entire DVD to the HARD drive. It means that you have to copy a lot of data.
    I would recommend shrinking the DVD movies using a tool called DVD shrink.
    It would decrease the data and would also copy the content to the HARD drive.

    But if you want to use these files later in windows movie maker, so you must convert these using a 3rd party tool.
    Google a bit and you should find many free applications that would help you to do this work.

    Good bye

  • How to save the. File of ATN in Photoshop CS5 screen area

    How to save the. File of ATN in Photoshop CS5 screen area

    Hello

    Greetings!

    Open Photoshop.

    Open the Actions panel and select the action that you want to save to the desktop.

    Click the option panel (arrow pointing down with 4 rectangles)

    Choose Save Actions from the menu and choose the place like office and save.it

    Concerning

    Jitendra

  • I am new to adobe.  Saved gall .pdf for Adobe PANEUSE Xi and can be seen on the screen.  How to save the .pdf on my Flash drive file: L?

    I am new to Adobe.  Have the .pdf file in Adobe Reader Xi and can open and see on my screen.  How to save the .pdf on my Flash Drive file: L?

    I would advise against ever record directly onto a flash drive. For no reason I can understand this often broken leaves files behind.

    Instead, just save it to your desktop and drag it to the usual flash drive (in Windows Explorer or the Finder).

  • How to save the .ico format

    How to save the .ico format

    You need plug-ins specific / programs such as Axialis Icon Workshop.

    Mylenium

  • How to save the document in integers and not page by page

    How to save the entire document and page by page?

    Hi francoisc2113463,

    If you want to save individual pages of a PDF file, you must use Acrobat (in the Pages pane in the tools Panel, you can use the Extract command). If you do not have Acrobat, feel free to give it a try. You can download a 30 day trial of http://www.adobe.com/products/acrobat.html.

    Best,

    Sara

  • I created an animated banner 468 x 60 in edge animate. How to save the image hosted on my desk? (not in HTML)

    I created an animated banner 468 x 60 in edge animate. How to save the image hosted on my desk? (not in HTML)

    Hello

    This feature is not available in Adobe Edge animate. You cannot export as image of the animate edge.

    Publish here describe the options available on board

    M lively help | Publish your content

    Kind regards

    Devendra

  • How to save the slide show settings so when I press on Ctrl + enter only what I want?

    How to save the slide show settings so when I press on Ctrl + enter only what I want?

    huh?

    R

    I tested what you gave me there Rob. On my Mac, I have two monitors:

    -Blacken / display slide show on a monitor (the primary monitor, if I move LR in my secondary follow-up, the slide show is still on the first, but the second still works normal with LR just sitting there).

    -If I turn off slide durration I manually advance the slides with the right arrow.

    -I don't have 'Lightroom' (or with my settings current all) text on the screen.

    -Does not repeat itself.

    My Windows machine is not two monitors, but the others work properly...

    In other words, until I thought about it differently. As we seek to change the slideshow settings, I was naturally in the slideshow module. But I then remembered that the interest of the Impromtu Slideshow is that you can view the slide show playback from any module. Once I went back to the library and click Command / Ctrl + Enter, then I saw exactly what you're talking about. Both monitors are blackened, duration of the slide is ignored, etc.

    You know why? As the Impromptu slideshow uses one of the models outside the slideshow Module. Which one? Well, by default +, of course. How do change you that? Right-click (Cmde) slideshow model you prefer to use and select «Use for Impromptu slide show»

  • How to save the custom of the user using PHP field?

    Hello!

    I am looking for a way to share specific data to the user between connected users. For example, all participants must know each other IDs (our own system IDs, no ACC).

    Custom user fields seems the best solution for this, but I can't find a way to save one using PHP, while creating the room.

    How to save the custom of the user using PHP field? Or maybe there's best solution to do such things?

    Had, just add the new node to the UserManager collection.

    const USER_MANAGER_COLLECTION = 'UserManager';
    static private $USER_MANAGER_CUSTOM_FIELD_CONFIGURATION = array(
       'accessModel'=>self::ROLE_VIEWER,
       'publishModel'=>self::ROLE_VIEWER,
       'persistItems'=>true,
       'modifyAnyItem'=>false,
       'userDependentItems'=>true,
       'sessionDependentItems'=>false,
       'itemStorageScheme'=>self::STORAGE_SCHEME_MANUAL,
       'allowPrivateMessages'=>true,
       'lazySubscription'=>false,
       'p2pDataMessaging'=>false
     );
     const USER_INVITE_ID_CUSTOM_FIELD = 'inviteId';
     static private function createUserManagerCustomFields($room){
       $account = self::init();
       $collection = self::USER_MANAGER_COLLECTION;
       $account->subscribeCollection($room, $collection);
       $account->createNode($room, $collection, self::USER_INVITE_ID_CUSTOM_FIELD, self::$USER_MANAGER_CUSTOM_FIELD_CONFIGURATION);
     }
    
  • How to save the .txt file without opening a dialog box.

    Hello..

    How to save the .txt file without opening a dialog box.

    It is impossible to Flash running in the browser.

  • How to save the results of a questionnaire analysis offline, without any LMS?

    Hello!

    And a happy new year!

    I am preparing a questionnaire to analyze the level of practice for my students, but the event is placed in the classroom, not online.

    I have not any LMS, therefore, at the end of the test, the results disappear...

    I need to save them, individually. I wanted to choose the Pdf version for this reason. But when I save the pdf file, after the test, all the student responses are blown away...

    Could you help me, please

    Thank you very much

    Nicoolfly

    In order to capture the scoring of results for later analysis, you really need a system that is an LMS or something similar.  Captivate has no functionality by default to give you that other system.  You can choose from the publication options based on the system to that you need the release.  PDF of Captivate output using addition to limit your options, because it is basically a document format, not a system designed to capture, store or send data.

    Have what method you had in mind to record the results of your students?

  • I know not how to save and attachment to my Icoud player, but how to save the body of an email?

    I don't know how to save an attachment to an e-mail to Icloud drive but how do I save the body of an email to ICloud?

    Save it to the place where? For what purpose? As long as you do not remove it, it should remain in your email. You can move it to a folder by tapping on the icon of the folder at the bottom of the screen as you watch the email. You may also copy and paste Notes, take only a screenshot that would be in your Photos. You could transfer to a remark like Evernote service.

  • How to save the changes to the size of the text

    How to save text size increases. The zoom feature will return to the previous setting when I change web page. I wasn't able to change the size of the font using the font setting in the Tools tab.

    You can use an add-on to set the zoom level for all sites. For example, NoSquint and Default FullZoom Level.

  • How to save the 32L4333DG of Toshiba Software?

    How to save in the first version of the software for this model? After the TV to purchase all analog channels in which concerns the digital found in case of problems, but after software update, all channels disappeared.

    Who knows how this problem can be solved?

    As far as I know it of not possible to go back to the early firmware.

    All you can do is to reset the parameters of TV s and this should be done always after an update of the firmware. Select Reset TV resets all settings, including registered channels, to their original factory values.

    For that you should go to the Installation menu
    In the Installation menu, select Reset TV and press OK. A screen appears warning that all settings will be lost. Press OK to continue. When authorities set turn it back on, the Quick Setup is displayed.
    Press OK to move the Setup program and perform an auto tune. (See the quick installation section on page 15 user's manual).

Maybe you are looking for