picoscope 2203 and matlab error

Post your MATLAB discussions here
Post Reply
StefanoUniroma
Newbie
Posts: 0
Joined: Thu Jul 10, 2014 7:18 pm

picoscope 2203 and matlab error

Post by StefanoUniroma »

hi ,
i m using a picoscope 2203 and i want use with matlab( version 2012 b 64bit )... i follow all the instructions of file Readme, but when i go on Create devise object using driver i have an error :


Operation failed : an error occurred while executing the driver disconnect code.
library was not found
if this error is not an instrument error, use MIDEDIT to inspect the driver


and when i try to CONNECT device objects Scope-picotech_ps2000_generic i have another error :
Unable to connect to the instrument


If on Matlab i run the PS2000_IC_generic_driver_getblock.m :


Error using instrument/delete (line 82)
Operation failed: An error occurred while executing the driver disconnect
code.
Library was not found
If this error is not an instrument error, use MIDEDIT to inspect the driver.

Error in icdevice (line 279)
delete(obj);

Error in PS2000_IC_Generic_Driver_GetBlock (line 49)
ps2000DeviceObj = icdevice('picotech_ps2000_generic.mdd');

I hope you can help me
thanks

Karunen
Advanced User
Advanced User
Posts: 194
Joined: Thu Nov 21, 2013 9:22 am

Re: picoscope 2203 and matlab error

Post by Karunen »

Hi all,

This is being answered via our Helpdesk email system.

Kind Regards,
Karunen

Technical Specialist
Pico Technology

rhbarr
Newbie
Posts: 0
Joined: Sat Aug 02, 2014 5:39 pm

Re: picoscope 2203 and matlab error

Post by rhbarr »

Hello,
I have the same issue as the OP using 2204a with MATLAB 2014a 64-bit.
Could someone please post a link or email me the solution?
Thanks

Karunen
Advanced User
Advanced User
Posts: 194
Joined: Thu Nov 21, 2013 9:22 am

Re: picoscope 2203 and matlab error

Post by Karunen »

Hi,

If you are using MATLAB x64 you will need to install the Windows SDK 7.1 (link below)

http://www.microsoft.com/en-gb/download ... px?id=8279

For instructions how to install to install the SDK please look at the link below.

http://www.mathworks.com/matlabcentral/ ... ws-sdk-7-1

And have you watched https://www.youtube.com/watch?v=5HFnmki3IdY (PicoScope - how to get started using the MATLAB instrument drivers)

Please note Pico Technology is not responsible for the content of third party sites.

Kind Regards,
Karunen

Technical Specialist
Pico Technology

Post Reply