Question

The transfer function of a process unit in a resource company is described by the first...

The transfer function of a process unit in a resource company is described by the first order plus delay model: G(s) = 0.5/s + 1 * e^-6s Design a PID controller to control this time delay system. Since there is an approximation used to approximate the time delay and there is a difference between the design model and the actual plant, we may need to adjust the desired closed-loop performance in order to obtain stable closed-loop control system. You may start with all desired closed-loop poles positioned at the plant pole −1, then simulate the closed-loop response with unit step set-point signal by suitably choosing the sampling interval and simulation time. If the closed-loop system is oscillatory or unstable, then you reduce the magnitude of the poles by half, and repeat the design and simulation, until you get the stable closed-loop system with fastest response possible yet without oscillation. You may use the pole-zero cancellation technique to simplify the computation.

Homework Answers

Answer #1

Hello,
          Please find the answer attached as under. Please give a thumbs up rating if you find the answer useful! Have a rocking day ahead!

********** Matlab Code *********

%% transfer function
s = tf('s');
P = exp(-6*s)*0.5/(s+1);
C = 0.01*(1 + 10/s + 0.1*s);
%% feedback system and plot
T = feedback(P*C,1)
step(T)

Output:

You can see that the PID controller has stabilized the system and the step response has no oscialltions. The PID controller used is of the form:

*****************************************************************
PS: Please do not forget the thumbs up

Know the answer?
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
Similar Questions
The transfer function for a SISO system is given as follows: G(s)= (s2+2s+10)/(s4+5s3+8s2+3s+12) 1 Is the...
The transfer function for a SISO system is given as follows: G(s)= (s2+2s+10)/(s4+5s3+8s2+3s+12) 1 Is the open loop system stable? Draw pole zero map of the system. What is the steady state response of this system for a unit step input? 2 When unit feedback (Kp= 1) is implemented on this system, write down the closed loop transfer function. Draw pole-zero map. Is the system stable with this type of control law? 3 Find all possible proportional controller gains (Kp)...
Objectives: Model a feedback position control system with Multisim. Study the behavior of the system as...
Objectives: Model a feedback position control system with Multisim. Study the behavior of the system as parameters are adjusted for different types of response. Design Requirements: A closed-loop control system is designed to allow an operator to set a reference angle and the inaccessible controlled element should turn by the same angle. A block diagram of the model is shown below. The gain in the feedback path is −1, and this forces to reach a final steady-state value equal to...
One of the large photocopiers used by a printing company has a number of special functions...
One of the large photocopiers used by a printing company has a number of special functions unique to that particular model. This photocopier generally performs well but, because of the complexity of its design and the frequency of usage, it occasionally breaks down. The department has kept records of the number of breakdowns per month over the last fifty months. The data is summarized in the table below:    Number of Breakdowns Probability 0 0.12 1 0.32 2 0.24 3...
One of the large photocopiers used by a printing company has a number of special functions...
One of the large photocopiers used by a printing company has a number of special functions unique to that particular model. This photocopier generally performs well but, because of the complexity of its design and the frequency of usage, it occasionally breaks down. The department has kept records of the number of breakdowns per month over the last fifty months. The data is summarized in the table below:    Number of Breakdowns Probability 0 0.12 1 0.32 2 0.24 3...
Autonomous Vehicle Project Evaluation Deliverables and Rubric Functions to be addressed: Intelligent Drive Stop & Go...
Autonomous Vehicle Project Evaluation Deliverables and Rubric Functions to be addressed: Intelligent Drive Stop & Go Speed limits Deliverables For each of these two functions write a use case describing actors, inputs and responses and functional completion For each of these 2 functions identify entities, data flows, processes and data stores as explained in Chapter 5, and shown in the example Do enough to show an understanding of the process and the concepts. Functions Use Case Entities Data Flows Processes...
The Boeing Company, headquartered in Chicago, Illinois, is one of the two major producers of aircraft...
The Boeing Company, headquartered in Chicago, Illinois, is one of the two major producers of aircraft in the global market. The other major producer is European Airbus. Boeing produces three models in Everett, Washington: 747s, 767s, and 777s. The planes are all produced in the same building. At any one time, there may be as many as six planes in various stages of production. Obviously the building has to be fairly large to accommodate such a huge undertaking. In fact,...
Item 1 In the case below, the original source material is given along with a sample...
Item 1 In the case below, the original source material is given along with a sample of student work. Determine the type of plagiarism by clicking the appropriate radio button. Original Source Material Student Version I accept the point that whenever learning occurs, some medium or mix of media must be present to deliver instruction. However, if learning occurs as a result of exposure to any media, the learning is caused by the instructional method embedded in the media presentation....
The Business Case for Agility “The battle is not always to the strongest, nor the race...
The Business Case for Agility “The battle is not always to the strongest, nor the race to the swiftest, but that’s the way to bet ’em!”  —C. Morgan Cofer In This Chapter This chapter discusses the business case for Agility, presenting six benefits for teams and the enterprise. It also describes a financial model that shows why incremental development works. Takeaways Agility is not just about the team. There are product-management, project-management, and technical issues beyond the team’s control. Lean-Agile provides...
Sign In INNOVATION Deep Change: How Operational Innovation Can Transform Your Company by Michael Hammer From...
Sign In INNOVATION Deep Change: How Operational Innovation Can Transform Your Company by Michael Hammer From the April 2004 Issue Save Share 8.95 In 1991, Progressive Insurance, an automobile insurer based in Mayfield Village, Ohio, had approximately $1.3 billion in sales. By 2002, that figure had grown to $9.5 billion. What fashionable strategies did Progressive employ to achieve sevenfold growth in just over a decade? Was it positioned in a high-growth industry? Hardly. Auto insurance is a mature, 100-year-old industry...
Which of the following best describes a project management plan? The project charter, WBS, and project...
Which of the following best describes a project management plan? The project charter, WBS, and project scope statement The schedule, management plans, and budget A formal, approved document used to control the project The project manager's plan for managing and controlling the work The engineering department wants the project objective to be a 10 percent improvement in throughput. The information technology department wants no more than 5 percent of its resources to be used on the project. Management, who is...