Error running Generic Driver Block

Post your MATLAB discussions here
Post Reply
mcouplet
Newbie
Posts: 0
Joined: Thu Apr 28, 2016 1:32 pm

Error running Generic Driver Block

Post by mcouplet »

Hi,
I'm trying to connect to my PicoScope 2204A using MATLAB. However, when I try running "PS2000A_IC_Generic_Driver_Block", I get the following error:

Code: Select all

Error using instrument/delete (line 82)
Operation failed: An error occurred while executing the driver disconnect code.
Struct contents reference from a non-struct array object.
If this error is not an instrument error, use MIDEDIT to inspect the driver.

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

Error in PS2000A_IC_Generic_Driver_Block (line 7)
ps2000aDeviceObj = icdevice('picotech_ps2000a_generic.mdd', '');
What does that mean? I'm running Win7 64bit and MATLAB 64bit.
Thanks in advance!
mcouplet

Hitesh

Re: Error running Generic Driver Block

Post by Hitesh »

Hi mcouplet,

The PicoScope 2204A requires the PicoScope 2000 Series Instrument Driver.

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

Regards,

Post Reply