why need signal conversion to assign a signal line?

42 次查看(过去 30 天)
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!

采纳的回答

Urmila Rajpurohith
Urmila Rajpurohith 2019-8-23
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Types 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by