Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQPad 6016 with Labview 8.0 samples per second

Hi,
My program works, but not all time.
I would like to read channels of my DAQPad 6016 in giving only the number of samples per second for all channel that i want to read.
I've created a NI DAQmx Tasks under Measurement and automation
I think that my error comes from :
*Task Timing in my NI DAQmx Tasks (I put Continuous, 1000 samples to read, and 1kHz for rate)
*Or in the labview program the configuration of my DAQmx Timing or my DAQmx Read.
 
For exemple I would like to choose to read every channel 1time/sec or 100times/sec.
 
I think yhat it's a little error but I don't find it.
Thanks a lot

Message Edited by drikc on 12-08-2006 04:41 AM

Message Edited by drikc on 12-08-2006 04:41 AM

0 Kudos
Message 1 of 2
(2,926 Views)
Hi Drikc,

I think your problem may be due to the fact you are setting up your Task Timing twice.   Firstly you set it up in your task and then you set it up using the DAQmx API.    You only have to set up your timing once.    

if you only want to acquire 100 data points every second, you could use the DAQ Assistant.       Take a ook at the attached code and if you have any questions please get back to me.

Regards,

Seamus
NIUK
0 Kudos
Message 2 of 2
(2,895 Views)