Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

What is the proper Labview way to separate DAQmx tasks after creating and running them?

I am using an NI USB-6343 board to measure and control several things (TC, MFC, pressure transducer, etc). I have successfully set up and measured all of them and essentially have a waveform that contains all of the data for each separate type (AO, AI). What is the best/proper way to separate the data based on channel type or channel name so that I can do different things with the different types of data? Is there a way to do this with property nodes? My thought is that if you can then choose a channel by name, you can also update/change properties to that channel? All help is greatly appreciated. Also, any examples this do this would be helpful.
0 Kudos
Message 1 of 2
(3,034 Views)

Hi DHagan

 

If you want to add properties to the waveform in LabVIEW 2012 there is an example that might be useful for you is located on this path:

 

C:\Program Files (x86)\National Instruments\LabVIEW 2012\examples\Waveform\Operations.llb\Create Waveform example.vi

 

But the easiest way to separate an array of waveform is to use the index waveform array VI.

 

Regards

Esteban R.

0 Kudos
Message 2 of 2
(3,007 Views)