Search found 5 matches

by diogoalves92
Fri Nov 06, 2020 5:18 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: High sampling rate - lower resolution
Replies: 0
Views: 10045

High sampling rate - lower resolution

Greetings, I am measuring signals using a 6000E series PicoScope and need to temporally synchronize (or get close to it) the measured signals with another signal, however, I noticed that when I increase the Picoscope sampling rate to values in the low nanosecs instead of taking for example 1 second ...
by diogoalves92
Mon Oct 26, 2020 9:33 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Pico Scope 6824E C# RunBlock method max nº of samples
Replies: 6
Views: 13267

Re: Pico Scope 6824E C# RunBlock method max nº of samples

It is a 28 second long test procedure to validate a PCB that was implemented few months ago, but due to high rejection rate on it, the client is trying to look for possible causes and they want to monitorize high frequency transitions at power MOSFETs during the entire test. Their desired sampling r...
by diogoalves92
Fri Oct 23, 2020 2:55 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Pico Scope 6824E C# RunBlock method max nº of samples
Replies: 6
Views: 13267

Re: Pico Scope 6824E C# RunBlock method max nº of samples

Thank you for the responses. Data streaming seems to be the logical move but i am basing myself on the c# examples at github and it doesn't contemplate data streaming, and there isn't programmer's guide for 6000E series so i am going to try to do it with blocks. The issue will be the fact that i won...
by diogoalves92
Thu Sep 24, 2020 4:02 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Pico Scope 6824E C# RunBlock method max nº of samples
Replies: 6
Views: 13267

Pico Scope 6824E C# RunBlock method max nº of samples

Greetings, I am implementing the 6824E on a C# application in which I need to read and store values from 7 channels taken during a 28 second time interval. I've been looking at the ps6000aExamples, more specifically, the BlockModeExampleCallback that (if I understood correctly) signals the picoscope...
by diogoalves92
Mon Sep 21, 2020 9:38 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: Pico SCOPE 6804E 8 channel c#
Replies: 1
Views: 9607

Pico SCOPE 6804E 8 channel c#

Greetings, I am currently researching about implementing the 6804E 8 channel model on a c# windows application to read and store values. I found the console application at github but it only covers 4 channels A,B,C and D. Also it refers only supporting models from 6402X to 6407. The .dll downloadabl...