Assistance Needed – Negative Input Power in Simulink Model

40 ビュー (過去 30 日間)
Fsquared
Fsquared 2025 年 9 月 22 日 22:54
回答済み: TARUN 2025 年 9 月 26 日 9:45
Hello everyone,
I am currently simulating a model of an induction motor in Simulink, but I am encountering an issue where the input power is showing negative values. I have attached the model for your reference.
Could you please help me understand what might be causing this behavior and suggest possible solutions to resolve it?
Thank you for your assistance.
  3 件のコメント
Walter Roberson
Walter Roberson 2025 年 9 月 23 日 3:40
Which scope output should we be focusing on, as evidence of the input power showing negative values?
Fsquared
Fsquared 2025 年 9 月 23 日 13:11
the display block named pin

サインインしてコメントする。

回答 (2 件)

Sabin
Sabin 2025 年 9 月 25 日 13:18
The instantaneous power measurement assumes that both voltages and currents are referenced to the same point. However, in the attached model the computation is done using phase currents and line voltages. Therefore, the incorrect calculation.

TARUN
TARUN 2025 年 9 月 26 日 9:45
The negative input power is due to a mismatch in your measurement signals. The instantaneous power block expects phase-to-neutral voltages with phase currents, but in your model, you’ve connected line-to-line voltages with phase currents, which leads to incorrect results.
To fix this, you can:
• Use phase-to-neutral voltages (Va, Vb, Vc) instead of line voltages.
• If only line voltages are available, convert them to phase voltages before feeding them into the power calculation.
This should give you the correct positive power that matches your motor’s shaft power (torque × speed).

カテゴリ

Help Center および File ExchangeMotor Drives についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by