error with compiled program using Instrument Control Toolbox and NI-SCOPE

My program communicates with National Instrument digitizer NI PCI 5922 using Instrument Control Toolbox and NI-SCOPE. I complied it with Matlab Compiler. The compiled program returned an error:
Error using icdevice (line 233)
Undefined function 'privateIviCLoadlibrary' for input arguments of type 'cell'.
system: Matlab 2014a 32 bit on windows 7 64 bit

4 件のコメント

Walter Roberson
Walter Roberson 2015 年 8 月 7 日
Please show the complete traceback of the error.
Yony
Yony 2015 年 8 月 10 日
I caught the error by try-catch and saved the error report provided by getReport(ME). Here it is:
Error using icdevice (line 233) Undefined function 'privateIviCLoadlibrary' for input arguments of type 'cell'.
Error in microSpecNI>openDigitizer (line 12167)
Error in microSpecNI>setDoubleCarrier (line 11512)
Error in microSpecNI>doubleCarrierActiveMenu_Callback (line 11433)
Error in gui_mainfcn (line 95)
Error in microSpecNI (line 51)
Error in @(hObject,eventdata)microSpecNI('doubleCarrierActiveMenu_Callback',hObject,eventdata,guidata(hObject))
Gilad
Gilad 2023 年 3 月 5 日
Hey,
I am also using a ni 5922 and cant manage to get matlab to communicate with it. may I ask how did you manage to get matlab to recognize to scope?
thanks
Yony
Yony 2023 年 3 月 6 日
If your problem is with complied application, use this:
Or is your problem communicating by Matlab m files?

サインインしてコメントする。

 採用された回答

その他の回答 (2 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB Compiler SDK についてさらに検索

質問済み:

2015 年 8 月 6 日

コメント済み:

2023 年 3 月 6 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by