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

Please show the complete traceback of the error.
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))
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
If your problem is with complied application, use this:
Or is your problem communicating by Matlab m files?

댓글을 달려면 로그인하십시오.

 채택된 답변

카테고리

도움말 센터File Exchange에서 MATLAB 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