Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Sample Rate

What is the default sample rate of an NI board?   

 

I can not find anything in DAQmx that lets you set this.  I recall that the sample rate across all the inputs is 256k samples/second.  

0 Kudos
Message 1 of 4
(1,261 Views)

There are hundreds of "NI boards" - what exact model are you referring to?

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
Message 2 of 4
(1,248 Views)

We use the PCIe-6323.

0 Kudos
Message 3 of 4
(1,234 Views)

You can get the supported sample rates from the device specifications

santo_13_1-1663969364569.png

The sampling rate applies only to hardware time sampling, in other words, if you used DAQmxTiming API on your Task.

 

If you never configured DAQmxTiming, it means your task is software timed, in this situation, there is no sampling rate concept as the hardware will generate/acquire data whenever the software tells it to and how often it does this depends on how often the software tells the hardware to.

 

So, there is no concept of a "default" sampling rate, though the DAQmxTiming API typically uses 1000Hz as a default value for the sampling rate parameter.

 

 

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
Message 4 of 4
(1,225 Views)