driver problem

Post your MATLAB discussions here
Hydrolics
Newbie
Posts: 0
Joined: Wed Oct 28, 2015 1:22 pm

Re: driver problem

Post by Hydrolics »

Hi Bilal ,

I 've tried everything still the same error .
I'll send you my config file and screenshots of my libraries .

Thanks
Hydrolics
Attachments

[The extension m has been deactivated and can no longer be displayed.]

sample.png

Bilal
Active User
Active User
Posts: 27
Joined: Mon Oct 05, 2015 12:19 pm

Re: driver problem

Post by Bilal »

Hello Hydrolics,

I notice your Functions folder has not been included into the path. Can you right click the Functions folder > Add to Path > Selected Folders and Subfolders

If you are still experiencing issues, please show me what errors appear in the Matlab workspace and I will do my best to resolve them.
Bilal Patel
Technical Support Engineer
Pico Technology

Hydrolics
Newbie
Posts: 0
Joined: Wed Oct 28, 2015 1:22 pm

Re: driver problem

Post by Hydrolics »

Hi,

same error every time.

Hitesh

Re: driver problem

Post by Hitesh »

Hi Hydrolics,

The wrong prototype files might be being picked up.

After you have run the PS2000Config script please try the following:

Code: Select all

loadlibrary('ps2000.dll', @ps2000MFile);
libfunctionsview('ps2000');
unloadlibrary('ps2000');

loadlibrary('ps2000Wrap.dll', @ps2000WrapMFile);
libfunctionsview('ps2000Wrap');
unloadlibrary('ps2000Wrap');
This will help to determine if there is an issue loading one of the driver files.

Regards,

clockworker
Newbie
Posts: 0
Joined: Sat Dec 19, 2015 8:16 pm

Re: driver problem

Post by clockworker »

Hi Sir,

I have a same problem when I try to run 'PS3000A_IC_Generic_Driver_Block.m' file. I use pico3406B model and x64 machine. I copied all needed files and received same error. how can I fix this problem? thanks for the reply.
Attachments
error1.png

Bilal
Active User
Active User
Posts: 27
Joined: Mon Oct 05, 2015 12:19 pm

Re: driver problem

Post by Bilal »

Hello Clockworker,

Please contact us directly at support@picotech.com and I will provide a set of files for your device which will work without any problems.
Bilal Patel
Technical Support Engineer
Pico Technology

clockworker
Newbie
Posts: 0
Joined: Sat Dec 19, 2015 8:16 pm

Re: driver problem

Post by clockworker »

thank you very much sir

tobalt
Newbie
Posts: 0
Joined: Wed Feb 22, 2017 11:10 pm

Re: driver problem

Post by tobalt »

Hello,
I'm having the same problem as the others. I am using a picoscope 2204A and continuously get this error. Some help fixing it would be great.
Thanks

Hitesh

Re: driver problem

Post by Hitesh »

Hi tobalt,

Please e-mail support@picotech.com indicating your version of MATLAB (32/64-bit) and we will make the appropriate files available for you.

Regards,

Post Reply