NI DAQ software

Can NI DAQ  software  extract data from an instrument which is not from National Instruments? NI-DAQ came free with the DAQ 6020E device that i purchased but can i use it to extract data from a Radioshack multimeter, which has a serial port to connect RS232 cable.

As Dennis mentioned in his first post, in LabVIEW, there are a number of great examples programs already available. There are examples of serial communication and VISA communication. I would suggest looking through a few of these to see if they meet your desired functionality. They can also be easily modified to address any concerns or specific requirements your application has. VISA is a higher level driver provided by National Instruments that allows you to use the same basic functions to communicate with your hardware no matter what communication protocol is being used. Should you change instruments, the program would still be functional. The commands you use to write and read with Serial and VISA are device specific.
You can find these examples in LabVIEW by navigating to the Help Menu>> Find Examples>> expanding the Hardware Input and Output folder>> and then looking in the Serial and VISA files. When you click on an example VI, a brief description will appear in the Information box to the right of the Example Finder.
Regards, Mallori
Mallori M
National Instruments
Global Customer Education Program Mananger
Calculate the time you will save with NI Training

Similar Messages

  • How to design DAQ software for DYNON's ELAB-080 DAQ module in Labview?

    We are using DYNON's ELAB-080 DAQ module. How to develope the DAQ software for the same using your Labview7.0.?

    Dear Ajay,
    National Instruments doesn't have any drivers for devices that they don't make. The best solution is to get a National Instruments board. However, if that's not an option, a lot of companies have drivers for LabVIEW that they created. Contact DYNON to see if a driver for your module exists. If there isn't a driver, you can always use LabVIEW (Call Library Function Node.vi) to make calls to the driver DLL. Have a great day!
    Sincerely,
    Marni S.

  • I am using the PCI-6110E/​6111E with the NI-DAQ software version6.7​.Is there a way to record at the same time analog and digital channels?I​f,ye

    s can I have timestamps for each sample?I mean,is there a notion of time information on this board?Finally,is there a way to know ,in the double buffer's case,the number of samples in the halfbuffer which is not full if the acquisition stops by a trigger?.I am using the PCI-6110E/6111E with the NI-DAQ software version6.7.Is there a way to record at the same time analog and digital channels?If,yes can I have timestamps for each sample?I mean,is there a notion of time information on this board?Finally,is there a way to know ,in the double buffer's case,the number of samples in the halfbuffer which is not full if the acquisition
    stops by a trigger?.
    Thank you for your interest in advance

    s can I have timestamps for each sample?I mean,is there a notion of time information on this board?Finally,is there a way to know ,in the double buffer's case,the number of samples in the halfbuffer which is not full if the acquisition stops by a trigger?.PALE wrote:
    >
    > I am using the PCI-6110E/6111E with the NI-DAQ software version6.7.Is
    > there a way to record at the same time analog and digital
    > channels?If,yes can I have timestamps for each sample?I mean,is there
    > a notion of time information on this board?Finally,is there a way to
    > know ,in the double buffer's case,the number of samples in the
    > halfbuffer which is not full if the acquisition stops by a trigger?.
    Start by looking around the examples that ship with LabVIEW (if you are
    using LabVIEW).
    Also look around zone.ni.com for general data acquisition information &
    examples. A good site.
    Mark

  • Possibilities of using Labview for executable DAQ software, PIC programming, etc

    We have multiply issues here.  We need to create a data logging and real time viewer for a custom Dynamometer build in which we need to bring in approx 12 sensor inputs through a DAQ card and plot their performance in a software package in house. This would likely not need to be wrote as an executable but would be nice for future expansion of business model.  This system would need to operated in closed loop where sensor data inputs will relate to a programmed output.  In a nutshell, we want to create automatic load sweeps for engines where we need to monitor rpm and such while outputting control to a load valve.  
    In another application, we need to create very simple executable software systems to edit variables wrote to a PIC.  I am hoping that Labview has the ability to output and program as needed as well as create the software in an executable for our customers to use with our products.  
    We have a good friend running LV 8 so really only plugged around with it a bit but would likely use their seat in the short term for our DAQ and programming software needs. That is of course if it can do all of that.  I would also like to askhow intuitive this program is?  I am rather concerned I will need another degree just to run it.  Learning Catia was NOT an over night deal.  I am hoping the learning curve for LV is better...

    asdfs,
    LabVIEW is certainly capable of doing what you are trying to do -- acquiring, processing and outputting data is what LabVIEW was created for.
    With regards to how easy LabVIEW is to learn it really depends on your background and knowledge.  If you've never programmed before the learning curve is obviously longer since you have to not only learn the LabVIEW tool, but also how to think in computer programming terms.  I would say that you can become productive with LabVIEW much faster than with other programming languages.
    If you're already familiar with basic programming (things like loops, arrays and boolean logic) then LabVIEW will be much quicker to pick up. 
    Feel free to get in touch with someone from NI directly -- they can help you figure out if LabVIEW will be right for your needs technically and be able to meet your expectations with regards to how much effort you will need to put in.  If learning LabVIEW isn't for you they can also recommend people in your area with the appropriate expertise if getting someone else to the work is an option for you.
    Contact NI 
    You might also attend a free LabVIEW Hands On session given by your local field engineer - this would give you chance to get your hands on LabVIEW, go through some intro exercises and ask questions to an experienced user.  After 3 hours you'll know if LabVIEW will be right for your application.
    Check for seminars in your area 
    Regards,
    SimonH 

  • LabVIEW DAQ Software???????

    I am using LabVIEW version 7.1 with a National Instruments PCI-6713 12bit.
    I am not at all familiar with the LabVIEW program.
    Can anybody please provide a (simple) voltage data acquisition software?
    It will be used to obtain data from some brand new Kistler pressure sensors for a Research Project.
    One or two channel does not matter - if one I will use one pressure sensor at a time.
    Grateful for any assistance; ofcourse recognition will be possible in any acknowledgements and/or publications if desired...

    duplicate post
    Cory K

  • DAQ software, no hardware

    Looking for method to not execute DAQ stuff when no hardware...
    If I can execute "Get DAQ Device Information" on a system with no DAQ devices, then I can use that flag to
    say:  don't execute any of my DAQ routines. (NICE)...
    The next question would be, can I install an executeable that has DAQ code in it without any complaints during the install
     and without any complaints(or errors) during execution?

    RayBot,
    yes you can install and run an executeable without hardware. You need to avoid any call to the DAQmx or TDAQ. You need to install the drivers as well with your application because it maybe will link to some DAQmx or TDAQ dlls. At least the call to "Get DAQ Device Information" needs the drivers.
    Most of our apps are running on machines without any hardware here on our development systems.
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • USB-6009 DAQ

    Hi;
    Would you please advise which NI-DAQ software version is for USB-6009 using LabVIEW 7.1?
    Regards

    Hi;
    I have downloaded NI DAQ MX 8.9 which is supports LabVIEW 7.1, but it can not detect the NI USB-6009 driver and still asking for the driver.
    Can anyone help please?
    Regards

  • I have LabView but I do not have the Calibration and Configuration Palette,and I could not download it, how can I download it or if i cannot,can I work with the NI-DAQ Calibration_1200?

    I have read in a tutorial for the board 1200 that I can calibrate it with the Calibration and Configuration Palette in LabVIEW, but I do not have them and I could not download it to access its libraries, so I can only download the NI-DAQ software,What's my best choice and if it is to download the palette with its libraries, how can download it with them?I'd appreciate your answers

    If you wish to use your 1200 device in LabVIEW, you must download and install NI-DAQ. When you install NI-DAQ, it will ask you if you would like to install support for LabVIEW. By installing this support, you will then have access to the DAQ pallette in LabVIEW. The DAQ pallette requires that you have NI-DAQ installed.
    For more information on installing and using your device, you can refer to the DAQ Quick Start Guide. You can download it from:
    http://digital.ni.com/manuals.nsf/14807683e3b2dd8f8625677b006643f0/0eca53fe80911b1f862568560068295d
    Regards,
    Erin

  • Help please: DAQWare or data logging software (multichannel data capture) questions

    I am writing regarding DAQWare, data logging software, and the PC-LPM-16
    board, which a group of us a trying to come to grips with. This is rather
    lengthy, I'm afraid...
    We are a group of college students in a computer programmer/analyst
    program. We have a course that involves doing a project to go through the
    software development lifecycle (or as much of it as can be done in a term).
    For our project we teamed up with a group in the industrial hygiene
    program; they have a computer (standalone) with a PC-LPM-16 (PnP) DAQ board
    and the NI-DAQ software (all of this has been around for a few years, but
    has not been used much), and our goal was to capture the data they are
    measuring (atmospheric pollutants) to an Microsoft Access database.
    We are not familiar with DAQ systems, but were shown the software they had
    installed. This included DAQWare (appears to be version 2.0). We thought
    we could use DAQWare to log data to a text file, which we then would import
    into the Access database. We came up with VBA code to parse the ASCII text
    file created, but have run into one problem: DAQWare does not timestamp
    each sample, but only puts a single timestamp in the header information.
    Now we could extrapolate the time for each line based on the sample rate,
    except that sometimes it seems to put in 8 values per sample, sometimes 12
    values. For instance, in the sample of a text file below, the capture was
    run for 1 minute at a sample rate of 60, and there were 480 measurements in
    the file, or 8 lines of measurements per sample. (At a sample rate of 100,
    we got 800 measurements in the file etc.) This was two weeks ago. Today,
    we returned to capture more data, and DAQWare was logging 12 measurements
    per sample (so at a sample rate of 100, we ended up with 1200 lines of
    measurements). We do not know where this factor of 8 or 12 is coming from
    or how it got changed in the two weeks between captures. We would like to
    be able to have them just run DAQWare, for days on end if they wanted,
    capture the data to file, then use our code to parse the text file into the
    database, but if we cannot put timestamps on the readings, there seems no
    point.
    *** Example of a capture below... ***
    DAQWare File
    Version: 2.0
    Number of Lines in Header: 10
    Comment:
    Date: 10-18-1999 Time: 10:01:39
    Sample Rate: 60.0
    Scan Rate: 0.0
    File Format: 1
    Samples per Channel: 480.0
    Number of Channels: 5
    O3 SO2 NOX NO2 NO
    4 3 2 1 0
    1 1 1 1 1
    0.537 0.276 0.259 -0.017 0.015
    0.537 0.273 0.261 -0.022 0.012
    0.537 0.276 0.259 -0.037 0.012
    0.537 0.276 0.264 -0.007 0.015
    *** and so on... ***
    Regarding this attempt to use DAQWare:
    1. Can you tell us where this factor (8 or 12 or however many more readings
    than we would expect) means, where it is read from or set?
    2. Is there an updated version of DAQWare that we should download that
    would be better?
    3. Is there some other existing software that we can download to use to
    perform basic logging of multichannel analog input to a text file (with
    timestamp)?
    I realise that the software comes with tools (DLL functions) that one can
    use to create custom software to interface with the DAQ board, but in the
    limited amount of time we have we are not sure we can learn enough about
    these functions to write our own datalogging software.
    However, to see if I could grasp the basics, I have looked through the
    examples for Visual Basic and think that a program would run something like
    this:
    1. at the beginning, use LPM16_Calibrate to reset the board
    2. configure acquisition with DAQ_Config
    3. start acquisition with Lab_ISCAN_Start
    4. loop to check is acquisition done with Lab_ISCAN_Check
    5. once sampling done, write data out to file
    6. loop back up to 3 to get next lot of samples
    Unfortunately, a sample app using Access and VBA I created came back with
    an error telling me it could not find nidaq.dll (even though this is in the
    Windows system directory); probably it is not a good idea to try to do this
    in Access in the first place. I am going to have a go using Delphi, which
    I know a bit better.
    One thing I am unsure of is what the numbers will be coming out of
    Lab_ISCAN; the reference file seems to indicate they will be binary
    readings, not voltages, and I wonder how to correlate these with instrument
    measurements (the instrumentation people we going to set it up so that
    1mV=1ppm).
    Any help you can give to point us in the right direction would be
    appreciated.
    Sincerely, Marc Bell ([email protected])

    I am writing regarding DAQWare, data logging software, and the PC-LPM-16
    board, which a group of us a trying to come to grips with. This is rather
    lengthy, I'm afraid...
    We are a group of college students in a computer programmer/analyst
    program. We have a course that involves doing a project to go through the
    software development lifecycle (or as much of it as can be done in a term).
    For our project we teamed up with a group in the industrial hygiene
    program; they have a computer (standalone) with a PC-LPM-16 (PnP) DAQ board
    and the NI-DAQ software (all of this has been around for a few years, but
    has not been used much), and our goal was to capture the data they are
    measuring (atmospheric pollutants) to an Microsoft Access database.
    We are not familiar with DAQ systems, but were shown the software they had
    installed. This included DAQWare (appears to be version 2.0). We thought
    we could use DAQWare to log data to a text file, which we then would import
    into the Access database. We came up with VBA code to parse the ASCII text
    file created, but have run into one problem: DAQWare does not timestamp
    each sample, but only puts a single timestamp in the header information.
    Now we could extrapolate the time for each line based on the sample rate,
    except that sometimes it seems to put in 8 values per sample, sometimes 12
    values. For instance, in the sample of a text file below, the capture was
    run for 1 minute at a sample rate of 60, and there were 480 measurements in
    the file, or 8 lines of measurements per sample. (At a sample rate of 100,
    we got 800 measurements in the file etc.) This was two weeks ago. Today,
    we returned to capture more data, and DAQWare was logging 12 measurements
    per sample (so at a sample rate of 100, we ended up with 1200 lines of
    measurements). We do not know where this factor of 8 or 12 is coming from
    or how it got changed in the two weeks between captures. We would like to
    be able to have them just run DAQWare, for days on end if they wanted,
    capture the data to file, then use our code to parse the text file into the
    database, but if we cannot put timestamps on the readings, there seems no
    point.
    *** Example of a capture below... ***
    DAQWare File
    Version: 2.0
    Number of Lines in Header: 10
    Comment:
    Date: 10-18-1999 Time: 10:01:39
    Sample Rate: 60.0
    Scan Rate: 0.0
    File Format: 1
    Samples per Channel: 480.0
    Number of Channels: 5
    O3 SO2 NOX NO2 NO
    4 3 2 1 0
    1 1 1 1 1
    0.537 0.276 0.259 -0.017 0.015
    0.537 0.273 0.261 -0.022 0.012
    0.537 0.276 0.259 -0.037 0.012
    0.537 0.276 0.264 -0.007 0.015
    *** and so on... ***
    Regarding this attempt to use DAQWare:
    1. Can you tell us where this factor (8 or 12 or however many more readings
    than we would expect) means, where it is read from or set?
    2. Is there an updated version of DAQWare that we should download that
    would be better?
    3. Is there some other existing software that we can download to use to
    perform basic logging of multichannel analog input to a text file (with
    timestamp)?
    I realise that the software comes with tools (DLL functions) that one can
    use to create custom software to interface with the DAQ board, but in the
    limited amount of time we have we are not sure we can learn enough about
    these functions to write our own datalogging software.
    However, to see if I could grasp the basics, I have looked through the
    examples for Visual Basic and think that a program would run something like
    this:
    1. at the beginning, use LPM16_Calibrate to reset the board
    2. configure acquisition with DAQ_Config
    3. start acquisition with Lab_ISCAN_Start
    4. loop to check is acquisition done with Lab_ISCAN_Check
    5. once sampling done, write data out to file
    6. loop back up to 3 to get next lot of samples
    Unfortunately, a sample app using Access and VBA I created came back with
    an error telling me it could not find nidaq.dll (even though this is in the
    Windows system directory); probably it is not a good idea to try to do this
    in Access in the first place. I am going to have a go using Delphi, which
    I know a bit better.
    One thing I am unsure of is what the numbers will be coming out of
    Lab_ISCAN; the reference file seems to indicate they will be binary
    readings, not voltages, and I wonder how to correlate these with instrument
    measurements (the instrumentation people we going to set it up so that
    1mV=1ppm).
    Any help you can give to point us in the right direction would be
    appreciated.
    Sincerely, Marc Bell ([email protected])

  • DAQ inoperative/unreliable

    Using LV 7.0 to address a DAQCard 1200, I'm getting oddball results. First, when LV 7 was installed off the LV 7 CD (Prof Dev Suite-May 2003), there were no DAQ VI's at all. When I copied them from LV 6.1, in a folder in vi.lib called DAQ, they seemed to work, but I had to point the call library function to the correct lvdaq.dll location. Then, when I tried the DAQ assistant, it told me that the DAQ software was not installed correctly (duh) and to install it from the Driver CD. I, apparently, don't have that CD in my collection.
    Other weird stuff:
    -CPU usage, when DAQ is operating (in traditional mode), is 100%.
    -MAX 3.0 sometimes shows DAQmx functionality, sometimes not. What is with that???
    -Why was there no DAQ functionality in a Pr
    ofessional Development System--a glaring omission.
    -the DAQCard 1200 is now considered legacy hardware and NI-DAQ 7.1 will not support it (all 600MB of it), so I can't install it. Is there an upgrade path, exclusive of starting over?
    -What good is DAQmx over "traditional" DAQ, other than another arbitrary layer of hardware abstraction?
    This has my development stopped dead so the sooner I can resolve this the better.

    You raised several legitimate concerns in your message, and I will attempt to explain as many of them as I can.
    I would suspect that the problems you were observing were due to the fact that the NI-DAQ driver was not reinstalled after upgrading LabVIEW. The way things are packaged, the driver CD includes the correctly versioned VIs for each supported version of LabVIEW, rather than the other way around. Reinstalling NI-DAQ should resolve the problem.
    Many things could have caused CPU usage to be 100%. What were you doing at the time you saw this happening?
    MAX may only be showing mx functionality when a DAQmx device is present in the system.
    In order to use your PCI-1200, you should uninstall any version of NI-DAQ and obtain and install version 6.9.3. The following instructions best explain how to use your board with LabVIEW versions 7.x:
    http://digital.ni.com/public.nsf/websearch/F185E098C7EC5A3486256D2E00691BB2?OpenDocument
    The DAQmx API is a replacement for the API now referred to as 'Traditional DAQ'. DAQmx streamlines application development by providing a more intuitive API. Applications written in the Traditional DAQ API can continue to be used directly on hardware supported by the traditional daq driver.

  • How to realize Soft SPS in parallel to DAQ ?

    Problem: To control Robots in prallel with a running DAQ.
    Suggestion: Create a Soft Control (Profi Bus or alike) and an DAQ Software as a LabVIEW Applikation
    Question: Is this possible to realize or not ?

    If your question is whether you can control something at the same time you are doing data acquisition, the answer is: Absolutely!
    The bigger question is what the control interface looks like. Are you talking a serial connection, some sort of fieldbus? If you need to use something like Profibus, the trick will be finding a controller that you can talk to with LV. Check with NI.
    Do you have any more details of the application?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • DAQ functions no longer available - used to be

    ver 5 for daq and version 5.1 lab view. I updated the daq to ver 5.f?? and things went bad. the nidaq config test shows everthing is fine and I can acquire a sine wave just fine. Lab view works fine also - however, the controls toolbar is smaller and doesnt have any daq functions on it ????? no matter what I install or reinstall the results are the same. This is for a tiny company that doesnt want to buy all new stuff. help - thanks
    richard

    First, you must uninstall NI-Daq software, either the version 5 and version 5.x software.
    When you try to reinstall version 5.f, pay careful attention to the way it loads.
    There are two things at work here. The NI-DAQ software loads itself, but it also loads the DAQ VI's into your version of LabVIEW so that LabVIEW can access the NI-DAQ drivers. If this part of the installation isn't ocurring, you'll see exactly what is happening with your system.
    Mark

  • Labview NI DAQ application with no daq hardware

    1)LabVIEW 6i & NI DAQ with PCI 6023 E cardupport required for Application installation with no hardware and NI DAQ software drivers on target system.
    Hello
    I have prepared an installation application with
    LabVIEW 6i and NI DAQ built-in functions with PCI
    6023 E card.
    I install this application on a system, which does
    not have NI-DAQ driver software and PCI 6023 E
    card hardware,and then I try to excute Application,
    it starts up, but with the Error Messages stating
    that it requires/ does not find DAQ functional vis
    and drivers.
    I wish to install my application and excute it
    without getting the Error messages and must be able
    to do the other tasks with the applic
    ation created
    for. And I dont want to install NI-DAQ software and
    Hardware.
    Guide me on this, with any possible ways.
    Thanking in advance.
    SN.

    LVDEV wrote:
    >
    > 1)LabVIEW 6i & NI DAQ with PCI 6023 E cardupport required for
    > Application installation with no hardware and NI DAQ software drivers
    > on target system.
    >
    > Hello
    > I have prepared an installation application with
    > LabVIEW 6i and NI DAQ built-in functions with PCI
    > 6023 E card.
    > I install this application on a system, which does
    > not have NI-DAQ driver software and PCI 6023 E
    > card hardware,and then I try to excute Application,
    > it starts up, but with the Error Messages stating
    > that it requires/ does not find DAQ functional vis
    > and drivers.
    >
    > I wish to install my application and excute it
    > without getting the Error messages and must be able
    > to do the other tasks with the application cre
    ated
    > for. And I dont want to install NI-DAQ software and
    > Hardware.
    Here is one approach: save a copy of each VI that calls a DAQ function.
    Save the copy with the same name in a different folder called Dummy.
    ENSURE you check the box "save without updating callers".
    In that Dummy folder, edit the VIs to remove DAQ calls & return fake
    values: zero, 5 VM, random values, whatever is appropriate.
    Now preload all the dummy VIs, load up your main applicaiton, and you
    will have an application that runs without DAQ.
    Make an executable & install it.
    This is a useful trick that predates dynamic loading, & you need not
    rewrite your VIs to use dynamic loading.
    You'll get up & running quicker.
    (In the long run, you would need to write these dummy VIs anyway for
    dynamic loading.)
    Mark

  • Traditional DAQ support in LabVIEW 2010?

    Hello,
    Been researching this a while and I must admit, I am quite confused. I am trying to run a program written in LV 7.1 using traditional DAQ vi's in LV 2010. I think what I need are traditional DAQ drivers, but I cannot find the correct drivers. Plus I'm unsure if I will run into compatability issues. If someone could point me in the right direction I would very much appreciate it!
    Old machine:
    PCI 6040E
    LV 7.1
    Win XP
    New Machine:
    PXI 6251
    LV 2010
    Win 7
    Thanks
    Solved!
    Go to Solution.

    Dirk H. wrote:
    ...  Finally, due to errors, I was forced to LabVIEW 2010.
    What errors?
    Finally, due to errors, I was forced to LabVIEW 2010.  Now I'm looking for the traditional DAQ(to minimize my work) for the old software.
    LabVIEW 2010 would require Traditional DAQ 7.4.4. http://digital.ni.com/public.nsf/allkb/F4E76EC05118F72D8625773000672298
    Dirk H. wrote:
    I have a PCI-6503 and a PCI-MIO-16E-4(along with a PCI-GPIB board).  ...  Am I forced to upgrade any or both of the DAQ cards?  All of the cards appear to be installed successfully by viewing them in Measurement and Automation.
    This page lists the required DAQ software for each device: http://zone.ni.com/devzone/cda/tut/p/id/6910. That page indicates both of your devices are supported by Traditional DAQ 7.4.4.

  • Labview 5.1 and ni-daq 6.9.1 acquisition problem

    Hi all,
    I have a DAQ acquisition system with the two software versions above specified. I am trying to acquire a sinusoidal wave of 240Hz and 5V amplitude.
    These are the steps I have followed as advised in the manual.
    1) Function generator outputs a sine wave of 240Hz and 5V pk-pk
    2) I have wired the signal to the breakout board for a differential measurement on channel 0: + on ACH0 (pin68) and - on ACH9 (pin34)
    3) As acquisition parameters I set sampling rate = 200*240 = 48000Hz and data points 200*4 = 800 in order to capture 4 whole periods with 200 data points each
    4) I set Device 1 and Channel 0
    From labview I can just see a constant line at 10v then using the test channel from ni-daq software I can see that the input to the acquisition card is a step value which jumps between 0v and 10v, but no sinusoidal behaviour at all.
    The labview project VI works correctly with other acquisitions (temperature measurements) so I can say it's not the problem.
    I don't really know what other parameter I could change. Anyone has an idea of what is the problem or how I can diagnose if the acquisition card/breakout board has any hardware issue?
    Thanks in advance!

    You can look for the file here .........program files\National Instruments\MAX\NIMax.exe
    And yes Labview has been updated a lot since Labview 5.x But those updates are nor free
    Message Edited by Coq Rouge on 04-15-2010 05:05 PM
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

Maybe you are looking for