LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

multi-channel analog input with external triggering

for SINGLE channel analog input with external trigger, there exists the routine DAQ_Start. I think, this routine belongs to the NI-DAQ software package. The question is, whether there is an equivalent routine for two or more analog input channels. Each external trigger event should start AD conversion of the selected channels.
0 Kudos
Message 1 of 2
(2,811 Views)
Greetings,

I think you are looking for the SCAN_Start() function. As stated in the NI-DAQ Function Reference Help, the purpose of SCAN_Start() is the following:

"Initiates a multiple-channel scanned data acquisition operation, with or without interval scanning, and stores its input in an array (MIO, AI, and DSA devices only)."

As an additional note, if you are not already aware of it, documentation concerning all NI-DAQ functions is present in the NI-DAQ Function Reference Help. This is available in the following location:

Start >> Programs >> National Instruments >> NI-DAQ >> NI-DAQ Help

Good luck with your application.

Spencer S.
0 Kudos
Message 2 of 2
(2,811 Views)