Skip to main content

A Comparative Analysis

A Comparative Analysis of PMDC with variation in its parameters

The responses here obtained are very limited in their expressions in the sense that they do not provide the comparative results between the responses if any parameter is changed.
For the accomplishment of the fore mentioned task separate .m files were created each varying one parameter i.e. Resistance, R; Inductance, L; Inertia of the load and the motor system, J and the damping of the load and the motor system, B.
The results are based on the fact that each of the above mentioned parameters are changed one by one and the response of the motor and the behavior of the natural frequency and the damping ratio of the whole system are plotted are against them.

Variation in:
  1. Resistance, R
    Important Observations:

    Step Response of the system

    1. As the resistance of the system is in creased the overall response of the system to the step input that is the output angular velocity of the system decreases.

      Frequency response of the system

      1. The break frequency slightly changes its value when the value of the resistance is changed.


                   Current Response

    1. The steady state values and the peak values of the current decreases drastically as the system’s resistance is changed (increased), upon the application of step input.

      Current’s frequency response

      The magnitude of the current in the in the steady state upon the application of a sinusoidal input decreases as the resistance is increased, and so the break frequency.

      Damping ratio vs. resistance characteristics

      1. Upon increasing the resistance of the system the damping ratio defined for the system also increases, i.e. the system slow down will be faster as the system’s resistance is increased.
      2. Also notice that the system response at higher resistive values is highly over damped response, which may not be suitable for certain applications.

        Break frequency vs. resistance characteristics

        1. It is evident from the accompanied graph that the break frequency increases as the system resistance is increased, though the change is small.


        The following series of characteristics describes the behavior of the necessary parameters of a system such as rise time, tr; peak time, tp; maximum overshoot, Mp and the settling time for the step response of the system. It is important to note that some of the quantities do not need to be calculated in certain responses like maximum overshoot doesn’t have any significance under the over damped or critical response of a system. The important observations are summarized below the characteristics.
        Upon increasing the resistance of the system generally the following is noticed: 
        1. The rise time decreases.
        2. Peak time decreases.
        3. Maximum overshoot decreases.
        4. Settling time decreases.
        The increase in the resistance can cause the system response to become more and more over damped, thus, increasing the efficiency of the system. Thus, resistance parameter should be appropriately chosen while designing a system, keeping system response in mind.





Comments

Popular posts from this blog

Open Loop Analysis of the PMDC Motor

Hello friends !!! i am here to share my project work with you.   i have done a comparative analysis of PMDC motor  to  show the variation in response by changing its parameters.. the introduction of PMDC motors can be view by checking the page linked on this page. we'll start with open loop analysis of the motor. Open Loop Analysis of the PM DC Motor The open loop analysis is done using MATLAB ® . Open loop analysis using MATLAB ® .m-file With the aid of the PM DC motor parameters provided, the open loop analysis us done by considering the stability factors and making the necessary plots for this analysis. This includes the step response and the bode plot diagram. For this purpose, separate m files were created for the constants, file to change these constants and the main files. constants.m % start of code % motor parameters L = 0.12 R = 7 Kt = .0141 J = 1.6e-6 Ke = .0141 B = 6.04e-6 % end of code The above file generated constants.m stores the relevant constants des