| CONTROL SYSTEM LAB REPORTS |
|
|
|
| Thursday, 17 September 2009 09:59 |
|
Submitted by : Reza Ashraf(Rabbi), B.Sc. in EEE, 30 | B | Day, SUB. EXPERIMENT NO - 01
NAME OF THE EXPERIMENT : Modeling of Physical systems and study of their open loop response OBJECTIVE :The objective of this experiment is the modeling of physical systems and study of their open loop response.
Simulation of a cruise control systemPhysical Interpretation & system equations:Let us assume a car that travels only in one direction. Control to the car was applied in such a way that it has a smooth start up, along with a constant-speed ride. The force applied is ‘u’, velocity at any time is ‘v’ and frictional constant=b. The frictional force is linearly proportional to velocity. So the applied force, ‘u’ accelerates the mass while overcoming the frictional force.
Mathematical analysis:Taking the Laplace transform of the equations, we find MATLab Code:clear;clc; b=50; u=602; figure; for i=1:5 m=200*i; num=[1]; den=[m b]; sys=tf(num,den); step(u*sys); hold on; title('Step response of the Cruise Control when Friction is fixed'); xlabel('time') ylabel('velocity(m/s)'); end figure; m=1000; for j=1:5 b=j*10; num=[1]; den=[m b]; sys=tf(num,den); step(u*sys); hold on; title('Step response of the Cruise Control when Mass is fixed'); xlabel('time') ylabel('velocity(m/s)'); end Output Curves:Figure 1:
Figure 2:
MATLab Data:For Figure 1:
For Figure 2:
Q-01Define rise time, settling time, percentage overshoot and steady state error of a system for step input.Answer:
Where,
Q-02How steady state speed, rise time and overshoot of the output response vary with the variation of m and b?Answer: In Figure 1, Friction (b) is fixed Mass (m) has been varied. We take 5 different values for Mass (m) respectively 200, 400, 600, 800, and 1000. If we observe the graph, we can find that Rise time is increasing as Mass (m) increases. If we calculate overshoot percentage for given value we find it Zero.
Q-03Justify that the steady state speed of the vehicle depends only on the friction coefficient b.Answer:We Know that, u = (dv/dt)+bvHere v is fixed, so dv/dt = 0 Then u=bv or v = u/b Here u is fixed for figure 1 and Figure 2. So, v is only depends on the friction Co-efficient b
All the 6 Lab Reports on Control System Exp-01 to Exp-06: |
| Last Updated on Saturday, 19 September 2009 14:02 |

Control System Lab Reports

