ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ Assist Rate

Hello All,

 

I am looking to obtain a "useable" amount of data from my labview program. I am collecting data from the NI USB-6008 which has a sample rate of 10kS/s, Just using a simple VI using the DAQ Assistant I have it exporting the values into excel. The problem I am encountering is that with is I am having to much excel data to be able to actually use the information. I have tried to change the rate and samples to read in the DAQ to low numbers (1 sample to read at 2 Hz). But I am still getting a huge amount of data. In an Ideal world I would like to be getting about 1 data point every 2 seconds. 

 

Thanks! 

0 Kudos
Message 1 of 8
(4,628 Views)

Hi MTGeo,

 

then just read one datapoint each 2 seconds!

 

Change your DAQAssistent from "HW sample rate" to "on demand"…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 8
(4,625 Views)

When putting the sample rate to "On Deman" how can I set the time of when collect samples. Idealy I would like one sample every 2 seconds for a period of 10 hours.

 

Thanks

0 Kudos
Message 3 of 8
(4,545 Views)
For something this trivial, a wait (ms) ore delay function can be used. The Elapsed Time function is also suitable.
0 Kudos
Message 4 of 8
(4,535 Views)

Can these function be used in conjuntion with DAQ assist and Excel exporting? 

0 Kudos
Message 5 of 8
(4,483 Views)

Hi MT,

 

why shouldn't you be able to "Wait" for a certain amount of time in conjunction with DAQAssistent and Excel?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 8
(4,480 Views)

No clue, that's why I asked

0 Kudos
Message 7 of 8
(4,468 Views)
It's the sort of question that takes less time to actually try than it does to type it out, post it, and wait for an answer.
0 Kudos
Message 8 of 8
(4,454 Views)