Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

measure more than one analog inputs from DAQmx 6259 card

hi 

I am new user of NI i have PXI system and also DAQmx (6259) module.  i write a labview code for single analog input. which sucessfully read the input and then i save it in binary file. actually i want to measure 4 analog signals and then save their data in 4 binary file.

plz help me regarding this.

 

0 Kudos
Message 1 of 3
(3,384 Views)
What exactly are you having trouble with. In order to change the number of channels, you just need to change the task or what you are specifying for the DAQmx Create Channel. For example, to read the first four channels, you would specify Dev1/ai0:3.
0 Kudos
Message 2 of 3
(3,380 Views)

Hello,

 

You should take a look at the DAQmx Example VIs in the Example Finder. You can find the Example Finder at Help >> Find Examples.  Once the Example Finder opens, double click Hardware Input and Output >> DAQmx >> Analog Measurements >> Voltage >> Cont Acq&Graph Voltage - Write Data to File (TDMS).vi.  You can specify the channels just like Dennis said in his previous post.

Regards,
Jim Schwartz
0 Kudos
Message 3 of 3
(3,355 Views)