Why doesn't signal units propagate through blocks?

1 Ansicht (letzte 30 Tage)
Proglet
Proglet am 31 Okt. 2020
Kommentiert: Walter Roberson am 1 Nov. 2020
I just started to use the "signal units" feature on Simulink signals then I found that it doesn't go through my model. For example, I expect a signal in "Nm" of the output of a product block which has inputs of signals in "N" and "m". But it doesn't happen.
Am I missing something?

Akzeptierte Antwort

stozaki
stozaki am 31 Okt. 2020
Hello Proglet,
There are two inputs. One has the unit N and the other has the unit m. The unit Nm is obtained as the result of each multiplication.
However, the Product block does not automatically add units to the calculation result. This is a Simulink specification. If you want to give the unit explicitly, you need to set the unit attribute using Simulink.Signal object etc.
stozaki
  2 Kommentare
Proglet
Proglet am 1 Nov. 2020
Thank you for your reply.
Now I know this feature is for not calculation consistency checking but subsystem connection checking.
Walter Roberson
Walter Roberson am 1 Nov. 2020
Simscape checks units I believe.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by