Debug output from picoscope driver?

Post your C and C++ discussions here
Post Reply
rph
Newbie
Posts: 0
Joined: Tue Jun 16, 2015 4:06 pm

Debug output from picoscope driver?

Post by rph »

I get the following debug output in my console, that seems to come from the picoscope driver:
Ashampoo_Snap_2016.02.21_21h31m05s_001_.png
Ashampoo_Snap_2016.02.21_21h31m05s_001_.png (8.13 KiB) Viewed 14986 times
This output always appears when calling the ps6000RunBlock()

Code: Select all

"Wait on hEventRunBlock has been freed
About to call wait on hEventRunBlock"
I cannot find anything on the web and also did not find a way to supress this.

Does this debug output come from the picoscope driver?
If yes, would it be possible to get a driver without that output, or at least the possibility to supress this?

Martyn
Site Admin
Site Admin
Posts: 4491
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: Debug output from picoscope driver?

Post by Martyn »

Which version of the driver do you have? and where did it come from?
Martyn
Technical Support Manager

rph
Newbie
Posts: 0
Joined: Tue Jun 16, 2015 4:06 pm

Re: Debug output from picoscope driver?

Post by rph »

These are the dll files I'm using:
Attachments
32bit driver
32bit driver
64bit driver
64bit driver

rph
Newbie
Posts: 0
Joined: Tue Jun 16, 2015 4:06 pm

Re: Debug output from picoscope driver?

Post by rph »

Got these from one of the previous SDK zip files

Martyn
Site Admin
Site Admin
Posts: 4491
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: Debug output from picoscope driver?

Post by Martyn »

Can you use the latest versions from the SDK installer which can be downloaded here
Martyn
Technical Support Manager

rph
Newbie
Posts: 0
Joined: Tue Jun 16, 2015 4:06 pm

Re: Debug output from picoscope driver?

Post by rph »

The current SDK installer does not contain any ps6000.dll files.

I checked both, the 32bit and 64bit, that's everything I can find:
Current SDK
Current SDK
In the old SDK .zip files they were included:
Old SDK Zip-File
Old SDK Zip-File
Ashampoo_Snap_2016.02.23_15h27m57s_005_.png (5.89 KiB) Viewed 14958 times

Martyn
Site Admin
Site Admin
Posts: 4491
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: Debug output from picoscope driver?

Post by Martyn »

If you run the installer it will install the files in

C:\Program Files (x86)\Pico Technology\SDK

or in

C:\Program Files\Pico Technology\SDK

depending upon the version you use, and what O/S version you have. You will also get the option to install the appropriate files for the device you have, or files for other devices as well.
Martyn
Technical Support Manager

rph
Newbie
Posts: 0
Joined: Tue Jun 16, 2015 4:06 pm

Re: Debug output from picoscope driver?

Post by rph »

I downloaded the newest SDK 32bit/64bit and the dll seem to be identical with the driver versionsI used, both version 1.4.4.43 from the 8th of June 2015.

Is this debug output picoscope related?

Martyn
Site Admin
Site Admin
Posts: 4491
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: Debug output from picoscope driver?

Post by Martyn »

This debug info has been accidentally left in after some consolidation of the code for use with Linux as well as Windows. It should be removed in the next release.
Martyn
Technical Support Manager

rph
Newbie
Posts: 0
Joined: Tue Jun 16, 2015 4:06 pm

Re: Debug output from picoscope driver?

Post by rph »

When will the next SDK be released?
This debug output slows down my application, what is really annoying.

Martyn
Site Admin
Site Admin
Posts: 4491
Joined: Fri Jun 10, 2011 8:15 am
Location: St. Neots

Re: Debug output from picoscope driver?

Post by Martyn »

We are just waiting for this to be packaged up and uploaded to the website. Contact support@picotech.com if you need the driver immediately.
Martyn
Technical Support Manager

Post Reply