From: Anne on
I try to run Model-Based Design of SUV anti-rollover control model.
And there's this CarSim S-function block. It's connected to two other blocks. But when trying to run the model, the lines connecting the blocks to S-function disappear. And warnings appear:
Warning: Unconnected output line found on
'TMW_Anti_Roll_Controller_demo/Convert to CarSim' (output port: 1)
Warning: Unconnected input line found on
'TMW_Anti_Roll_Controller_demo/Convert to SI Units' (input port: 1)
Can anybody help me?
From: Titus Edelhofer on

"Anne " <neks_x(a)yahoo.com> schrieb im Newsbeitrag
news:hci520$fue$1(a)fred.mathworks.com...
>I try to run Model-Based Design of SUV anti-rollover control model.
> And there's this CarSim S-function block. It's connected to two other
> blocks. But when trying to run the model, the lines connecting the blocks
> to S-function disappear. And warnings appear:
> Warning: Unconnected output line found on
> 'TMW_Anti_Roll_Controller_demo/Convert to CarSim' (output port: 1)
> Warning: Unconnected input line found on
> 'TMW_Anti_Roll_Controller_demo/Convert to SI Units' (input port: 1)
> Can anybody help me?
>

Hi,
I'd suggest to turn on the Callback tracing (Checkbox for Simulink in the
Preferences Page). Perhaps some callback does this sort of thing ...

Titus


From: Anne on
"Titus Edelhofer" <titus.edelhofer(a)mathworks.de> wrote in message <hci63k$j8t$1(a)fred.mathworks.com>...
>
> "Anne " <neks_x(a)yahoo.com> schrieb im Newsbeitrag
> news:hci520$fue$1(a)fred.mathworks.com...
> >I try to run Model-Based Design of SUV anti-rollover control model.
> > And there's this CarSim S-function block. It's connected to two other
> > blocks. But when trying to run the model, the lines connecting the blocks
> > to S-function disappear. And warnings appear:
> > Warning: Unconnected output line found on
> > 'TMW_Anti_Roll_Controller_demo/Convert to CarSim' (output port: 1)
> > Warning: Unconnected input line found on
> > 'TMW_Anti_Roll_Controller_demo/Convert to SI Units' (input port: 1)
> > Can anybody help me?
> >
>
> Hi,
> I'd suggest to turn on the Callback tracing (Checkbox for Simulink in the
> Preferences Page). Perhaps some callback does this sort of thing ...
>
> Titus
>

Thank you. I'll try to do it.