LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1097 occured at Call Library Function Node in MatlabDll.vi

Hi ,
  I am new to Labview & Matlab related Software. I am using LabView 8.20 and Matlab 6.5.1.199709 . I generated simple .dll(for adding 2 numbers) file with the help of Matlab and trying to use that dll file in Labview using "Call Library Function Node" control, then I am getting the following error.
 
Error 1097 occured at Call Library Function Node in MatlabDll.vi
I attached dll, vi , error details.
 
Could any one help on this?
 
Thanks & Rgds
naveen
0 Kudos
Message 1 of 2
(4,642 Views)

Hello Naveen,

 

I was able to replicate this error on my side. Its seems that this error is related to the DLL that you trying to call. I would suggest that you double check the function prototype to make sure that you are passing variables with the correct datatype. Also it would be helpful if you attach the .h file for this DLL.

 

Regards,

Chetan K

 

0 Kudos
Message 2 of 2
(4,629 Views)