Measure

cancel
Showing results for 
Search instead for 
Did you mean: 

How to acquire the X point from a signal of Y points

Hello,

 

How to acquire the X sample from a signal of Y samples with DAQmx? I mean for exemple i have an signal of 1000 samples and i want to aquire only one sample, for exemple the 253 sample from my 1000 samples signal and after this to write the sample in a xls file.

 

10x for your reply!

0 Kudos
Message 1 of 2
(5,836 Views)

You just have to use the Index Array function. If you are getting a waveform data type, you'll have to use the Get Waveform Components function first to get the Y array. There are many file I/O functions. You can use the Write to Measurement File, Write to Spreadsheet File, or if you have the Report Generation Toolkit, you can use that. The search function will turn up thousands of posts on the subject. Try using it.

 

Pretty basic stuff. Take a look at the free LabVIEW tutorials.

 

p.s. The board you posted to is for a product called Measure. Nothing at all to do with your question.

0 Kudos
Message 2 of 2
(5,831 Views)