Using C/C++ Models (Model Interface Toolkit)
- Updated2023-02-21
- 1 minute(s) read
The Model Interface API can run models you create in C/C++ and compile into a DLL, .out, or .so file. The models must be designed and compiled to work with the VeriStand Model Framework.
Refer to the VeriStand Model Framework Introduction guide (NI_VStand_Model_Framework_Guide.pdf in the RootDrive:\VeriStand\xxxx\ModelInterface\custom directory, where RootDrive is the drive where NI software installs and xxxx is the VeriStand version number) for information about creating and compiling C/C++ models that are compatible with the VeriStand Model Framework. This guide describes the components of the VeriStand Model Framework, the process for creating model code that is compatible with the framework, and requirements for compiling your model with the framework.