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 个评论

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

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 MATLAB Compiler SDK 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by