VeriStand Model Framework
- Updated2025-04-08
- 1 minute(s) read
The VeriStand Model Framework is used to design and compile models created in third-party modeling environments and C/C++.
VeriStand and the LabVIEW Model Interface Toolkit allow you to run simulation models written in C/C++. To enable your models to interact with this NI software, you must design them to work with the VeriStand Model Framework. The framework includes files that allow your model to interact with VeriStand and the Model Interface Toolkit.
When you run your VeriStand application, the application executes functions defined in VeriStand Model Framework files. These functions call your model code to execute the model.
Related Information
- Model Framework Components
The model framework includes files that define properties, identify functions for export, implement an interface, and create interdependent structures.
- Model Code Components
The files model.h and model.c are used to implement your models.
- Model Framework and Model Code Interaction
When you run your VeriStand or Model Interface Toolkit test application, the application executes functions that the VeriStand Model Framework files define.