why need signal conversion to assign a signal line?

41 visualizaciones (últimos 30 días)
Xu Liu
Xu Liu el 19 de Ag. de 2019
Respondida: Urmila Rajpurohith el 23 de Ag. de 2019
hello everyone,
when I assign a signal line I meet the follow problem:
The Simulink signal object specified on the line originating from output port 1 of BLDDPM_cpu1_CCP_V1_0_20190818/Phase3_MC/current_measure_wind1/current_scaling_rated/Demux is invalid because it cannot be uniquely mapped to a valid signal in the model. Consider inserting a Signal Conversion block after the output port and specifying the signal object on the output of the Signal Conversion block instead.
signal conversion.png
what it means? actully when i use the Signal Conversion block before assigning my signal line, it works, I do not know clearly which ''because it cannot be uniquely mapped to a valid signal in the model'' means for?
I am looking forward your advice soon! thanks!

Respuesta aceptada

Urmila Rajpurohith
Urmila Rajpurohith el 23 de Ag. de 2019
The ability to associate outputs of a “Demux” Block (containing multiple outputs) with “Simulink.Signal” objects is not available in Simulink.
Note that a “Demux” containing multiple outputs generates virtual signals. It is not possible to name, rename, or associate “Simulink.Signal” objects with virtual signals.
To work around this issue, convert the virtual signal to a nonvirtual signal. You can do this using any of the following:
  • Signal Conversion block
  • Data Type Conversion block
  • Gain block whose "Gain" value specifies 1
The nonvirtual signal output by these blocks can be named or associated with a “Simulink.Signal” object.

Más respuestas (0)

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by