Problem when try to build a model using Real Time window target

8 views (last 30 days)
Hi Dears,
I am trying to build a model using simulink and real time window target, but it always fails, showing the following message: Block diagram 'Tank3' contains no blocks or all blocks are virtual Component: Simulink | Category: Block error
Can anyone help me? Regards, Euan

Accepted Answer

Jan Houska
Jan Houska on 6 Jan 2015
This probably means what the message says - that is, your block diagram is effectively empty. This means that none of the blocks present in the diagram performs any action - they are all commented out, in a signal branch that gets never executed, or such. Please try to add some blocks that would perform some action to see if the message disappears.
  1 Comment
Euan Russano
Euan Russano on 7 Jan 2015
Thanks very much for taking time to help me. I will try to do as you said and see what happens.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!