03-09-2006 11:40 AM
03-09-2006 11:44 AM
03-09-2006 11:45 AM
03-11-2006 12:12 AM
03-13-2006
02:11 PM
- last edited on
11-16-2025
07:19 PM
by
Content Cleaner
Hi Kahless,
I will assume that you are using the USB-9211A, which is for use with Windows. There are several ways to program the data acquisition. The first is to create a DAQmx Task in Measurement & Automation Explorer (MAX). You can set up all the timing and configuration in MAX, then read from this task in LabVIEW.
You could also use the DAQ Assistant in LabVIEW (located in the Express Palette under Input). When you drop the DAQ Assistant on the block diagram, the DAQ Assistant will walk you through setting up the acquisition. Another option is to use the DAQmx VIs to program your application. There are several helpful examples to get you started (Help>Find Examples). I suggest looking at the example at "C:\Program Files\National Instruments\LabVIEW 7.1\examples\DAQmx\Analog In\Measure Temperature.llb\Cont Acq Thermocouple Samples-Int Clk.vi" for your application.
Here is some information that should help you with using DAQmx:
Learn 10 Functions in NI-DAQmx and Solve 80% of Data Acquisition Applications
03-13-2006 02:30 PM
Thanks for the reply. I figured out how to make a channel list just before the weekend (and all of a sudden am having problems with it, but I will post that in the right forum). Though the link you provided looks as though it can be most useful. Thank you very much.
03-14-2006 11:47 AM