How do i switch between sources in a Simulink (Simscape) model acroding to a Workspace variable?

2 visualizaciones (últimos 30 días)
I have a simscape simulink model, as shown in the picture:
I would like a specific run of the simulation to switch between the 4 possible signal sources acording to a Workspace variable WS. In other words, if WS=1 when the simulation runs, i would want the step signal to be the source. If WS=2 i would like the slope to be the sourse etc.
I saw some similar question and answers, but still havn't figured it out. Any help?
Thanks!

Respuesta aceptada

Romain
Romain el 11 de Jul. de 2024
Editada: Romain el 11 de Jul. de 2024
Hi Aharon,
Here is how I would do it with Simulink signals, using a 4 input mux and a variable selector:
Specify selector mode as 'variable' to have the 'Idx' input of the variable selector, then connect your 'WS' constant block to the 'Idx' input. Variable selector and mux may not work with physical signal, so you can either:
  • Add PS-simulink converter right before the mux and simulink-PS converter after the variable selector (as I did in the figure above).
  • Replace your PS sources with simulink sources and only use a simulink-PS converter after the variable selector.

Más respuestas (0)

Categorías

Más información sobre Variable Initialization en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by