LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ USB 6009 slow

Hi everyone

 

I'm measuring the charge and discharge of a capacitor using the DAQ USB6009.

But the graph and data stored start to get slow a
fter a few hours

 

Do you know why?

 

 

0 Kudos
Message 1 of 4
(2,654 Views)

Why?

 

Because you seem to create ever growing arrays?

Because you seem to open and close files in each iteration?

 

Do you really think you need to convert a waveform into a string array to get a minimum value?

Best regards,
GerdW


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

I need to collect the tensions per second, and saves them in real time, and then generate a table.

I realized that after 2000 seconds a instability in measurements, it begins and become slow.

Question: How do I set up DAQ so I get a smaller number of sample per second?

0 Kudos
Message 3 of 4
(2,621 Views)

@Saille wrote:


Question: How do I set up DAQ so I get a smaller number of sample per second?


In the DAQmx Timing function specify the sample rate.

0 Kudos
Message 4 of 4
(2,585 Views)