Missing Libraries

Post your MATLAB discussions here
Post Reply
arb93
Newbie
Posts: 0
Joined: Tue Sep 29, 2015 8:47 pm

Missing Libraries

Post by arb93 »

Hi,

I am trying to connect the ps5440b oscilloscope to MATLAB. I am running a 64 bit Windows 7 OS. As a first step, I downloaded and installed the appropriate SDK.

When I try to connect, I get the following errors:

Error using instrument/delete (line 82)
Operation failed: An error occurred while executing the driver disconnect code.
Library was not found
If this error is not an instrument error, use MIDEDIT to inspect the driver.

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


Any help would be appreciated.

Thanks!

Hitesh

Re: Missing Libraries

Post by Hitesh »

Hi arb93,

You may have been missing one of the dll files that is required to be on the MATLAB path.

Based on your e-mail support ticket, I can see that you have resolved the issues encountered. If you do require further assistance, please post back here or reply to your support ticket.

If you are calling the Instrument Driver code from within a function which I believe you were in your e-mail support enquiry, then you will need to use the information referred to via this post. We will look to resolve this in a future release.

Regards,

Post Reply