12-04-2009 05:11 PM
can i write c++ programm in math script to use it directly in labview?
thx
12-04-2009
05:18 PM
- last edited on
12-12-2025
09:12 AM
by
Content Cleaner
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.