MATLAB Instrument Driver Releases

Post your MATLAB discussions here
Post Reply
Hitesh

MATLAB Instrument Driver Releases

Post by Hitesh »

Hi,

Information on new MATLAB Instrument Driver releases for our products will be posted here.

Please check this for page for further updates as and when new drivers are released. These are generic Instrument Drivers and can be downloaded from the MathWorks File Exchange pages or our SDK:

http://www.mathworks.co.uk/matlabcentra ... +Driver%22

We currently have drivers for the following product ranges:
  • PicoScope 2000 (Beta - current 2104/5 and 2204/5A plus older models)
  • PicoScope 3000 (using the A API, but digital channels and sig gen not supported for MSO products)
  • PicoScope 5000
The dlls provided in the SDK will be required for your product.

Thanks :D

Hitesh

Re: MATLAB Instrument Driver Releases

Post by Hitesh »

An updated Beta release for the PicoScope 2000 Series has been uploaded to the MathWorks File Exchange site to support the new PicoScope 2204A and 2205A models.

http://www.mathworks.co.uk/matlabcentra ... ent-driver

It should also be available in the next release of the SDK.

Thanks,

Hitesh

Re: MATLAB Instrument Driver Releases

Post by Hitesh »

The PicoScope 5000 Series MATLAB Instrument Driver package is now available as a Full Release from the MATLAB File Exchange pages:

http://www.mathworks.co.uk/matlabcentra ... ent-driver

The driver package together with the required dlls will be available in the next version of the SDK for this series.

Thanks,

Hitesh

Re: MATLAB Instrument Driver Releases

Post by Hitesh »

Hi,

A Beta release Instrument Driver package has been uploaded to the MathWorks File Exchange site:

http://www.mathworks.co.uk/matlabcentra ... ent-driver

The following Instrument driver packages have also been updated:
  • PicoScope 3000 - Examples updated and a minor fix for rapid block captures.
  • PicoScope 5000 - Minor fix to allow bandwidth limit to be set on 2-channel variants and speed-up of getRapidBlockData function.
Thanks,

Hitesh

Re: MATLAB Instrument Driver Releases

Post by Hitesh »

Hi,

A Beta release Instrument Driver package has been uploaded for the PicoScope 4000 Series range using the 'A' API:

http://www.mathworks.co.uk/matlabcentra ... ent-driver

Please leave a rating on the page if you are downloading it from there.

Thanks,

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

Re: MATLAB Instrument Driver Releases

Post by Karunen »

Hi,

A Beta release Instrument Driver package has been uploaded for the PicoScope 6000 Series range:

http://www.mathworks.com/matlabcentral/ ... ent-driver

Please leave a rating on the page if you are downloading it from there.

Thanks,
Karunen

Technical Specialist
Pico Technology

Hitesh

Re: MATLAB Instrument Driver Releases

Post by Hitesh »

Hi,

Our MATLAB Instrument Drivers and examples are now being hosted on GitHub and linked to our entries on MATLAB Central File Exchange.

We recommend using the Add-Ons Explorer in MATLAB in order to install these files and obtain updates.

On the page for each entry, there is a 'Learn More' button which will take you to the GitHub repository where a README file can be viewed.
MATLAB Add-On Explorer
MATLAB Add-On Explorer
If your version of MATLAB does not have the Add-Ons Explorer, download the zip file from the MATLAB Central File Exchange page and add the root and sub-folders to the MATLAB path.

Regards,
Last edited by Hitesh on Tue Jun 13, 2017 1:26 pm, edited 2 times in total.
Reason: Added information about README file in GitHub repository

Hitesh

Re: MATLAB Instrument Driver Releases

Post by Hitesh »

Our PicoScope 5000 Series (A API) MATLAB Instrument Driver has been updated to support the new PicoScope 5000D Series.

You can download it via the Add-Ons Explorer in MATLAB, File Exchange or GitHub.

Regards,

alex123321
Newbie
Posts: 0
Joined: Wed Jan 16, 2019 8:42 am

Re: MATLAB Instrument Driver Releases

Post by alex123321 »

hi! may i ask a question? i have matlab2010 and matlab2017 pico3206d sdk and so on ,when i input such command like :

PS3000aConfig;
% Create a device object.
ps3000aDeviceObj = icdevice('picotech_ps3000a_generic.mdd');
% Connect device object to hardware.
connect(ps3000aDeviceObj); %设备连接

then i got this:

??? Error using ==> icdevice.connect at 117
An error occurred while executing the driver connect code.
No appropriate method, property, or field PICO_USB3_0_DEVICE_NON_USB3_0_PORT for class PicoStatus.
If this error is not an instrument error, use MIDEDIT to inspect the driver.

i have added all path in ,can you help to solve this pro?

Post Reply