1 Analog Input using a DAQ card and would like to save the data into an excel file

As you may have realized, I am very new at using Labview 6.1. I have an analog voltage input that I would like to save in an Excel file as a 2D array (time, voltage). I was wondering if anyone knew a very simple way of doing this and could help me out. Thanks

There are a couple example program online and in LabVIEW that I think you’ll find useful. You might want to consider just writing out a tab-delimited spreadsheet file that Excel can read rather than writing it out to Excel directly as this requires learning ActiveX and Microsoft’s Common Object Model.
In LabVIEW, see the Write to Text File.vi in C:\Program Files\National Instruments\LabVIEW 7.1\examples\file\smplfile.llb. Writes simulated, timestamped data to a text file in ASCII format that can be read by spreadsheet applications.
Online, you can look at:
Stream Scaled Data (Voltages) to a Spreadsheet File
Chart Analog Data from File, Using the Cont Acq to Spreadsheet.vi Example
Hope this helps. Best of luck!
Kileen

Similar Messages

Maybe you are looking for

  • Run a report in Form10g using Application Server

    I Installed Oracle Developer Suite and Oracle Business Intelligence Tools 10g (10.1.2.02). I create a report City.jsp in Report Builder 10g. I create a report object in Form10g. In dialog box I select use exiting file and browse the file CITY.JSP. se

  • How to post message (or Notify)  a frame?

    Hi I would like to know about how to notify a frame of some event? Say I would like to do the following. On clicking buttonA 1. disable some other buttonB. 2. Perform some lengthy operation in multiple other threads and post message saying operation

  • Table capturing info regarding PR00 Changes

    hi all, my client wants a report which shows the Change in Basic Price PR00 for a period and user(who have changed). how this can be achieved... is there any standard table which captures these info.. please guide.. thank u.. pearl.

  • Dialog popup promting user to accept one of the options

    I have a VI consisting of three sub VI's which perform the same application. I would like the program to pop up a dialog box asking the user which subvi he would like to proceed with. The program should lead to the appropriate sub vi and continue upo

  • Dynamic Screen Problem

    Hi, I've created a cl_gui_container at the outter screen's initialization.Later I want to add some something like a box into this container area, and build the content of this box dynamicly,eg (add several box and label on it) ,how can I do it, Thank