Is there a full definition of block priority that's missing (R2011a) ?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am trying to assign block priorities to blocks in a simulation and I'm getting the warning about unable to honor. The warning says that the priority it is unable to honor is (pri=[40, Inf, Inf, Inf]). I'm unable to find documentation that says anything other than a single number can be a priority.
1 comentario
Vandana Rajan
el 1 de Mzo. de 2017
Editada: Vandana Rajan
el 1 de Mzo. de 2017
Hi,
What are the block priorities that you gave? How did you assign priorities? Actually simulink analyses the blocks in a particular model and decides their priorities. It may or may nor honor the priority order we have given.
"Simulink software honors the block priorities that you specify unless they violate data dependencies."
Respuestas (1)
Vandana Rajan
el 1 de Mzo. de 2017
Hi,
Could you also try by making the subsystem as an atomic unit? For this, tick the check-box, 'Treat as atomic unit' for the subsystem.
Ver también
Categorías
Más información sobre Programmatic Model Editing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!