Search found 4 matches

by huangaihui74
Wed Apr 19, 2023 11:25 pm
Forum: General Software Discussions
Topic: ps6000GetValuesBulk throw access violation or return buffer with all 0s
Replies: 4
Views: 1694

Re: ps6000GetValuesBulk throw access violation or return buffer with all 0s

Hi Enclosed is the test code file I implemented in vb.net. Function PICOSCOPE_CaptureDataWithNoOfWaveforms
is the one we are using.

Thank you,

Huizhong Chen
by huangaihui74
Mon Apr 03, 2023 5:01 pm
Forum: General Software Discussions
Topic: ps6000GetValuesBulk throw access violation or return buffer with all 0s
Replies: 4
Views: 1694

Re: ps6000GetValuesBulk throw access violation or return buffer with all 0s

Hi,

No email is received. Spam folder is checked and no email from Pico support team.
The application is built in VB.NET with Visual Studio 2017.

Thank you,

HChen
by huangaihui74
Thu Mar 09, 2023 2:18 pm
Forum: General Software Discussions
Topic: ps6000GetValuesBulk throw access violation or return buffer with all 0s
Replies: 4
Views: 1694

ps6000GetValuesBulk throw access violation or return buffer with all 0s

We are using PicoScope 6425E and PicoSDK_32_10.7.22.241 to create our custom code and there are 2 issues: 1. We are using the rapid mode with 32 memory segment and 1000 samples. Function ps6000GetValuesBulk throws an access violation and crashes our program. It works if we decrease the number of the...
by huangaihui74
Fri Sep 16, 2022 3:44 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Picoscope 6425E RunBlock function not working
Replies: 0
Views: 9850

Picoscope 6425E RunBlock function not working

Hi, I am using Picoscope6425E and running my VB.NET code with SDK p6000a.dll(x86), in which I require runblock function to be implemented in Block mode, but I am getting PICO_SEGMENT_OUT_OF_RANGE error(error no 0x26). RunBlock(handle, samplecount/2, samplecount/2, timebase, timeIndisposed,0, Nothing...