VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a procedure to setup new versions of simulink to use Veristand?

Solved!
Go to solution

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,

CHCastro
0 Kudos
Message 1 of 5
(6,282 Views)

Good morning,

 

Here some links to inform the operating system and programming examples. Any questions please contact us.

 

NI VeriStand 2010 Readme

http://digital.ni.com/public.nsf/allkb/397FB55EA4C80E0B862577990068AEB6?OpenDocument

 

Using Simulation Models with NI VeriStand

http://zone.ni.com/devzone/cda/epd/p/id/6488

 

Creating Simulation Models Using The MathWorks, Inc. Simulink® Software for Use in NI VeriStand

http://zone.ni.com/devzone/cda/tut/p/id/13066

 

Graciously,

Mauro Vera
Applications Engineer
National Instruments
0 Kudos
Message 2 of 5
(6,269 Views)
Solution
Accepted by topic author ClaudioH

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:

 

  1. Navigate to C:\Program Files\MATLAB\<Version>\toolbox\local
  2. Open matlabrc.m
  3. Scroll to the bottom and add these lines:
addpath('C:\VeriStand');
NIVeriStandAddPaths;

 

To remove support, do the same thing but delete or comment out those lines.

Stephen B
Message 3 of 5
(6,168 Views)

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,

CHCastro
0 Kudos
Message 4 of 5
(6,166 Views)

Hi Stephen,

 

This procedure worked with 2008b.

 

Thanks,

CHCastro
0 Kudos
Message 5 of 5
(6,163 Views)