Borrar filtros
Borrar filtros

What on earth is "hidden SEPropMediator block"?

2 visualizaciones (últimos 30 días)
Rob
Rob el 25 de Sept. de 2013
Respondida: Georges G. el 19 de Ag. de 2023
Hi,
I have a Simevents model. I have there two Set Attibute blocks. Both blocks get attribute value from Constant block. Constant value blocks get their values from workspace constants. Both values are matrixes (like [1x2] or [3x4]). One block works fine. The other one is L'enfant terrible.
During compile of the model I get this error message: Error in port widths or dimensions. Input port 192 of wsn_simulator_04/SEPropMediatorSESubgraph0' is a [1x2] matrix. This error message is related to a hidden SEPropMediator block. And this error is followed with: Error in port widths or dimensions. Output port 1 of 'wsn_simulator_04/Sensor node09/Const1' is a [4x2] matrix.
Can someone tell what is the mistake I'm doing? Thanks a lot.

Respuesta aceptada

Devdatt Lad
Devdatt Lad el 25 de Sept. de 2013
This is an internal-only error message and should have been re-worked before being displayed by the product. Please file a Tech Support ticket with a model snippet so that it can be fixed. Thanks.
The message is saying that you are trying to assign an attribute of size [1x2] with a value of size [4x2]. In SimEvents attributes have fixed sizes determined during compile. Somewhere in your model you are assigning an attribute (say "A1") with a [1x2] value and so the product records that the dimensions of A1 is [1x2] and will error out if any other block attempts to read/write a differently sized value from A1.
  1 comentario
cc lia
cc lia el 11 de Mzo. de 2016
Please file a Tech Support ticket with a model snippet so that it can be fixed. Thanks I don't understand this sentence.Can you explain in detail how to solve this problem Thanks

Iniciar sesión para comentar.

Más respuestas (1)

Georges G.
Georges G. el 19 de Ag. de 2023
I've been having this same issue with the mediator prop. I haven't been able to resolve it other than with this issue.

Categorías

Más información sobre Discrete-Event Simulation 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!

Translated by