Control Systems Lab 4
Control Systems Lab 4
Semester VII
Section A
Lab 4
The response of control system in time domain is shown in the following figure.
Transient Response:
After applying input to the control system, output requires a certain amount of time to
stabilise. As a result, the output will be transitory until it reaches a steady state. As a result,
transient reaction refers to the control system's response during the transient condition.
For high values of 't,' the transient reaction will be nil. This value of 't' is ideally infinite,
but in practise it is five times constant.
limt→∞ctr(t)=0
Lab Practice
Find the following for the given systems
Responses: Step response, Impulse response
Response specifications: Time constant, Settling time, System DC gain, Percent overshoot,
Maximum amplitude, Peak time.
Feedback: Make both systems as the unity feedback system and find the closed loop transfer
function and step response of the system.
Lab Practice 6.1
Code:
Task 6.2: Create a fifth order system and ascertain the response characteristics
Lab task 2:
Code:
Task 6.3:
Make unity feedback system with the systems in practice task 1 and 2 and find step response.
Code:
Lab Task
Lab Task 1
Statement
The engine, body, and tires of a racing vehicle affect the acceleration and speed attainable. The speed
control of the car is represented by the model shown in the following figure.
Code:
Output:
Lab Task 2
Statement
The levitation control is represented by the figure.
a) Find the step response for K=40, and also calculate the percent over shoot.
b) Select or analyze the value of K such that the over shoot is not more than 5% for the step
input.
Code:
sys1 =
40
----------
s^2 + 14 s
sys3 =
40
---------------
s^2 + 14 s + 40
s=
RiseTime: 0.6162
SettlingTime: 1.1056
SettlingMin: 0.9029
SettlingMax: 0.9996
Overshoot: 0
Undershoot: 0
Peak: 0.9996
PeakTime: 2.1092
e=
Conclusion:
The system response, forms of system response, varied input signals, and transient response
parameters were all thoroughly covered in this lab. Different close loop systems were created
and their transient response parameters were computed in the practise and lab activities.