10-06-2011 10:54 AM
Hi,
Due to new projects standards I had to install Simulink 2008b and 2010b in my computer that already has VS 2010 and Simulink 2008a.
What is the safest way to configure the 2008b and 2010b to compile models to VeriStand?
It is really impossible make 2010b to work with VS2010?
All these versions are installed in a XP 32 bits.
Cheers,
Solved! Go to Solution.
10-07-2011
07:35 AM
- last edited on
06-25-2024
02:52 PM
by
Content Cleaner
Good morning,
Here some links to inform the operating system and programming examples. Any questions please contact us.
NI VeriStand 2010 Readme
https://digital.ni.com/public.nsf/allkb/attachments/7211BC701F453AF18625792F0045E96D_readme.html
Using Simulation Models with NI VeriStand
Creating Simulation Models Using The MathWorks, Inc. Simulink® Software for Use in NI VeriStand
https://www.ni.com/docs/en-US/bundle/veristand/page/use-models-simulink.html
Graciously,
10-07-2011 08:56 AM
When you install NI VeriStand there is an option to install the model framework with The MathWorks, Inc. Simulink® support, this places a C:\VeriStand directory on your computer. As long as that directory is there, if you want to enable/disable NI VeriStand support in a specific The MathWorks, Inc. Simulink® version, you can do this:
addpath('C:\VeriStand'); NIVeriStandAddPaths;
To remove support, do the same thing but delete or comment out those lines.
10-07-2011 09:14 AM
Hi Mauro,
Ok, Simulink 2010b is not supported by VS 2010.
I forgot to inform that I am using VS 2010 with Simulink 2008a without any problem.
I am trying to avoid the uninstall and reinstall VS 2010 procedure and lost the working integration of VS 2010 with Simulink 2008a.
Cheers,
10-07-2011 09:26 AM
Hi Stephen,
This procedure worked with 2008b.
Thanks,