Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ 6008 and tdms file

Hello,

 

how can I make a recording an analog input in first .tdms file (for example in 1 second) followed by a recording in another file (for example in 1 second)?

0 Kudos
Message 1 of 2
(3,824 Views)

The simplest would be to configure the DAQmx Streaming feature to write your analog reads to a TDMS file.  You can use a DAQmx Read property node to set the number of samples to put into each TDMS file.  A new file will automagically be created once that number of samples have been streamed.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(3,810 Views)