LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Call LabVIEW VIs from MATLAB

Does anybody know of a simple way to call LabVIEW VIs from within a MATLAB m-file?  I would like to be able to write VIs in LabVIEW and then script them (for stochastic analysis, etc.), and think MATLAB would be an awfully convenient way to do this (also useful for data analysis, etc.).  I have looked at LuaVIEW, but it appears to have been largely abandoned.

 

Thanks!

 

0 Kudos
Message 1 of 3
(4,368 Views)

You could build the VI into a DLL and call that.

0 Kudos
Message 2 of 3
(4,364 Views)

Hello Erik,

 

Building it into a DLL as Altenback said is a solid way to do this, and here's a Knowledge Base article that also explains how to transfer data in binary or ASCII format, How do I Transfer Data Between The MathWorks, Inc. MATLAB® Software Development Environment and LabV...

 

Thank you,

Deborah Y.

Deborah Burke
NI Hardware and Drivers Product Manager
Certified LabVIEW Architect
0 Kudos
Message 3 of 3
(4,345 Views)