Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Continuous sampling rate lower than 76Hz not possible with NI 9775?

Solved!
Go to solution

Hi,

 

I am working with a cDAQ 9171 chassis and a NI 9775 DAQ.

 

I want to perform continuous data acquisition with a sampling rate of 25Hz. However, I get an error message displaying that the minimum sample clock rate is 76.2939 Hz. 

 

Is it not possible to sample continuously below this rate? 

 

Here is the error message:

--------------------------------

Requested value is not a supported value for this property. The property value may be invalid because it conflicts with another property.

Property: NationalInstruments.DAQmx.Timing.SampleClockRate

Requested Value: 25.0

Maximum Value: 20.0e6

Minimum Value: 76.2939

 

Task name: _unnamedTask<1>

 

Status code: -200077

------------------------------

 

Thanks in advance for your help!

0 Kudos
Message 1 of 2
(856 Views)
Solution
Accepted by topic author scitune

It might be the case, you could work around by capturing at a constant rate and resample at the software level.

 

For example, capture at 100Hz, if you need to log only at 50Hz, log only every other sample from the DAQ.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 2
(818 Views)