Re: Why cant I acced to all parameters of my simulink model with SIT?

2004-06-16 Thread GregMo
Some model parameters may be accessible in the connection manager and
may be tunable in the desktop simulation case (i.e. when the model is
running in Simulink) but NOT tunable in the real-time code. This
results from how the Mathwork's Realtime Workshop generates its C
code. Generally, parameters that are not tunable in RTW generated code
are parameters that are not used directly in the C code; such a
parameter is operated on at code generation time to produce a
secondary item that is actually used in the C code.



Why cant I acced to all parameters of my simulink model with SIT?

2004-06-11 Thread Padox
Hi,
I am trying to change some parameters of my Simulink model with
Simulation Interface Toolkit. The problem is that I cant acced to all
of them. For example, I want to change a cut-off frequency. When I
enter the SIT Connection manager, a path is given so that I can
change that parameter. But when I enter that path to my
modelname_driverbase.vi manually, no connection is made with the
mapping of the SIT Map Model Parameter. How can I solve my problem?
I've counted all the parameters that appear in the SIT Connection
manager. There are 21.
But in the mapping, there are only 7. How is it possible?
Thanx for answering me if you have an idea.