1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Step2247 [10]
3 years ago
10

Design a PI controller to improve the steady-state error. The system should operate with a damping ratio of 0.8. Compute the ove

rall value of gain for the PI system and state the transfer function for the controller in the form G_c(s) = K_PI(s + a)/s.
Engineering
1 answer:
blondinia [14]3 years ago
5 0

Answer:

The MATLAB Code for this PI Controller will be:

Kp = 350;

Ki = 300;

Kd = 50;

C = pid(Kp,Ki,Kd)

T = feedback(C*P,1);

t = 0:0.01:2;

step(T,t)

Explanation:

When you are designing a PID controller for a given system, follow the steps shown below to obtain a desired response.

Obtain an open-loop response and determine what needs to be improved

Add a proportional control to improve the rise time

Add a derivative control to reduce the overshoot

Add an integral control to reduce the steady-state error

Adjust each of the gains $K_p$, $K_i$, and $K_d$ until you obtain a desired overall response.

The further explanation is attached in the Word File.

Download docx
You might be interested in
What are the four causes of electrical faults?
Arada [10]

Answer:

Electrical faults are also caused due to human errors such as selecting improper rating of equipment or devices, forgetting metallic or electrical conducting parts after servicing or maintenance, switching the circuit while it is under servicing, etc.

Explanation:

6 0
3 years ago
Find a negative feedback controller with at least two tunable gains that (1) results in zero steady state error when the input i
IceJOKER [234]

Answer:

Gc(s) = \frac{0.1s + 0.28727}{s}

Explanation:

comparing the standard approximation with the plot attached we can tune the PI gains so that the desired response is obtained. this is because the time requirement of the setting is met while the %OS requirement is not achieved instead a 12% OS is seen from the plot.

attached is the detailed solution and the plot in Matlab

8 0
3 years ago
THE COMPUND INTEREST ON RS 30,000AT 7% PER ANNUM IS RS 4347 THE PERIOD IN YEARS
timofeeve [1]

Answer:

what wym

Explanation:

4 0
3 years ago
Read 2 more answers
The extruder head in a fused- deposition modeling setup has a diameter of 1.25 mm (0.05 in) and produces layers that are 0.25mm
Angelina_Jolie [31]

Answer:

The time taken will be "1 hour 51 min". The further explanation is given below.

Explanation:

The given values are:

Number of required layers:

= \frac{38}{0.25}

= 152 \ layers

Diameter (d):

= 1.25 mm

Velocity (v):

= 40 mm/s

Now,

The area of one layer will be:

= 38\times 38 \ mm^2

= 1444 \ mm^2

The area covered every \second will be:

= d\times v

= 1.25\times 40

= 50 \ mm^2

The time required to deposit one layer will be:

= \frac{1444}{50}

= 28.88 \ sec

The time required for one layer will be:

= 15 \ sec

∴ Total times required for one layer will be:

= 15+28.88

= 43.88 \ sec

So,

Number of layers = 152

Therefore,

Total time will be:

= 152\times 43.88

= 6669.76 \ sec

= 1 \ hour \ 51 \ min

6 0
3 years ago
What are the transfer of energy for the 6 simple machine? Ex: inclined plane is gravitational potential energy to mechanical ene
lilavasa [31]

Answer:

I. Inclined plane: GPE to KE.

II. Screw: KE to GPE.

III. Wheel and axle: GPE to KE.

IV. Lever: GPE to KE.

V. Wedge: GPE to KE.

VI. Pulley: GPE to KE.

Explanation:

A simple machine can be defined as a type of machine with no moving parts but can be used to perform work.

Basically, a simple machine allows for the transformation of energy into work. The six simple machines are;

I. <u>Inclined plane</u>: gravitational potential energy to mechanical energy (kinetic energy). It is set at an angle and then used to lift an object.

II. <u>Screw</u>: kinetic energy to potential energy. It is held in position and then used to tighten two or more objects together.

III. <u>Wheel and axle</u>: gravitational potential energy to mechanical energy (kinetic energy). It comprises of two circular objects which aids in the motion of an object such as a car.

IV. <u>Lever</u>: gravitational potential energy to mechanical energy (kinetic energy). It comprises of a pivoted bar at a fixed point (fulcrum) that allows it to be used for lifting heavy objects.

V. <u>Wedge</u>: gravitational potential energy to mechanical energy (kinetic energy). It can be used to split objects into halves.

VI. <u>Pulley</u>: gravitational potential energy to mechanical energy (kinetic energy). It is made up of a wheel and rope which allows force to be multiplied such as in a drawing well.

Energy can be defined as the ability (capacity) to do work. The two (2) main types of energy are;

a. Gravitational potential energy (GPE): it is an energy possessed by an object or body due to its position above the earth.

b. Kinetic energy (KE): it is an energy possessed by an object or body due to its motion.

8 0
3 years ago
Other questions:
  • Are ocean currents always cold
    10·1 answer
  • Hi, any kind of help on these questions will be appreciated.
    10·1 answer
  • The design specifications of a 1.2-m long solid circular transmission shaft require that the angle of twist of the shaft not exc
    15·1 answer
  • A 3.52 kg steel ball is tossed upward from a height of 6.93 meters above the floor with a vertical velocity of 2.99 m/s. What is
    14·1 answer
  • A gas turbine operates with a regenerator and two stages of reheating and intercooling. Air enters this engine at 14 psia and 60
    11·1 answer
  • A well-insulated tank in a vapor power plant operates at steady state. Saturated liquid water enters at inlet 1 at a rate of 125
    8·1 answer
  • The quantity of bricks required increases with the surface area of the wall, but the thickness of a masonry wall does not affect
    10·2 answers
  • Which option identifies the step skipped in the following scenario?
    9·2 answers
  • What type of engineer works to create a practical and safe energy source?
    9·1 answer
  • A furniture manufacturer purchases a drill press machine enabled with 5G and edge computing capabilities to keep the machine ope
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!