Compiling Models
- Updated2026-05-07
- 2 minute(s) read
Compile models compatible with the LabVIEW Model Interface Toolkit.
Use the Model Interface VIs of the LabVIEW Model Interface Toolkit to run and interact with models. However, this toolkit does not provide support for compiling models that are compatible with the toolkit. The following free components are available from VeriStand. The components provide support for compiling compatible models:
VeriStand Model Generation Support
The VeriStand Model Generation Support allows compiling models using Mathworks Simulink for running in LabVIEW Model Interface Toolkit. When you run your test application that you designed using the LabVIEW Model Interface Toolkit, the application executes functions that the .vsmodel binaries define. The .vsmodel binaries also execute your model code.
VeriStand Model Framework
The VeriStand Model Framework provides tools for compiling models created in third-party modeling environments and for designing custom models in C/C++. When you run your test application, designed using the LabVIEW Model Interface Toolkit, the application executes functions defined in VeriStand Model Framework files. These functions then call functions in your model code to execute the model.
The VeriStand installer installs the VeriStand Model Framework files and documentation at RootDrive:\VeriStand\xxxx\ModelInterface\, where RootDrive is the drive where NI software installs and xxxx is the VeriStand version number. If you cannot locate the files at that location, run the VeriStand installer again and select the VeriStand Model Framework item from the list of features to install. You do not need to reinstall other NI software to install the VeriStand Model Framework.
Related Information
- Using Models from MathWorks Simulink
Integrate MathWorks Simulink models with the Model Interface API by compiling them into supported formats for real-time targets.
- Using C/C++ Models
The Model Interface API supports running C/C++ models compiled into .dll, .out, or .so formats with the VeriStand Model Framework.
- Using LabVIEW VIs as Models
Convert LabVIEW VIs into compiled models for use with the LabVIEW Model Interface Toolkit or VeriStand systems.
- Using FMU Models