Question
control system
System Description: The figure 1 and 2 below show, respectively, components and block diagram of a motor and the measurements


ii MATLAB Codes (Note: Show your codes to the instructor.) ii. Step response plot Note: Show the result to the instructor. iv
Page Layout References Viai sert PART B Determine the step response of the system using MATLAB SIMULINK Hint Create SIMULINK
System Description: The figure 1 and 2 below show, respectively, components and block diagram of a motor and the measurements of velocity (via the tacho unit) and position (via the potentiometer). n represents the gearbox ratio between the rotating shaft and the output shaft. The left-hand side of the diagram represents the controller. A reference set point for the rotating shaft is entered in degrees and this is equivalent voltage. The error is calculated by subtracting the measured position nt gain, Kp. (or position controller) and converted to an from the desired position. This error is multiplied by a consta the resulting voltage used to control the motor. Input potentiomcter Reference input Output potentiometer Foedhack signal R. La Input device K Amplifier Emror measuring device Load Motor Gear train Figure 1: Components of a typical DC Motor position control system Set point Ria) (degrees) Set point R(a) (V Error, E(a) Output position Ya) (degreea) Output velocity a), (rad/s) Input conversion к Position gain+ control Kp Motor unit Kn 1 180 ts+1 voltage Tacho gain voltage control K Tacho unit voltage +leasuroment otentiomoter Figure 2: Block diagram of a typical DC Motor position control system The physical parameters of the system are: (Km) (Kp) (K.) (Ki) input conversion (K) (K) (n) (r.) 150 rad/s/V motor constant position gain control sensor gain 1 0.0278 degree/volts same as K. 0.02 V/rad/s 0.1 10 0.5s tacho unit gain tacho gain control gear box ratio time constant
ii MATLAB Codes (Note: Show your codes to the instructor.) ii. Step response plot Note: Show the result to the instructor. iv. Response parameters Steady state value: Settling time
Page Layout References Viai sert PART B Determine the step response of the system using MATLAB SIMULINK Hint Create SIMULINK model of the system; simulate and plot the response; report the system response parameters i. SIMULINK model Note: Show your model to the instructor. ii. Step response plot Note: Show the result to the instructor iv. Response parameters Steady state value Settling time Observation: Any difference between the two resalts? e6 of 6 rds 530 Enghsh (U.53
0 0
Add a comment Improve this question Transcribed image text
Answer #1

MATLAB code is given below in bold letters.

clc;
clear all;
close all;

% define the system parameters
Km = 150; % motor constant
Kp = 1; % position gain control
K0 = 0.0278; % sensor gain
K1 = K0; % input conversion
Kt = 0.02; % tacho unit gain
Kv = 0.1; % tacho gain control
n = 10; % gear box ratio
tau = 0.5; % time constant

% Now define the laplace variable
s = tf('s');

% the transfer function from R(s) to Y(s) is given as below
T = K1 * feedback(Kp*feedback(Km/(tau*s+1),Kv*Kt)*1/(n)*180/pi,K0);

% define time to plot the response
t = 0:0.001:0.5;

% now plot the unit step response of the system
figure;
step(T,t);grid on;
title('unit step response of the closed loop system');

RESPONSE IS PLOTTED BELOW.

unit step response of the closed loop system 1 0.9 0.8 0.7 0.6 0.5 0.4 0.3 0.2 0.1 0 0,05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0,45

Simulink model is given below to simulate.

untitled File Edit View Simulation Format Tools Help Normal 0.5 Km 1/n*180/pi tau.s+1 Unit Stenput conversion position contro

The reponse of the simulation is plotted below.

Scope 0.9 0.8 0.7 0.6 0.5 0.4 0.3 0.2 0.1 0 0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 Time offset: 0

Add a comment
Know the answer?
Add Answer to:
control system System Description: The figure 1 and 2 below show, respectively, components and block diagram...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • A simple but practical feedback control system is shown below. It is a positioning system or posi...

    please solve this problem with detail description. A simple but practical feedback control system is shown below. It is a positioning system or position servo for a large video satellite antenna modeled as a mass having a large moment of inertia, J. An output potentiometer measures the output shaft position, converting the position to a proportional voltage according to vo-Kye. where, e is the output shaft angle in radians and vo is the output potentiometer voltage; Kp is the constant...

  • Control Lab

    Obtain the Simulink diagram of position control system shown in figure 1 and run the simulation. Assume the following numerical values for system constants:r = angular displacement of reference input shaft, radiansc = angular displacement of the output shaft, radiansθ = angular displacement of the motor shaft, radiansk1 = gain of the potentiometer error detector = 24/π volt/radkp = amplifier gain = 10 volt/voltea = applied armature voltage, volteb = back emf, voltRa = armature resistance, ohmsLa = armature winding...

  • DC Motor Position Control System

    The figure 1 and 2 below show, respectively, components and block diagram of a motor and the measurements of velocity (via the tacho unit) and position (via the potentiometer). n represents the gearbox ratio between the rotating shaft and the output shaft. The left-hand side of the diagram represents the controller. A reference set point for the rotating shaft is entered in degrees and this is converted to an equivalent voltage. The error is calculated by subtracting the measured position from the...

  • DC Motor Position Control System

    The figure 1 and 2 below show, respectively, components and block diagram of a motor and the measurements of velocity (via the tacho unit) and position (via the potentiometer). n represents the gearbox ratio between the rotating shaft and the output shaft. The left-hand side of the diagram represents the controller. A reference set point for the rotating shaft is entered in degrees and this is converted to an equivalent voltage. The error is calculated by subtracting the measured position from the...

  • Computer Control System can anyone solve any of thei questions ? 1 - 10 1. The...

    Computer Control System can anyone solve any of thei questions ? 1 - 10 1. The graph below shows the response of a tachometer. What is the Tach Constant (Kt) of this device in mV/rad per sec? 1000 0 50 100 150 200 250 300 350 400 450 500 Speed Rad/Sec 2. What three parameters of a DC motor must be measured in order to develop the torque-speed curve and the rise time curve for the unloaded motor? 3. What...

  • Problem 1. Consider the following mass, spring, and damper system. Let the force F be the...

    Problem 1. Consider the following mass, spring, and damper system. Let the force F be the input and the position x be the output. M-1 kg b- 10 N s/m k 20 N/nm F = 1 N when t>=0 PART UNIT FEEDBACK CONTROL SYSTEM 5) Construct a unit feedback control for the mass-spring-damper system 6) Draw the block diagram of the unit feedback control system 7) Find the Transfer Function of the closed-loop (CL) system 8) Find and plot the...

  • 5, (29%) Consider the feedback control system in Figure-5 in block diagram form. The reference input...

    5, (29%) Consider the feedback control system in Figure-5 in block diagram form. The reference input R(s), system output Y(s), and disturbance D(s) are denoted along with the error E(s) and control effort F(s). You will design the control law Gc(s) to achieve certain performance criteria. Answer the following questions (assume D(s)0 in all parts except part(ü) (a) [396] Show that the transfer function relating the reference R(s) to the output Y(s) is given by (b) [3%) Assuming a proportional...

  • The de motor is a very common and very important piece of hardware in many control...

    The de motor is a very common and very important piece of hardware in many control systems. The dc servo is essentially a dc motor. When used in an "armature controlled" mode, the dc motor has the following transfer function (refer to p224 and p139, Ogata): 0,(s) V (8) K S(T s +1) where is the output position and Vis the voltage to the motor system. Time Response and Tacho Feedback Compensation Figure 1 shows the dc motor connected as...

  • 2. The block diagram below model a simple DC motor for speed control application. Input V(s)...

    2. The block diagram below model a simple DC motor for speed control application. Input V(s) is the desired speed in voltage, and the output Y(s) is the actual speed. Tachogenerator, H, convert the actual speed to corresponding voltage. Amplifier Motor and gears X() 5 Ls +R Tachogenerator H The following parameters are known about the system: Amplifier gain: A=2; Motor inductance: L=5H Tachogenerator gain: H=0.15; Determine the following: The system transfer function The value of the motor resistance, R,...

  • 3.3 Consider the positional servomechanism shown in Fig. P3.3. Assume that the input to the system...

    3.3 Consider the positional servomechanism shown in Fig. P3.3. Assume that the input to the system is reference shaft position ®, and the system output is the load shaft position 0. Draw a block diagram of the system indicating the transfer function of each block. Simplify the block diagram to obtain (s)/e (s). The parameters of the system are given below. Sensitivity of error detector K = 10 volts/rad Amplifier gain K = 50 volts/volt Motor field resistance R,= 100...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT