LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems using math interface toolkit

Hi! I'm trying to use the Labview Math Interface Toolkit to make a *.dll and a *.m file that will allow me to control a camera (via a PCI-1411 card) in either IDL or Matlab. When I used my *.m file in Matlab, I'm given this error message in Labview: IMAQ Vision: (Hex 0xBFF604A5) file not found. When I run the vi, everything works fine. Any suggestions on what I should change? Thank you.
Download All
0 Kudos
Message 1 of 2
(2,476 Views)
Hello.

The Math Interface Toolkit, as you know, simply turns the VI into a DLL, and then calls the LabVIEW DLL.

This error that you are seeing is because the path that you are feeding the VI is not working. If you run this VI in the development environment and give it a valid path, then you will see the same error. Ensure that you are feeding a valid path to the VI (C:\Image)and you should see the error go away.

Regards,
Colin C.
Applications Engineering
Colin Christofferson
Community Web Marketing
Blog
0 Kudos
Message 2 of 2
(2,476 Views)