C# UsbDrDaq Problem with UsbDrDaqGetValues

Post your .Net discussions here
Karunen
Advanced User
Advanced User
Posts: 194
Joined: Thu Nov 21, 2013 9:22 am

Re: C# UsbDrDaq Problem with UsbDrDaqGetValues

Post by Karunen »

Hi evo_racer,
I have tryed several data logger and normaly it works like this: if we have 100khz @ 1 channel:
2 channels = 50khz + 50khz, 4 channels = 25khz + 25khz + 25khz + 25khz, ...
This is what should happen,
I have just test and found that I can get that.

I set the number of samples to 50 000 and the time block to 1000 000, this gives a 50kHz sampling frequency.

I was incorrect before please forgive me,
I believed it worked like another product.

But what happens is you set one sample interval and it sets it across all the channels.

So 1000 0000 us/50 000 samples gives a 20 us sample interval (50kHz).

Using a 5 kHz sine wave and you will find that you will get 10 values between each repetition.

Apologies again for any confusion I may have caused.

Thanks,
Karunen

Technical Specialist
Pico Technology

Post Reply