@akv103 wrote:
Could you please post that link?
In LabVIEW, open the Example Finder (Help->Find Examples). Look through the DAQmx->Analog Input and you will find this example.
In that also have to specify the sampling rate in "Acquire data" section.
Is there any alternative for this?
I need to acquire 2 channels of input from DAQ without specifying sampling rate.
Is there any solution for this?
Hi vim,
In that also have to specify the sampling rate in "Acquire data" section.
No, that example does NOT ask for a (DAQmx) sample rate!
It asks for the loop iteration rate (aka loop time): that's how the example works.
You can learn from that example on how to setup a DAQmx task and read samples without setting an explicit sample rate. Adapt with your own algorithm: apparently you want to read more than just one sample, so you will employ a loop with a certain loop iteration rate!