signal propagation not working with simulink goto / from blocks
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
What do i have to do to get signal propagation to work?
You used to double click on the signal name and it showed up.
When i put a from block into a simulink scope i want the scope to inherit the name.
Its really time consuming to retype everything in.
0 comentarios
Respuestas (1)
Debadipto
el 25 de Abr. de 2024
To ensure I've understood your query correctly, let's consider a scenario where a sine wave block is linked to a "Goto" block, with the connecting signal named "sine". When a "From" block is then connected to a "Scope", you observe that the signal name "sine" doesn't automatically appear on the connection leading to the "Scope". As a result, you find yourself manually renaming it to "sine" for the scope to display the name in its output.
To clarify, the signal from the "From" block to the "Scope" should indeed inherit the name "sine", though this name may not be visually indicated on the connecting signal. This can be confirmed by altering the icon display settings of the "Goto" and "From" blocks to show the signal name or by running the model and noting that the scope's legend reflects the signal name "sine".
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!