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...
For many years, Thomson Company manufactured a single product called LEC 40. Then three years ago,...
For many years, Thomson Company manufactured a single product called LEC 40. Then three years ago, the company automated a portion of its plant and at the same time introduced a second product called LEC 90 that has become increasingly popular. The LEC 90 is a more complex product, requiring 0.80 hours of direct labor time per unit to manufacture and extensive machining in the automated portion of the plant. The LEC 40 requires only 0.40 hours of direct labor...
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...
Consider the C program (twoupdate) to demonstrate race condition. In this assignment, we will implement Peterson's...
Consider the C program (twoupdate) to demonstrate race condition. In this assignment, we will implement Peterson's algorithm to ensure mutual exclusion in the respective critical sections of the two processes, and thereby eliminate the race condition. In order to implement Peterson's Algorithm, the two processes should share a boolean array calledflagwith two components and an integer variable called turn, all initialized suitably. We will create and access these shared variables using UNIX system calls relating to shared memory – shmget,...
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....
Plagiarism Certification Tests for Undergraduate College Students and Advanced High School Students These tests are intended...
Plagiarism Certification Tests for Undergraduate College Students and Advanced High School Students These tests are intended for undergraduate students in college or those under 18 years of age. Read these directions carefully! The below test includes 10 questions, randomly selected from a large inventory. Most questions will be different each time you take the test, You must answer at least 9 out of 10 questions correctly to receive your Certificate. You have 40 minutes to complete each test, and you...
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...
The questions: 1. What type of technology Acme and Omega utilize to transform inputs into outputs?...
The questions: 1. What type of technology Acme and Omega utilize to transform inputs into outputs? 2. Which strategic choice (differentiation or cost leadership) suits best to Acme? Omega? Do these companies have clear strategic choices or do they stuck in the middle? 3. Based on all the contingencies which type of structure is more suitable for these companies; mechanistic or organic? please answer each question alone The Paradoxical Twins: Acme and Omega Electronics John F. Veiga Part! boom of...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT