Model Reference outport do not accept function-call from Stateflow Chart
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Helllo,
I'm creating an advanved system than contains many subsystems within its design. All subsystems are created as Model Reference blocks. Some of subsystems are Stateflow Charts, thats send events that trigger states in other Stateflow Charts, that are indepentent models. The problem is that with this workflow convenction, the error occurs with Outport block, that do not accept the Function-call:
System structure:
Error:
Outport that generates error:
I tried to set the Execution order to Export Function Domain, also the Inport of event is set to Output function call. Does outport not accept the function call? It's a bit confusing behaviour that I'm not able to transmit events outside of the referenced model, as its the best idea to use that workflow to enhance models reusability.
Thanks for help.
2 comentarios
Ashutosh
el 14 de Ag. de 2023
Hi @Grzegorz Diaczek could you provide model and reproduction steps so that i can reproduce the issue at my end ?
Respuestas (1)
Tushar
el 8 de Sept. de 2023
Hi Grzegorz,
I understand that you are facing issues while transmitting an output event from a chart as an input to another chart.
Using the Stateflow example 'Moore Chart', I have tried simulating the following scenarios:
- When both the charts are in the same Simulink model.
- When one of the charts are put inside a subsystem, the output of that chart gets converted into an 'outport'. The 'outport' can then be used as an input to the other chart.
I have observed that it is possible to transmit an output as event from chart as input to other chart using "outports" in these scenarios. Please refer to the following example:
Overview of the two charts
Creating subsystems for each chart
Subsystem 1
Subsystem 2
For linking/referencing a Simulink model, I suggest using 'inports' and 'outports' for a subsystem which you want to link. You can then use the 'Subsystem Reference' block to link/refer to your Simulink subsystem.
Attaching resources for further help: Model References
0 comentarios
Ver también
Categorías
Más información sobre Simulink Functions en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!