Clear Filters
Clear Filters

任意モデルでrtモデルを作成した際のコイルの順番

2 views (last 30 days)
郁哉 芦澤
郁哉 芦澤 on 28 Sep 2022
Edited: Christine Li on 9 Nov 2022
こんにちわ,大学生です.
モータの研究をしておりますが,JMAG-Designerのメッシュデータを使用しrtモデルを作成したのですが(任意モデル),その時に±uvw相の計6つのコイルを指定しました.そしてSimulink上でシミュレーションをしようと思っているのですが,mux,demexで上から順にどの巻線が使用されているかわかりません.
rtモデルを作成する際の順番になると思ったのですが,rtモデルを作った際のデータが見当たらないため,simulink上で判別したいのですが,どのような手法で判別したらいいのでしょうか.
説明が下手で申し訳ないです.
例えば電流を入力した際の,出力で判断する.などしましたがよくわかりませんでした....

Answers (1)

Christine Li
Christine Li on 9 Nov 2022
Edited: Christine Li on 9 Nov 2022
Hi 郁哉 芦澤,
Do you refer to the 'mux' and 'demux' from the Simulink basic library? These two blocks have the default signal order from top to bottom. Here is an example about mux and demux:
If you want to control the order of signal, you can use 'Bus Creator' and 'Bus Selector'. Alternatively, use ' Bus Element'. More advanced way is to create bus object which gives you more flexibilities to control/define the bus signals.
Best,
Christine

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!