16
DC MOTOR COMPENSATOR

Lag Compensator

Embed Size (px)

DESCRIPTION

Design a lag compensator to control the stability and settling time of the dc motor model FN38

Citation preview

Page 1: Lag Compensator

DC MOTOR COMPENSATOR

Page 2: Lag Compensator

ZAIN AHMED (F-3634) ISLAM NAQI (F-3616) FAISAL ASHRAF (F-3629) AFAQ SATTI (F-3335)

Page 3: Lag Compensator

OBJECTIVE

To increase the Stability of DC motor and to decrease the settling time, we are using lag compensator.

Page 4: Lag Compensator

FN38

Here we use the FN38 Series with encoded. Red is -VE. Blue is +VE. Grey is Ground. 3 Encoded Outputs and 1 Feedback Output.

Page 5: Lag Compensator

VALUES FOR THE PHYSICAL PARAMETERS:

Page 6: Lag Compensator

ELECTRO MECHANICAL SYSTEM

Page 7: Lag Compensator

TRANSFER FUNCTION:

2))((

)()()(

)()()(

KRLsbJs

K

V

sKsVsIRLs

sKIsbJss

Page 8: Lag Compensator

MATLAB CODE:

syms s

t=0.18/((2+8.7*s)*(0.0039*s+0.26)+(0.18^2))

[N,D]=numden(t)

n=sym2poly(N)

d=sym2poly(D)

step(n,d),figure(2)

rlocus(n,d),figure(3)

margin(n,d)

Page 9: Lag Compensator

SETTLING TIME: 17 SEC,FINAL VALUE: 10 SEC,

Page 10: Lag Compensator

ROOT LOCUS

Page 11: Lag Compensator

BODE PLOT

Page 12: Lag Compensator

LAG COMPENSATOR

Page 13: Lag Compensator

SETTLING TIME: 0.126FINAL VALUE:0.99

Page 14: Lag Compensator

ROOT LOCUS:

Page 15: Lag Compensator

BODE PLOT:

Page 16: Lag Compensator

RESULTS:

Phase margin was 93.3 degree and After Lag compensator it become 47.3 degree.

Settling time was 17secs and After Lag Compensator it become 0.126secs.