Search found 2 matches

by kuro
Wed Dec 21, 2016 2:45 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Gaps in data from Picoscope 2204A
Replies: 3
Views: 4662

Re: Gaps in data from Picoscope 2204A

Thanks for the advice, Hitesh. I tried using ps2000_get_streaming_values_no_aggregation() instead, but the result is the same. On a hunch I tried inserting a Thread.Sleep(10), which reduced the frequency of the glitches greatly. However, they are still there occasionally. The frequency increases whe...
by kuro
Tue Dec 20, 2016 2:58 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Gaps in data from Picoscope 2204A
Replies: 3
Views: 4662

Gaps in data from Picoscope 2204A

Hi. I'm seeing odd gaps in the data I receive from a Picoscope 2204A every now and then. I am sampling repeatedly and most of the buffers I get are fine, but occasionally I see odd gaps: http://i.imgur.com/PMKSMF9.png I extracted this data from Visual Studio via debugging. By buffer is 80k samples. ...