Did anyone used Execution trace toolkit ??

Hi all!
I try to debug an RT application using Execution trace toolkit, and i wanted to tell everybody this tool is unuseable !!! It's impossible to debug anything with such a tool, and i wander how it's possible to even sell this tool !!! I have a 3.2Ghz with 1Gb RAM and this program takes 100% CPU during 2mn to refresh the screen !!  Everytime you make a zoom, move the scrollbar...  it takes more than 2mn !!!! And no : I didn't parameter a buffer of 5 000 000 (but 200 000, so approximatively 3ms of trace) !
So my questions are the following:
1) Does anyone have the same problem ?
2) Is there an other tool able to read a .log file ?
3) Is NI working on a better version for this tool ???
Thanks !  

Hi KaBooOoom.
Though this is getting off topic; the issue with NI-CAN priority inversion was resolved by using multiple CAN cards.  According to the developers at NI a two channel CAN card (I use the PXI-8464) has the same onboard embedded processor (386) and shared memory resources as a single channel card.  Though the series2 cards were redesigned to improve throughput there are still some issues such as accessing the drivers from multiple threads.
I used the trace execution toolkit to identify the problem, but had to use internal resources within the NI-CAN group to find a resolution.  Their proposal was to use multiple cards, and use only 1 channel on each.  Yes; this can be an expensive proposal; particularly if you have to get a larger chassis as was my case.  To get all of the cards working together "properly" (as their timebases are not sync'ed to RT); I had to use a pair of timers on a DAQ board which I happen to have in my system.  DAQmx was used to route a shared clock across the RTSI backplane and also act as a synchronized time source for a few timed loops that I use to service CAN.  You can PM me directly if you would like to discuss this further.
Thanks

Similar Messages

  • How to use Real time execution trace toolkit with Dual-core processor??

    hi there
    the situation as follows:
    i have a computer (PC and Laptop) types with Dual-core processors, and am trying to do simulation using Multi-core technology and based on different simulation scenarios...starting from sequantial processing,.......Piple lining processing strategy. so that i can differentiate the time delay between those types of processing based on (Using 1 processor then dual-core processor Computers)
    my question is: As i read through Ni's white papers i saw many notes refer to Real-time execution trace toolkit to investigate the (processing-time , etc) of multi-core processors in processing diffenent algorithms. My algorithms are to be run on 1 computer with dual-core processor BUT, not in real time environments, that is ( No hardware to be connected to my pc) only algorithms running on my pc....
    So, is it possible to use Real time execution trace toolkit  or anyother tools in LabVIEW to show processing-delays and/or anyother timing critical issues without using my application for  real- time hardware.???
    in other words: how to use Real time execution trace toolkit  in non-hardware and/or real-time scenarios???
    please help me in this.
    Any suggestion, comments, feedback.....is absolutely highly appreciated
    thanks a lot in advance
    Labview Lover

    Hey,
    The Realtime Execution Trace Toolkit only works for NI RT Targets.
    But you can use the Desktop Execution Trace Toolkit, just search for it under ni.com.
    Christian

  • Can the LabVIEW Desktop Execution Trace Toolkit (DETT) be used with LabVIEW 2013 64-bit

    I looked in Help and searched NI.com, but I haven't found a clear and definitive answer.
    (Is it just me, or does it seem odd that the NI.com forum spell checker flags "LabVIEW" and "NI.com"?)

    Hi Matt,
    Here is a document showing what toolkits/modules are supported with 64-bit LabVIEW - http://www.ni.com/white-paper/10383/en/.
    Desktop Execution Trace Toolkit does not support 64-bit LabVIEW (however it will work with 32-bit LabVIEW on a 64-bit system).
    Regards,
    Jeff Peacock 
    Product Support Engineer | LabVIEW R&D | National Instruments 

  • NI RT execution trace toolkit and firewall

    Hi,
    I tried launching the RT execution trace toolkit and been ask to add the NI service locator to the exclusion list of my computer's firewall.
    It appears that for LV 2010, the NI service locator is included within the SystemWebserver.exe located here:C:\Program Files\National Instruments\Shared\NI WebServer.
    I added the SystemWebserver.exe in the exclusion list of the firewall but i still get the message asking to add the NI service locator to the exclusion list of my computer's firewall.
    Any hint?
    I'm Using Labview 2010 under Win7.
    Regards,
    Guillaume

    Hi Guillaume,
    So you have both the NI System Web Server, and the Real-Time Execution Trace Toolkit listed in the 'Allowed programs and features' section of the Windows Firewall control panel? Are they allowed on all network types?
    If you ignore the firewall request, does the Real-Time Execution Trace Toolkit successfully connect to the target? If you turn off the firewall does the Real-Time Execution Trace Toolkit successfully connect at that time? Is your firewall managed by a group administrator?
    Kind regards,
    Fred V -- Product Support Engineer -- LabVIEW R&D -- National Instruments

  • Download execution trace toolkit

    Dear All,
    i want execution trace toolkit for labview8.2. Where i can get it.
    Regards
    Manasi

    I'm assuming you already did a search to find that you have to buy it?
    If you need an earlier version than what's available then you would need to contact your local NI sales office. I don't know the details of the license for the toolkit, but if it's like LabVIEW, then you can buy a license for the current version and install a previous version (assuming NI can provide it to you).

  • Did anyone used GnuMICR in check printing?

    Did anyone used GnuMICR.ttf freeware font in check printing? Please let me know your comments on this font. Do you know what is the best website that can provide commercial MICR font.

    I've got a client that's in production with it, it was acceptable to Bank of America. I'm working on another client and will be trying it shortly with JPMorgan Chase. Just order yourself a glardon guage online if you don't have one already from your bank, that'll help you place the MICR on the check template.
    Regards,
    Glen

  • Desktop Execution Trace Toolkit from project explorer

    Hello
    I could launch desktop execution trace toolkit from start menu. This is however not showing in shortcut menu when I right click my computer in project explorer. Anything I could do?
    Kind Regards

    Does it show up under tools/profile? Have you tried to reinstall DETT?
    =====================
    LabVIEW 2012

  • Execution system differs between VI properties and Execution Trace Toolkit

    I have a time critical acquisition VI whose execution system is set to "E/S d'instruments" (instrument IO). When I dump the execution trace in the execution trace toolkit it appears as "LabVIEW Thread [Standard]". Moreover there is a second line with the same thread name. Is this just a confusing bug or does it reflect a possible conflict in my program ?
    Thanks in advance.
    Gael.
    Additionnal information : I am working on FP-2015.

    Gael,
    I made my top-level VI run at normal priority in the "same as caller" execution system, and my subVI run at time critical priority in the "instr I/O" execution system. The trace (attached) showed correct behavior.
    There are a few things to try. First make a backup of your application. Try removing the storage management subVI assigned to "other 1". You should now have a top-level VI running at normal priority in the same as caller exec system and a subVI running at time-critical in the instr I/O exec system (same as my setup).
    If you still get the weird behavior, we might be able to isolate the behavior to a subVI you're calling inside the time-critical VI. Try removing one subVI at a time and collect a tra
    ce each time.
    Alternatively, you can start with my simply VIs and slowly add components from your application until you see the weird behavior.
    I should remark that when you assign a VI to run at time-critical priority, that VI gets its own thread, even if the VI is set to run in the "same as caller" execution system. So even if your time-critical VI is not adhering to its assigned execution system, it's still running in its own time-critical priority thread (shown as red in the trace tool).
    Attachments:
    topVI_sameascaller_subVI_intrIO_timecritical.bmp ‏2089 KB
    instr_io.vi ‏19 KB
    sub_instr_io.vi ‏20 KB

  • Desktop Execution Trace Toolkit: "unknown leak" from event "reference leak"

    Does anyone know what "unknown leak" means?  is it bad? Thanks. 

    So by asking more questions about my question, are you implying you don't know if it's harmless or not?  Yikes  
    Which "shipping" examples are you referring to?  
    Luckily, there aren't any errors when I'm using the VI.  The only strange behavior is that sometimes Labview will crash with 0xC0000005 if I hit stop and then I hit run again within a few seconds.  I guess sometimes labview needs to rest? 
    I'm using Labview 2013 and DAQmx 9.7.5.  Below are the software installed on this machine.  Thanks. 
    Spoiler (Highlight to read)
    Name Version
    Advanced Signal Processing Toolkit 13.0.0
    C Series Module Support 13.0.0
    Common 12.0.20.258
    Common 13.0.35.190
    Common 13.0.40.190
    Common 13.0.40.190
    Common (64-bit) 13.0.35.190
    Common (64-bit) 13.0.40.190
    Common (64-bit) 13.0.40.190
    CompactRIO 13.0.0
    Configuration Support 2.9.3
    Configuration Support 1.8.5
    Configuration Support 2.7.5
    Configuration Support 1.9.5
    Configuration Support 4.0.5
    Core 13.0.0.242
    Core 13.0.0.242
    Core 13.0.0.242
    CVI 13.0.0
    CVI AddOns LabWindows/CVI Shared AddOns
    CVI Run-Time 13.0.0.632
    Database Connectivity Toolkit 13.0.0
    DataSocket 13.0.35.242
    DataSocket 13.0.40.242
    DataSocket 13.0.45.242
    Design 13.0.35.242
    Design 13.0.40.242
    Design 13.0.45.242
    Design (64-bit) 13.0.35.242
    Design (64-bit) 13.0.40.242
    Design (64-bit) 13.0.45.242
    Development Support 2.9.3
    Development Support 1.8.5
    Development Support 2.7.5
    Development Support 1.9.5
    Development Support 4.0.5
    Digital Filter Design Toolkit 13.0.0
    DMM Soft Front Panel 3.1.0
    DotNET
    DotNET
    DotNET
    DotNET
    FGEN Soft Front Panel 2.7
    Gpib 13.0.35.159
    Gpib 13.0.40.159
    Gpib 13.0.45.159
    Gpib (64-bit) 13.0.35.159
    Gpib (64-bit) 13.0.40.159
    Gpib (64-bit) 13.0.45.159
    Image Processing and Machine Vision 13.0.0.49156
    Integration 13.0.35.242
    Integration 13.0.40.242
    Integration 13.0.45.238
    IVI Compliance Package 4.6
    LabVIEW 13.0.0
    LabVIEW Run-Time 2010 SP1 10.0.1
    LabVIEW Run-Time 2011 SP1 f2 11.0.1
    LabVIEW Run-Time 2012 SP1 f3 12.0.1
    LabVIEW Run-Time 2012 SP1 f3 (64-bit) 12.0.1
    LabVIEW Run-Time 2013 13.0.0
    LabVIEW Run-Time 8.5.1 8.5.1
    MathScript RT Module 13.0.0
    Measurement & Automation Explorer 5.5.0f0
    Measurement Studio Visual Studio 2005 Support - See individual versions below.
    Measurement Studio Visual Studio 2008 Support - See individual versions below.
    Measurement Studio Visual Studio 2010 Support - See individual versions below.
    Measurement Studio Visual Studio 2012 Support - See individual versions below.
    NationalInstruments.DAQmx 9.6.35.292
    NationalInstruments.DAQmx 9.6.40.292
    NationalInstruments.DAQmx 9.6.45.292
    NI FlexRIO 13.0.0f0
    NI I/O Trace 3.1.0f0
    NI Motion Assistant 13.0.0
    NI PXI Platform Services 3.2.3
    NI R Series Multifunction RIO 13.0.0
    NI Script Editor 1.3.4
    NI SignalExpress 7
    NI SoftMotion 13.0.0
    NI System Configuration 5.5.0f0
    NI TestStand 5.1
    NI Vision Run-Time 13.0.0
    NI-488.2 Software 3.1.1
    NI-DAQmx ADE Support 9.7.5
    NI-DAQmx Device Driver 9.7.5f1
    NI-DAQmx MAX Configuration 9.7.5
    NI-DCPower
    NI-DCPower Soft Front Panel 1.8.5
    NI-DMM 3.1.0
    NI-FGEN
    NI-HSDIO 1.9.5.0
    NI-HWS 1.5.1
    NI-IMAQ I/O 2.7.0
    NI-IMAQ Software 4.7.3
    NI-IMAQdx 4.2.0
    NI-Motion 8.5.0.3000
    NI-PAL Software 2.9.1
    NI-RFSA
    NI-RFSA Soft Front Panel 2.6.1
    NI-RFSA Soft Front Panel (Classic) 2.5.2
    NI-RFSG
    NI-RFSG Soft Front Panel 1.9.5
    NI-RIO 13.0.0
    NI-SCOPE
    NI-Serial Software 4.0.0
    NI-SWITCH 4.6.5f0
    NI-Sync 3.4.0
    NI-TClk 1.9.3
    NI-USI 2.0.1.5249
    NI-VISA 5.4
    NI-VISA Runtime 5.4
    NIvisaic.exe 5.4.0.49152
    NiVisaServer.exe 5.4.0.49152
    PID Control Toolkit 13.0.0
    PID Toolkit 2.1.0
    Profiler Toolkit 1.0.0
    Real-Time 13.0.0
    Report Generation Toolkit For Microsoft Office 13.0.0
    Run-Time 2.9.3
    Run-Time 1.8.5
    Run-Time 2.7.5
    Run-Time 1.9.5
    Run-Time 4.0.5
    SCOPE Soft Front Panel 4.0.5
    Services 13.0.0.49156
    Signal Processing Toolkit 7.0.2
    Soft Front Panel 4.6.5.49152
    SQL Toolkit 2.2.0
    System Identification Toolkit 2013
    Tdms 13.0.35.242
    Tdms 13.0.40.242
    Tdms 13.0.45.242
    Tdms (64-bit) 13.0.35.242
    Tdms (64-bit) 13.0.40.242
    Tdms (64-bit) 13.0.45.242
    UI 13.0.35.242
    UI 13.0.40.242
    UI 13.0.45.242
    UI (64-bit) 13.0.35.242
    UI (64-bit) 13.0.40.242
    UI (64-bit) 13.0.45.242
    UI.WebForms 13.0.35.242
    UI.WebForms 13.0.40.242
    UI.WebForms 13.0.45.242
    UI.WebForms (64-bit) 13.0.35.242
    UI.WebForms (64-bit) 13.0.40.242
    UI.WebForms (64-bit) 13.0.45.242
    Unit Test Framework Toolkit 13.0.0
    VI Analyzer Toolkit 13.0.0
    Visa 13.0.35.167
    Visa 13.0.40.167
    Visa 13.0.45.167
    Visa (64-bit) 13.0.35.167
    Visa (64-bit) 13.0.40.167
    Visa (64-Bit) 13.0.45.167
    Vision 13.0.20.101
    Vision 13.0.35.101
    Vision Builder AI 5.0.3
    Vision Development Module 13.0.0
    WPF.Controls 13.0.40.242
    WPF.Controls 13.0.45.242
    WPF.Controls (64-bit) 13.0.40.242
    WPF.Controls (64-bit) 13.0.45.242
    WPF.Controls.Design 13.0.40.242
    WPF.Controls.Design 13.0.45.242
    WPF.Controls.Design (64-bit) 13.0.40.242
    WPF.Controls.Design (64-bit) 13.0.45.242
    Name VersionAdvanced Signal Processing Toolkit 13.0.0C Series Module Support 13.0.0Common 12.0.20.258Common 13.0.35.190Common 13.0.40.190Common 13.0.40.190Common (64-bit) 13.0.35.190Common (64-bit) 13.0.40.190Common (64-bit) 13.0.40.190CompactRIO 13.0.0Configuration Support 2.9.3Configuration Support 1.8.5Configuration Support 2.7.5Configuration Support 1.9.5Configuration Support 4.0.5Core 13.0.0.242Core 13.0.0.242Core 13.0.0.242CVI 13.0.0CVI AddOns LabWindows/CVI Shared AddOnsCVI Run-Time 13.0.0.632Database Connectivity Toolkit 13.0.0DataSocket 13.0.35.242DataSocket 13.0.40.242DataSocket 13.0.45.242Design 13.0.35.242Design 13.0.40.242Design 13.0.45.242Design (64-bit) 13.0.35.242Design (64-bit) 13.0.40.242Design (64-bit) 13.0.45.242Development Support 2.9.3Development Support 1.8.5Development Support 2.7.5Development Support 1.9.5Development Support 4.0.5Digital Filter Design Toolkit 13.0.0DMM Soft Front Panel 3.1.0DotNET DotNET DotNET DotNET FGEN Soft Front Panel 2.7Gpib 13.0.35.159Gpib 13.0.40.159Gpib 13.0.45.159Gpib (64-bit) 13.0.35.159Gpib (64-bit) 13.0.40.159Gpib (64-bit) 13.0.45.159Image Processing and Machine Vision 13.0.0.49156Integration 13.0.35.242Integration 13.0.40.242Integration 13.0.45.238IVI Compliance Package 4.6LabVIEW 13.0.0LabVIEW Run-Time 2010 SP1 10.0.1LabVIEW Run-Time 2011 SP1 f2 11.0.1LabVIEW Run-Time 2012 SP1 f3 12.0.1LabVIEW Run-Time 2012 SP1 f3 (64-bit) 12.0.1LabVIEW Run-Time 2013 13.0.0LabVIEW Run-Time 8.5.1 8.5.1MathScript RT Module 13.0.0Measurement & Automation Explorer 5.5.0f0Measurement Studio Visual Studio 2005 Support - See individual versions below.Measurement Studio Visual Studio 2008 Support - See individual versions below.Measurement Studio Visual Studio 2010 Support - See individual versions below.Measurement Studio Visual Studio 2012 Support - See individual versions below.NationalInstruments.DAQmx 9.6.35.292NationalInstruments.DAQmx 9.6.40.292NationalInstruments.DAQmx 9.6.45.292NI FlexRIO 13.0.0f0NI I/O Trace 3.1.0f0NI Motion Assistant 13.0.0NI PXI Platform Services 3.2.3NI R Series Multifunction RIO 13.0.0NI Script Editor 1.3.4NI SignalExpress 7NI SoftMotion 13.0.0NI System Configuration 5.5.0f0NI TestStand 5.1NI Vision Run-Time 13.0.0NI-488.2 Software 3.1.1NI-DAQmx ADE Support 9.7.5NI-DAQmx Device Driver 9.7.5f1NI-DAQmx MAX Configuration 9.7.5NI-DCPower NI-DCPower Soft Front Panel 1.8.5NI-DMM 3.1.0NI-FGEN NI-HSDIO 1.9.5.0NI-HWS 1.5.1NI-IMAQ I/O 2.7.0NI-IMAQ Software 4.7.3NI-IMAQdx 4.2.0NI-Motion 8.5.0.3000NI-PAL Software 2.9.1NI-RFSA NI-RFSA Soft Front Panel 2.6.1NI-RFSA Soft Front Panel (Classic) 2.5.2NI-RFSG NI-RFSG Soft Front Panel 1.9.5NI-RIO 13.0.0NI-SCOPE NI-Serial Software 4.0.0NI-SWITCH 4.6.5f0NI-Sync 3.4.0NI-TClk 1.9.3NI-USI 2.0.1.5249NI-VISA 5.4NI-VISA Runtime 5.4NIvisaic.exe 5.4.0.49152NiVisaServer.exe 5.4.0.49152PID Control Toolkit 13.0.0PID Toolkit 2.1.0Profiler Toolkit 1.0.0Real-Time 13.0.0Report Generation Toolkit For Microsoft Office 13.0.0Run-Time 2.9.3Run-Time 1.8.5Run-Time 2.7.5Run-Time 1.9.5Run-Time 4.0.5SCOPE Soft Front Panel 4.0.5Services 13.0.0.49156Signal Processing Toolkit 7.0.2Soft Front Panel 4.6.5.49152SQL Toolkit 2.2.0System Identification Toolkit 2013Tdms 13.0.35.242Tdms 13.0.40.242Tdms 13.0.45.242Tdms (64-bit) 13.0.35.242Tdms (64-bit) 13.0.40.242Tdms (64-bit) 13.0.45.242UI 13.0.35.242UI 13.0.40.242UI 13.0.45.242UI (64-bit) 13.0.35.242UI (64-bit) 13.0.40.242UI (64-bit) 13.0.45.242UI.WebForms 13.0.35.242UI.WebForms 13.0.40.242UI.WebForms 13.0.45.242UI.WebForms (64-bit) 13.0.35.242UI.WebForms (64-bit) 13.0.40.242UI.WebForms (64-bit) 13.0.45.242Unit Test Framework Toolkit 13.0.0VI Analyzer Toolkit 13.0.0Visa 13.0.35.167Visa 13.0.40.167Visa 13.0.45.167Visa (64-bit) 13.0.35.167Visa (64-bit) 13.0.40.167Visa (64-Bit) 13.0.45.167Vision 13.0.20.101Vision 13.0.35.101Vision Builder AI 5.0.3Vision Development Module 13.0.0WPF.Controls 13.0.40.242WPF.Controls 13.0.45.242WPF.Controls (64-bit) 13.0.40.242WPF.Controls (64-bit) 13.0.45.242WPF.Controls.Design 13.0.40.242WPF.Controls.Design 13.0.45.242WPF.Controls.Design (64-bit) 13.0.40.242WPF.Controls.Design (64-bit) 13.0.45.242

  • Desktop Execution Trace Toolkit "Rules"

    Sorry about the vague subject.
    I've got a memory leak and naturally wish to use DETT to resolve the issue.  However, I continue to receive VI Server is not on or something like that.  I've got 2011 SP1, 2014 32-BIt, and 2014 64-bit installed on my dev machine.  The application I wish to remote DETT is a 2011 app.  When I try to use DETT for localhost, it apparently only "works" for both 2014.  But when running 2011 Dev, it can't find it.  All VI Server setup has been properly done, I can assure you.  I tested against my development because I can't seem to use DETT to remote.  My question: Does DETT have version restrictions?  Do I need to have 2014 RTE running on the remote machine in order to access VI Server?  Or do I need to be using a "2011" version of DETT to accomplish what I wish to do?  Basically, am I seeing version issues?  Or what issue could I possibly be seeing?  I saw an earlier thread for 2011 and the guy mentioned something for DETT that I don't see as an option anymore.  So to me, I think that clearly means that there is a distinct difference between 2011 and 2014 DETT.
    Remember, code does exactly what you tell it.

    For the Project Target (right click My Computer -> Properties) - did you set the options up there to allow TCP/IP VI Server access and set up the machine access list? 
    I seem to remember older versions of the DETT being a pain to set up and had lots of problems trying to get it working with my application - it was always some VI Server setting/configuration somewhere! It's very confusing when you have LabVIEW settings, Project settings and also the settings in your executable INI file!!
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • NI LabVIEW Desktop Execution Trace Toolkit 2010

    Does anyone know where I can download the trial for the 2010 version rather than the 2011?
    Many thanks
    Griogair

    From the services resource center. DETT
    =====================
    LabVIEW 2012

  • How can I extract the data from a Real-time Execution Trace ".log" file?

    I would like to get the data for the traces from the Real-time Execution Trace toolkit ".log" file to read in Excel and generate a report.

    Hi Chuck,
    Have you tried reading it into a text or binary file first and then generating a report using the Report Generation VIs?
    Ipshita C.
    National Instruments
    Applications Engineer

  • Execution trace won't transfer trace to host

    I am trying to get the execution trace toolkit to work on my system for the first time.  I am using a PXI-8196 realtime controller.  I have put a TraqceTool Start on my block diagram for the real time system as well as a TraceTool Stop Trace and Send.  I have the Execution Trace Tool running on the host computer.  When the real time code gets to the TraceTool Stop Trace and Send vi it gets stuck and eventually gives the error "Error 56 occured at TCP Open Connection in TraceTool Stop Trace And Send.vi->test_main_delete.vi.  Possible reason: The network operation exceeded the user-specified or system time limit.".  I am using the company network in which the IP address is set up to obtain an IP address automatically but, I have gone to a command window on the host machine, typed in ipconfig and taken the IP address that specifies and have attached that IP Address to theTrace Host Network Address connection on the TraceTool Stop Trace and Send vi.  I'm guessing it has to do with the IP address I have inserted but, I can't figure out any other way to talk over the network to the host machine.  Any ideas??

    Hello,
    The IP address returned by ipconfig should be perfectly valid for the Stop Trace and Send VI, so long as you don't restart your host PC or obtain a new IP for the host.  One thing to verify as well is whether you have multiple internet adapters (for example, an ethernet port and a wireless card), since each of these will have separate IP addresses.  Additionally, this VI will attempt to communicate with your PC over a particular port, if you have a firewall enabled, this port is likely being blocked.  Try running it with your firewall disabled.
    If all else fails, you always have the option to save the trace log file locally on the RT target and retrieve it later via a standard FTP connection.  To do this, use the Stop Trace and Save VI instead. Give these a try and let me know how it goes.
    Cheers,
    Matt Pollock
    National Instruments

  • Anyone used hughesnet to download iOS 5 to iPad2.  How long did it take?  Any problems?

    Anyone used highesnet to download iOS 5 to iPad2?  How long did it take?  Any problems?

    The one time I had to send my iPod in for repair, it was back in my hands seven days later. I don't think you should call and gripe. I think you should call and politely ask for an update.
    Best of luck.

  • Did anyone else notice the new Iain Banks Audiobook Use of Weapons appear and then quickly disappear from the store a few days ago, or did I imagine the whole thing?

    Did anyone else notice the new Iain Banks Audiobook 'Use of Weapons' appear and then quickly disappear from the store a few days ago, or did I imagine the whole thing?

    Did anyone else notice the new Iain Banks Audiobook 'Use of Weapons' appear and then quickly disappear from the store a few days ago, or did I imagine the whole thing?

Maybe you are looking for