02-21-2006 06:02 PM
02-22-2006 08:49 AM - edited 02-22-2006 08:49 AM
HI vr6Fidelity-
Dennis' suggestion to simply install Traditional NI-DAQ (Legacy) should solve your problems. To update his link, version 7.4.1 (the version required for LabVIEW 8.0) is available here. The device drivers are not installed automatically with LabVIEW because if they did then the installation footprint on every machine would be huge and it would take 10 CDs for the LabVIEW installation and most users wouldn't be too happy about that.
We appreciate the help from all of our loyal external volunteers on the forums, and at least one person from NI reads and answers (if necessary) all support questions posted to the forums. Are there any other threads/questions I can help with? It seems in the past that you have always gotten answers to your questions on the forums, but if there was a lapse I would like to help out.
Thanks-
Message Edited by Tom W [DE] on 02-22-2006 08:51 AM
02-23-2006 09:37 AM
Thanks Tom W. Whoever you are. I do like the forums, fast answers that are way better than NI on the phone.
Question: Could somebody point me to a VI that contains only LV8 vi's that reads signals from a daq card, writes the data to an excel spreadsheet with headers, and displays it on the front panel as a multiple trace chart or graph?
02-23-2006 10:30 AM
|
02-23-2006 10:32 AM
Try taking the period off the end of the link.
-D
02-23-2006 10:48 AM
02-23-2006 11:43 AM
Hi Vr6-
To expand on Dennis' response, you have options of examples in LabVIEW once you install the appropriate driver (either Traditional (Legacy) NI-DAQ or NI-DAQmx). Since it seems you are more familiar or have at least used Traditional NI-DAQ in the past you might want to check the example "Cont Acq to Spreadsheet File.vi" under Hardware Input and Output>>Traditional DAQ>>Analog Input>>Stream to Disk.
A similar example for NI-DAQmx exists under Hardware Input and Output>>DAQmx>>Analog Measurements>>Voltage>>Cont Acq&Graph Voltage-To File(Binary).vi. I remember from your previous posts that you aren't familiar with working with binary files, but if you want to look at this example and the method to decode the binary file (Graph Acquired Binary Data.vi from the same directory) it may be a good starting point to update your application to NI-DAQmx. Both of these examples are found in the NI Example Finder under Help>>Find Examples.
Hopefully this helps-
02-23-2006 12:05 PM
This note is probably a day late and a dollar short but here goes...
If the previous version of the code was saved with
Save with Options >>> Application Distribution
02-23-2006 01:18 PM
02-23-2006 01:29 PM