Simpowersystems Asynchronous Machine Inside Delta (6 wire) connection

3 views (last 30 days)
Hello,
Is there a way to access all six stator winding connection points using this model to allow inside delta (6 wire) control?
Thanks

Accepted Answer

Sebastian Castro
Sebastian Castro on 29 Jul 2015
I don't think there's an easy way for this.
If you look at the "Wound" configuration of the Asychronous Machine block, it exposes 6 physical connection ports -- 3 for the stator and 3 for the rotor.
You'd have to customize this block (using power_customize, for instance) and change the mathematical model such that the 6 voltages and currents correspond to the inside-delta connection points instead of the 3 stator and 3 rotor wye connections.
Alternatively, you could model the whole custom machine model using Simulink blocks. Either approach will require a modified mathematical model based on the existing Asynchronous Machine block.
I'd look at the power_SLmodeling example, or its documentation, as a starting point.
- Sebastian

More Answers (0)

Categories

Find more on Electrical Sensors in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!