Experiment No:-03 Name of the Experiment:-: L di dt dω dt Bω=
Experiment No:-03 Name of the Experiment:-: L di dt dω dt Bω=
A back emf ( Vb ) is generated at the armature while it accelerates. This back emf opposes the
input voltage (Va). Let the current flowing through the armature is i a, angular velocity and
angular position are respectively and .
Then the dynamic equations of the dc motors areL
di a
dt
d
+ B= K i .(ii)
t a
dt
d
dt
.(iii)
M-file:clc
clear all
L=1.54*10^-3;
R=7.94;
J=27.8*10^-7;
B=7.5*10^-6;
Kb=39.3*10^-3;
Kt=39.3*10^-2;
For producing the plotsplot(current);
plot(position);
plot(velocity);
0.12
0.1
0.08
0.06
0.04
0.02
200
400
600
800
time (t) in sec
1000
1200
1400
30
25
20
15
10
200
400
600
800
Time (t) in sec
1000
1200
1400
1000
1200
1400
30
25
20
15
10
200
400
600
800
Time (t) in sec
Conclusion:A dc motor dynamic system had been represented by simulink block diagram which
led us to easy observation of variation of output parameters with respect to time. In this way
we can represent any system with simulink block diagram by knowing its dynamic equations
and observe the output response for a certain input which will help us greatly to control that
system.