Can we join components of SimPowerSystems with that of simElectronics?
1 回表示 (過去 30 日間)
古いコメントを表示
muhammad saad malik
2015 年 7 月 24 日
コメント済み: Sebastian Castro
2015 年 7 月 29 日
Can we join components of SimPowerSystems with that of simElectronics. If yes, then how? Because a red wire appears when i try to join the ground with a BJT even when i use controlled voltage source.
0 件のコメント
採用された回答
Sebastian Castro
2015 年 7 月 24 日
Yes -- SimPowerSystems has an Interface Elements library with blocks like the Current-Voltage Simscape Interface.
Be warned, however, that these interface blocks go through Simulink signals and therefore create numerical algebraic loops that can be broken with filters within that same block. In other words, you should avoid using too many of these blocks. A few of them are fine, especially if you are trying to connect a large isolated SimPowerSystems network with another large isolated network in Simscape/SimElectronics.
- Sebastian
2 件のコメント
Sebastian Castro
2015 年 7 月 29 日
The gate input of the SimPowerSystems IGBT block is a regular Simulink signal, so you don't need to go through the trouble of using an interface block.
What you can do is put a Current Sensor Simscape block in series with the Optocoupler output, convert it with a PS-Simulink Converter block, and apply that as the gate signal to your SimPowerSystems IGBT.
... or you can do the same with a Voltage Sensor in parallel if that's the way things are connected (I'm not a power electronics guy by ahy means :) ).
- Sebastian
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!