Search found 4 matches

by sl0910
Mon Sep 22, 2014 12:59 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: PicoScope 4824 - which mode should I use
Replies: 7
Views: 8955

Re: PicoScope 4824 - which mode should I use

Hi, Sorry for the long time response, but I was on forced leave. I'm trying to implement your tips, but I don't know where should I use this global value _startIndex. In for loop when I read data? Also would you mind explaining why the for loops takes large steps at a time when writing to file? You ...
by sl0910
Wed Sep 10, 2014 1:44 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: PicoScope 4824 - which mode should I use
Replies: 7
Views: 8955

Re: PicoScope 4824 - which mode should I use

Thanks for your reply.

I’ve written the simple program (attached) using streaming mode, but in result I have gaps between samples.

Could you take a look into my code and tell me what I'm doing wrong?
by sl0910
Mon Sep 08, 2014 2:28 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: PicoScope 4824 - which mode should I use
Replies: 7
Views: 8955

Re: PicoScope 4824 - which mode should I use

Hi! I will have at least 3 channels enabled, the target is 6 channels. 5MHz is sampling frequency. In instruction is wrote: The driver supports data streaming, a mode that captures gap-free continuous data over USB 3.0 direct to the PC’s RAM or hard disk at a rate of 10 MS/s when using PicoScope 6 s...
by sl0910
Fri Sep 05, 2014 7:39 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: PicoScope 4824 - which mode should I use
Replies: 7
Views: 8955

PicoScope 4824 - which mode should I use

Hello,

I'm trying to write programm to use PicoScope.
We want to measure signal during 1 minute with 5MHz frequency without loosing data. The result should be a big file with all samples.
My question is which sampling mode should I use?

Thanks