LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

math script

can i write c++ programm in math script to use it directly in labview?

thx

0 Kudos
Message 1 of 2
(2,678 Views)

No. That is not a C or C++ interpreter. The Mathscript node implements NI's version of a Matlab-like language. This is explained in the Help.

 

If you have C or C++ code that you need to call from LabVIEW then you need to compile that code into a DLL. This is also in the LabVIEW Help.

Message 2 of 2
(2,673 Views)