Can we join components of SimPowerSystems with that of simElectronics?
2 views (last 30 days)
Show older comments
muhammad saad malik
on 24 Jul 2015
Commented: Sebastian Castro
on 29 Jul 2015
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 Comments
Accepted Answer
Sebastian Castro
on 24 Jul 2015
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 Comments
Sebastian Castro
on 29 Jul 2015
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
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!