trouble connecting to picoscope with Matlab

Post any questions you may have about our current range of oscilloscopes
Post Reply
Achc
Newbie
Posts: 0
Joined: Wed Jun 29, 2022 4:56 pm

trouble connecting to picoscope with Matlab

Post by Achc »

I setup Matlab for capturing data from picoscope 2208B. Installed PicoSDK and PicoScope Support Toolbox.
However, I get the following message when running PS2000_ID_Block_Example.m


Warning: Disconnect: No devices found.
Error using icdevice
An error occurred while executing the driver create code.
There was an error loading the library "libps2000.so"
libps2000.so: cannot open shared object file: No such file or directory
If the error is not an instrument error, use MIDEDIT to inspect the driver.

Error in PS2000_ID_Block_Example (line 51)
ps2000DeviceObj = icdevice('picotech_ps2000_generic.mdd');

I can't find the library in question. Can you please advice on what the issue might be?
Thanks in advance

bennog
Advanced User
Advanced User
Posts: 206
Joined: Mon Nov 26, 2012 9:16 am
Location: Netherlands

Re: trouble connecting to picoscope with Matlab

Post by bennog »

You can not have the picoscope software running while you are using the SDK.

Benno

Achc
Newbie
Posts: 0
Joined: Wed Jun 29, 2022 4:56 pm

Re: trouble connecting to picoscope with Matlab

Post by Achc »

I solved the issue, everything works now with the API driver for matlab, thanks

Post Reply