Save trace with lecroy USB analyzer

Hello
I tried to control Voyager M3i with labview
So far I managed to generate a UTG file and record a trace, but I didn't find how save this trace
is someone have an experience with this equipment and knows how to save the trace file
attached my vi
Regards
Guy
Attachments:
m3i control.vi ‏17 KB

I don't have any experience with the LeCroy Voyager M3i, but I'm willing to help as best I can. Have you looked through the Automation API Reference Manual for the Voyager? It can be found at the following link:
http://cdn.teledynelecroy.com/files/manuals/usbanalyzerautomationmanual.pdf
It seems that there are several options for saving the trace or even exporting the trace to text. Hope that this helps!
Daniel K | NI Applications Engineer | Certified LabVIEW Developer

Similar Messages

  • LabVIEW drivers for LeCroy Voyager M3 USB analyzer?

    Has anyone written or is anyone aware of 3rd party LV drivers for the Lecroy Voyager M3 USB analyzer? The API provided by LeCroy has limited capabilities.
    Thank you,
    SM

    Hi -
    Alan from LeCroy oscilloscope tech support here...
    One of my coworkers in protocol analyzer tech support asked me to post the following note...   The LeCroy Voyager has an Application Program Interface (API) for creating scripts or commands from which a LabVIEW driver can be developed. This API can be controlled remotely using the DCOM protocol. For assistance with the API one can contact the LeCroy Protocol Support Group at [email protected]
    Best Regards,
    Alan
    Alan Blankman, Technical Product Marketing Manager and LabVIEW Developer
    LeCroy Corporation
    800-553-2769 x 4412
    http://www.lecroy.com
    [email protected]

  • HT4946 will my voice mails be lost if my phone froze trying to update itunes?  I have the screen with the USB and the itunes circle.   phone completely dysfunctional.

    will my voice mails be lost if my phone froze trying to update itunes?  I have the screen with the USB and the itunes circle.   phone completely dysfunctional.

    as ar as I know, voicemails aren't stored on your iPhone, your carrier saves them.
    To solve the problem you're having, use this: http://support.apple.com/kb/HT1808
    Using his article will erase everything on the device, so make sure you have a backup!
    Good luck
    Message was edited by: jesterwylde

  • Airport Extreme with Airport USB Disk issues - Dont give up just yet...

    Just a heads up for anyone who is having issues with accessing an Airport disk with the latest firmware.
    After calling Apple support as i was convinced my AEBS was faulty, i have since discovered that if and HFS+ disk cannot be varified and repaired successfully in Disk Utility, it would lock up my AEBS totally. My wireless would drop out and nothing would work any longer untill I turned the power off and on again.
    I was able to correct the issue with the USB HDD by booting with the Leopard CD and using Disk Utility in Mac OS X setup. Trying the same thing when booting from the Macbook HDD would result in a 'failed to unmount' error.
    Before anyone has a fit and trys to return their AEBS with a similar issue i suggest trying the above or another USB HDD. It just might save you the $49 that i paid as a result of being out of the 90 days of support on my AEBS and Macbook.
    FYI, contrary to the technical requirements i was sent by the Apple service agent i spoke with, my Airport Disk IS working with 2 partitions. 1 HFS+ and the other a Windows partiton (i cant remember if its FAT32 or NTFS. My HDD is at home)
    I have a collegue at work who was having similar issues with a FAT32 USB HDD on his AEBS but we have just discovered that the HFS+ HDD that i used to test my AEBS with, worked fine on his also. We are yet to find out if his HDD is faulty at this stage. Ill keep you all posted on what we find.
    SO, at this stage it would be resonable to say that the AEBS doesnt handle corrupted HDD's very well. (IE it totally locks up and the wireless drops out)

    That used to be a problem on 7.2.x. Now 7.3.1 can fix some minor disk problems (such as disk not unmounted correctly).
    Since I upgraded to 7.3.1, I haven't once taken my USB hard drive out to be repaired on my Mac.

  • Mountain Lion wont allow me to save anything to my USB?

    Hi Guys,
    How can I fix the issue with not being able to save to a external USB?
    I can plug in and view items but cant save to them..
    Help Please

    If the USB drive is formatted as NTFS, then no, you can't write to it. MacFuse was the old support item for NTFS-3g. It no longer works with Mountain Lion, or is needed by the current version of NTFS-3g. There is also no longer a free version.
    Your choices are Tuxera's NTFS-3G for $31, or Paragon NTFS for $20.
    It's either that, or reformat the drive as FAT32 (MS-DOS).

  • Problems with wireless usb adapter on MSI K8NGM-V

    Hi!
    I have a 3Com (3crusb20075) wireless usb adapter, and a MSI K8NGM-V Mainboard. Very often the usb disconnects from the network and i have to reinsert it to work again. A friend of mine have the exact same adapter and that one fails too. He uses mine without problems. I therefore belive that this is a problem with the usb ports on my mainboard. Have anyone heard of anything like this? I wanted to try to update my bios but i don't have a floppy so msi live update wouldnt let me, and i could find the bios files on the msi webpage so i cant burn them on a bootable cd. Help please
    (I trying turning of power save mode on the usb adapter, without any luck. Tested it in linux. Same result)
    Alex

    The ability to access the network, but not the Internet, typically indicates that the computer is not able to either find or negotiate with the DNS servers. The proper DNS servers would be provided by your ISP using DHCP. In turn, the AirPort would use DHCP to provide these to both the wired & wireless computers connected to it.
    Please try the following:
    For each PC that is unable to access the Internet, temporarily include the following OpenDNS servers:
    o Primary: 208.67.222.222
    o Secondary: 208.67.220.220
    You would enter these in the network TCP/IP settings for the respective PC's wireless network adapters. You may need to restart the computer in order for these DNS settings to "stick." After restarting, can you access the Internet with either or both of them?

  • Diff b/w Run time Analyizer(se30),Sql Trace (st05) and Performance Analyzie

    Can any one tell me the Diff b/w Run time Analyizer(se30),Sql Trace (st05) and Performance Analyzie(al21) ?

    Hi
    these all are doing t he same thing that is checking the program for better performance
    Tools for Performance Analysis
    Run time analysis transaction SE30
    SQL Trace transaction ST05
    Extended Program Check (SLIN)
    Code Inspector ( SCI)
    Run time analysis transaction SE30 :This transaction gives all the analysis of an ABAP program with respect to the database and the non-database processing. 
    SQL Trace transaction ST05: The trace list has many lines that are not related to the SELECT statement in the ABAP program. This is because the execution of any ABAP program requires additional administrative SQL calls. To restrict the list output, use the filter introducing the trace list.
    The trace list contains different SQL statements simultaneously related to the one SELECT statement in the ABAP program. This is because the R/3 Database Interface - a sophisticated component of the R/3 Application Server - maps every Open SQL statement to one or a series of physical database calls and brings it to execution. This mapping, crucial to R/3s performance, depends on the particular call and database system. For example, the SELECT-ENDSELECT loop on a particular database table of the ABAP program would be mapped to a sequence PREPARE-OPEN-FETCH of physical calls in an Oracle environment.
    The WHERE clause in the trace list's SQL statement is different from the WHERE clause in the ABAP statement. This is because in an R/3 system, a client is a self-contained unit with separate master records and its own set of table data (in commercial, organizational, and technical terms). With ABAP, every Open SQL statement automatically executes within the correct client environment. For this reason, a condition with the actual client code is added to every WHERE clause if a client field is a component of the searched table.
    To see a statement's execution plan, just position the cursor on the PREPARE statement and choose Explain SQL. A detailed explanation of the execution plan depends on the database system in use.
    Extended Program Check
    This can be called in through transaction SE38 or through transaction SLIN. This indicates possible problems that may cause performance problems.
    Code Inspector (SCI)
    You can call the Code Inspector from the ABAP Editor (SE38), the Function Builder (SE37), the Class Builder (SE24), or as a separate transaction (SCI).
    The Code Inspector indicates possible problems. However, note that, especially with performance issues: There is no rule without exception. If a program passes an inspection, it does not necessarily mean that this program will have no performance problems.
    reward if usefull

  • I cant figure out why my HTC Droid DNA is no longer recognized by my computer when i hook it up with the USB cable that came with the phone.

    I used to be able to just plug in my phone with the USB cable to my Windows 7 computer and browse phone storage with no issues. Now my computer sees it as an android phone but when it tries to automatically install the drivers for my phone on the computer, i get an access denied error message. No option on the phone that i can see that allows me to mount phone as a usb drive. This used to work just fine with nothing more than just hooking up the cable. What gives??

        Let's get that access granted again, e_rock_b. The HTC DNA doesn't have a special USB Mass Storage Mode that needs to be turned on. Usually, it's as simple as connecting and browsing http://vz.to/1jktbZD as you mentioned. If your computer is no longer allowing that easy access, try the steps at http://vz.to/1jktvr6.
    JenniferH_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • I have a new MacBook Air with a USB super drive. I put in the DVD and I get nothing. No icon on the desk top and DVD player is no help.  How do I play a DVD or eject the one in now?

    I have a new MacBook Air with a USB super drive. I put in a DVD and I get nothing.  No Icon on the desk top, no help from DVD player. How do I get it to play and how to eject it now that it's in?

    There's a defect. The computer is in warranty so take it in for repair.

  • Is there a driver to let a ps2 keyboard plugged in with a usb connector work on my macbook pro 13inch

    is there a driver to let a ps2 keyboard plugged in with a usb connector work on my macbook pro 13inch?
    I know there are more threads about this subject but none was really an answer.
    I got a keyboard (brand medion) with a ps2 connector. i wanted it to connect to my macbook so i bought an ps2 to usb connecter.
    wile connected with my macbook the keyboard leds flash one time like they do when you put it in a ps2. but after this just doesn' t work
    I think i might miss a driver or its just turned of somwhere in the system. an previous answer was said something about a safe reboot and a lot of codes but thats to hard for me.
    so any good solutions????

    I've never found a PS2 to USB adapter that worked, or IIRC I've never found one at all. I have USB TO PS2 but not the other way. Just go out and buy a new keyboard. PS2 is so late 90s/early 2000s

  • I have an Apple MacBook Pro with 2 USB ports and a MiniDisplay Port. I also have an HDTV with a HDMI port. How can I use the TV as a display without any tethering wires between my computer and the TV?

    I have an Apple MacBook Pro with 2 USB ports and a MiniDisplay Port. I also have an HDTV with a HDMI port. How can I use the TV as a display without any tethering wires between my computer and the TV? I have a MiniDisplay Port to VGA adapter, but there are two issues with it: The new display doesn't have a VGA port, and even if it did, I wouldn't want to have my mac constantly attached to the display by a cable. I was looking for a way to use the TV as a display without any wires. Is there some type of bluetooth setup I could use? Please let me know if you have any suggestions.

    As I wrote above, I think you should look into the Apple TV yourself. The best place to find information about what it can and can't do and to ask your own specific questions is probably in the Apple TV forum, here:
    https://discussions.apple.com/community/appletv/appletv

  • I am trying to install windows 8 on my macbook pro how do i do that with a usb?

    My question is how do install windows 8 or 8.1 64 bit with a usb because i have a macbookbro so i can't insert a CD.

    see here https://discussions.apple.com/thread/6101313?tstart=30

  • How can I configure the save page mode (to save DEFAULT WITH OR WITHOUT images and other dependencies in a folder)?

    I like it that I can save webpages with or without dependencies in a separated folder. And its implementation in Firefox (e.g. it remembers how I saved something before, and that way becomes the default) can also be good sometimes. But usually it is not.
    Usually I want to save pages as HTML-only. Sometimes, but only sometimes I have to save a page as a whole (I don't know the name of the feature). But after I save something with dependencies, I often forget that, and don't care about this option. Firefox, however, doesn't forget it, and saves thousands of unimportant images, until I notice it and switch it off again.
    This is not good.
    I tried Google Chrome, which simply don't remember how I saves something before, and always select the complete page option for default. It is exactly the opposite of the perfect solution (in my opinion). The best would be if the browser would save everything as HTML only, if I don't change it. Or it would be even better if I could configure it manually (turn this remembering feature on/off).
    This is not a beginner's problem, so it would be good if only a config option solved this. I imagine that already exists a config option for this, but I could not find it. I found only the "browser.download.save_converter_index" option, which depends on how I used it last time.
    Is there a config option for this? Or should I report this in the Firefox brainstorm page?
    Thank you for your time
    D. J. S.

    That choice is remembered in the Integer pref <b>browser.download.save_converter_index</b>
    0: Web Page, complete (default)
    1: Web Page, HTML only
    2: Text files
    If you want to reset that choice to HTML only on every start of Firefox then you can use this line in the file [http://kb.mozillazine.org/user.js_file user.js]
    <pre><nowiki>user_pref("browser.download.save_converter_index", 1);
    </nowiki></pre>
    See also http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

  • I got the iphone5 today and connected it to my laptop to buy some music however when i disconnected it from my laptop it just comes up with a usb cable with an arrow pointing to a itunes logo? iv tried everything, cant get back to home screen?HELP!! PLEAS

    i got the iphone 5 today and plugged it into my laptop to look on itunes and buy some apps. i done this and disconnected my phone from my laptop however the screen is just coming up with a usb cable pointing to an itunes logo and wont go off? iv tried everything and it wont go back to the orginal home screen, just keeps coming up with the usb cable pointing to the itunes logo. please can some one give me advise as iv only just got it today

    it has been into recovery mode. connecting to itunes will solve your problem. if it didnt work connect it itunes and  restore your iphone.

  • Pages 5.1 error "This document is too old. To open it, save it with Pages '09 first."

    When trying to open a Pages '08 file from a MacBook Pro in Pages 5.1 on an iMac, I get thr error message, "This document is too old. To open it, save it with Pages '09 first". I cannot locate a Pages '09 to use.  I can export the file from Pages '08 into a Microsoft Word Doc file and can open it then. How I do I solve the problem and open files in Pages 5.1?

    It is A solution that works if you don't have too many Page files to convert, but is very poor solution if trying to move everything off of the MacBook Pro to the iMac.  I don't necessarily need to open the 5 years of files, but if I need to look at something archived, I'm dead in the water.
    It doesn't make sense that a Mac can open a Microsoft product but cannot open a Mac product.  I can understand that a program is not forward compatibale, but almost all programs are backward compatible. This same problem appears with Numbers 3.1.
    Apple needs Microsoft as a solution?

Maybe you are looking for

  • Problem with aiff files playback after 10.9.4 update

    I use Logic and Reason to produce electronic music.  Ever since I updated my system to 10.9.4 I have had issues with track playback on my iMac.  It seems to be centered around the playback from online sites (i.e. Soundcloud, YouTube, Skype, etc) and

  • Error in installing Oracle Software while adding node in RAC

    Hi All Oracle Version: 11.1.0.6.0 Linux In the RAC environment, I am in the process of adding a node to the existing rac environment. I have succssfully installed cluster software in the new node. all gsd, ons and vip services are running perfectly f

  • Upgrade of RAC database in 10g or 11g

    Hi, Can we upgrade RAC database without downtime like we do patch? Regards

  • [SOLVED] 56k, pppd (what worked for me w/ HOWTOs via links).

    I took note to print out the 40+ page Wiki manual in regards to installing Arch, and while the majority of it looks like the same old, same old, sadly there's no real mention of going about handling a PPP connection. Yes, it's very doable on this par

  • ITunes Not Working with Multimedia Keyboard... help?

    I recently installed a new keyboard and mouse software, where the keyboard is a multimedia keyboard. Since that, I've been unable to get any SOUND from anything playing in iTunes, whereas the sound for my computer and any other audio/video programs w