06-01-2022 06:07 AM
Hi,
I would like to run Simulink model in PXI having Real Time OS (PharLap). As per my Knowledge Simulink model will be converted to C code and this c code will be converted to DLL using ,
Target file selection (NIVeriStand.tlc) in Simulink which I could not see.
NI VeriStand version 2017
NI LabVIEW 2017
Controller PXIe 8840
Card1: PS PXI 3528
Card2: PXIe 6383
Regards,
06-02-2022 01:50 PM
Hello,
I first recommend that you ensure you are using compatible versions of software https://www.ni.com/en-us/support/documentation/compatibility/22/veristand-labview-modeling-and-legac.... The next step is to make sure you have VeriStand Model Framework installed (this is an installable component provided by the VeriStand suite). Lastly, depending on the order of software installation, you may need to type the following commands in the MATLAB console:
addpath('C:\VeriStand');
NIVeriStandAddPaths;
This knowledgebase article should walk you through those steps as well: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000kGqySAE&l=en-US.
06-06-2022 11:26 AM
Thanks for very useful information
can we find Evaluation version of Veristand 2017 etc
regards,