I created a MatLab GUI on my notebook (Acer Aspire E1-572G, 64bit), which i use to analyze data (FFT, etc.) stored on my harddrive (previously taken measurements) as well as collecting new data from a Picoscope 4824 USB Oscilloscope. When i run the GUI in MatLab everything works fine on my notebook. Now i created a standalone "exe"-file using the Application Compiler. It also works fine when i run this on my notebook. As soon as i switch the other notebook (Dell Latitude, 32bit): Loading data from the harddrive or USB drive and analyzing it works fine, but when i try to connect to the Picoscope 4824, an error occurs:
Code: Select all
Error using icdevice/connect
An error occured while executing the drive connect code.
Unit not supported.
Code: Select all
ps4000aDeviceObj = icdevice('picotech_ps4000a_generic.mdd', 'CZ773/195');
Best wishes,
gammy