Error when trying to create a device object (to connect to PS2205A PicoScope) from Matlab GUIDE OpeningFcn
1 回表示 (過去 30 日間)
古いコメントを表示
When I try to create a device object with 'icdevice' from a GUIDE created OpeningFcn:
ps2000DeviceObj = icdevice('picotech_ps2000_generic.mdd');
after I configured the PicoScope with the default PS2000Config.m file, I get an error:
Error using icdevice (line 313) An error occurred while executing the driver create code. Undefined function or variable 'ps2000Enuminfo'. If the error is not an instrument error, use MIDEDIT to inspect the driver.
The error states that 'ps2000Enuminfo' struct is undefined but that is not the case when entering the icdevice function call (can be seen by putting a breakpoint). I even declared all driver related variables as globals. The strange thing is that when I perform the same actions from the command line (e.g. by running the default PicoScope example scripts), it runs properly!
Anyone who can help on this issue?
0 件のコメント
回答 (1 件)
Pico Technology
2017 年 5 月 24 日
Hi Gerco,
The reason that you are getting the error is that the ps2000Enuminfo struct is likely to be in a different workspace (base) than the GUIDE GUI.
Regards,
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!