Hello everyone,
I generated a dll from the simulink model using Matlab's ‘Veristand model generation support’ tool (the target file in the generation is Veristand.tlc). I would like to use this dll in LabVIEW using the Model Interface Toolkit.
However, when I try to load the dll with Model interface Toolkit (MIT), I get the following error message:
<Model Interface Toolkit: Cannot load model. Ensure the Model Library Path is valid and the model conforms to the NI VeriStand Model Framework header file (ni_modelframework.h).>.
Is it possible to generate a DLL with ‘Veristand model generation support’ and use it in labVIEW thanks to the Model interface Toolkit (MIT)?
Thank you!