how do I "cast" the output of a find entity block in simevents?

1 visualización (últimos 30 días)
Javier Baliosian
Javier Baliosian el 17 de Oct. de 2018
Respondida: Krishna Akella el 4 de Dic. de 2018
I am using the Find Entity block from SimEvents. from my model I am sure about which Entity Type the block will extract so I want to use the found entity after is found. However, if I connect it to a input switch, it complains with an error message "All input ports of block 'xxxx/Entity Input Switch' must have the same entity structure."

Respuestas (1)

Krishna Akella
Krishna Akella el 4 de Dic. de 2018
Hi Javier,
I am not sure what is causing the error. If all the inputs coming to your 'Input Switch' block are of the same type, then you should not see this error. To ensure that entities are of the same type, you have to give them the same 'Entity type name' to all of them and they all should have the same attributes.
Please see the attached model, where I have the 'Entity Find' block that outputs the extracted entities to an 'Input Switch'. Both the extracted entities and the other stream of entities going to the Input Switch are of type 'Entity'. You can see the output type of the blocks by going to the menu bar and turning on 'Display' -> 'Signals & Ports' -> 'Port Data Types'.
- Krishna

Categorías

Más información sobre Discrete-Event Simulation en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by