LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a lower limit to sampling rate in DAQ card USB 6251

I am using a triangular ramp with 2049 points in each ramp. When I am sampling from 101S/sec to 100KS/sec the DAQ follows the triangular ramp, But as soon as I move to 100S/sec or lower, the DAQ gives only downramps (like a inverted saw tooth) twice instead of upramp followed by downramp in an ideal case. Is there a lower limit to sampling rates??

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

Hi,

 

By default, M Series AO uses a 20 MHz timebase with a 32 bit counter to generate the sample clock. 20e6 ticks/sec / (2^32 - 1) ticks = about 0.0047 Hz. There are ways to get even lower rates, but that's not your problem. The behavior you described makes me think this might be due to the combination of AO regeneration and USB buffering. What does your code look like?

 

Brad

---
Brad Keryan
NI R&D
0 Kudos
Message 2 of 5
(2,078 Views)

The only lower limit to sampling rate are those imposed by Mr. Nyquist. What is the repetition rate of the ramp signal?

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 5
(2,065 Views)

hi here is how the code looks like. ALso attached are the ramp signals at 200Samples/sec and 100Samples/sec

Download All
0 Kudos
Message 4 of 5
(2,045 Views)

The repitition speed of ramp is 24.4Hzwhen operated at 50K samples/sec for 2049 samples. The ramp is a continous signal

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