Permanent Magnet Synchronous Motorのパラメータについて
    1 view (last 30 days)
  
       Show older comments
    
Permanent Magnet Synchronous Motorにパラメータを入力しシミュレーションを行うと、図1の警告が表示されます。
しかし、御社Webサイト(https://jp.mathworks.com/help/physmod/sps/ref/permanentmagnetsynchronousmotor.html?s_tid=srchtitle :図2)
にはLmのデフォルト値は -0.00002と記載されています。
どちらが正しいかお教えください。
2 Comments
  maeda
      
 on 20 Feb 2019
				以下のコマンドをコマンドラインに入力すると、サンプルモデルを表示することができます。
そのサンプルモデルは Lm = 0.00002 と設定されていてシミュレーションは動作します。
model='pe_pmsm_parameterization';
open_system(model)
参考にしたurlはこちらです。https://jp.mathworks.com/help/physmod/sps/examples/parameterize-a-permanent-magnet-synchronous-motor.html
Accepted Answer
  Shoumei
      
 on 20 Feb 2019
        お使いのバージョンがR2015bだと、こちらのドキュメントが正しいリンク先です。Lm=0.00002、正の値がデフォルト値です。
R2017aから仕様変更があったようで、負の値がデフォルト値になりました。
ご覧になられているドキュメントは最新バージョンR2018bのドキュメントのようです。
0 Comments
More Answers (0)
Communities
More Answers in the Power Electronics Control
See Also
Categories
				Find more on モーターと発電機 in Help Center and File Exchange
			
	Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

