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 Kommentare

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?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu MATLAB Compiler SDK finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 6 Aug. 2015

Kommentiert:

am 6 Mär. 2023

Community Treasure Hunt

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

Start Hunting!

Translated by