logo

Electrical Machines and Drives | Assignment

The assignment involves two questions. Question 1 requires the use of MATLAB to plot the motor speed as a function of armature voltage for a separately excited DC motor. Question 2 involves deriving the control transfer function for the d and q axis loops of an inverter connected to the utility network.

7 Pages768 Words23 Views
   

Added on  2022-09-18

Electrical Machines and Drives | Assignment

The assignment involves two questions. Question 1 requires the use of MATLAB to plot the motor speed as a function of armature voltage for a separately excited DC motor. Question 2 involves deriving the control transfer function for the d and q axis loops of an inverter connected to the utility network.

   Added on 2022-09-18

ShareRelated Documents
Electrical Machines and Drives
Solution 1:
Separately Excited DC Motor
Parameters :
Voltage = 500 V , 100 hp, 2500 r / min
Field Resistance = Rf = 109 Ohm
Rated field voltage = Vf0 = 300 V
Armature Resistance = Ra = 0.084 Ohm
Geometric constant = kf = 0.694 V / ( A rad / s )
Case 1 : Motor operating under no load
Vf = If Rf
Armature circuit :
Va = Ia Ra + Eg = Ia Ra + Kv . w . If
Back emf = Eg = Kv . w . If
Electrical Machines and Drives | Assignment_1
W = Vs – Va / kv * If
If = Vf / Rf
Torque = k * Ia
Td = kt * If * ia
W = 500 – Va / ( 0.694 * 300 / 109 )
At constant field voltage = 300 V
Plot of motor speed versus the armature voltage ( as the armature voltage is varied from 250
V to 500 V ) using MATLAB software :
MATLAB Code :
V = 250 : 1 : 500 ;
w = ( 500 – V ) / ( 0.694 * 300 / 109 ) ;
plot ( V , w ) ;
xlabel ( ' Armature voltage ' ) ;
ylabel ( ' Motor Speed ' ) ;
Electrical Machines and Drives | Assignment_2
Figure 1
Case 2 : Motor operating under rated full load torque
Plot of motor speed versus the armature voltage ( as the armature voltage is varied from 250
V to 500 V ) using MATLAB software :
MATLAB Code :
Va = 250 : 1 : 500 ;
W1 = ( 500 – Va ) / ( 0.694 * 300 / 109 ) ;
plot ( Va , w1 ) ;
xlabel ( ' Armature voltage ' ) ;
ylabel ( ' Motor Speed ' ) ;
Electrical Machines and Drives | Assignment_3

End of preview

Want to access all the pages? Upload your documents or become a member.