icdevice issue

Post your MATLAB discussions here
Post Reply
lxc
Newbie
Posts: 0
Joined: Thu Jun 22, 2023 8:36 pm

icdevice issue

Post by lxc »

Hi,

I am trying to connect a PicoScope 2406B to MATLAB R2023a.

Currently, I am encountering this error:

Code: Select all

Warning: Disconnect: No devices found. 
Error using icdevice
An error occurred while executing the driver create code.
No units found.
If the error is not an instrument error, use MIDEDIT to inspect the driver.

Error in PS2000A_ID_Block_Example (line 75)
ps2000aDeviceObj = icdevice('picotech_ps2000a_generic.mdd');
This seems to be a frequent issue, but I have tried a variety of the solutions already mentioned on the forum and none of them seem to work. I've tried adding the x86 file to the MATLAB path and downloading the c-wrapper-binaries from MATLAB, neither of which have worked.

Thank you for your help.

NeilH
PICO STAFF
PICO STAFF
Posts: 271
Joined: Tue Jul 18, 2017 8:28 am

Re: icdevice issue

Post by NeilH »

Hi

Is the scope open in another program such as PicoScope 7?
Has the scope run in a script previously in the MATLAB session where the script didn't run till the end?
Neil
Technical Support Engineer

lxc
Newbie
Posts: 0
Joined: Thu Jun 22, 2023 8:36 pm

Re: icdevice issue

Post by lxc »

It seems like the main issue was having Picoscope 7 open simultaneously. Thank you!

Post Reply