Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Take N samples M times before sending to disk - NI-USB

Solved!
Go to solution

Hi there,

 

I have a NI-USB 6259 DAQ, and I am wondering if it's possible to take N samples M times (with M triggers) before sending the data to disk. In other words, can I set the number of samples N to be finite, and have the DAQ waiting for M triggers, and after M triggers where the DAQ collects N samples each time (at some rate) it sends the accumulated data to disk?

0 Kudos
Message 1 of 2
(2,077 Views)
Solution
Accepted by chadt

Hi chadt,

 

Here is a forum post that may be helpful to you.

 

Finite Retriggerable Analog Input Using LabVIEW with DAQmx

https://forums.ni.com/t5/Example-Programs/Finite-Retriggerable-Analog-Input-Using-LabVIEW-with-DAQmx...

 

You can create a stop condition or use a for loop so it only executes M times.

 

Regards,

sarahmo

 

Message 2 of 2
(2,044 Views)