Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

PID controller for closed-loop system: Please help me, I need simple report, i need you to explain the functions of the coding and simply explain

PID controller for closed-loop system:

image text in transcribed

image text in transcribedimage text in transcribed

Please help me, I need simple report,

i need you to explain the functions of the coding and simply explain the tf and Then the value of T and L, and I need simple explain the graph

2 | 4 un - 7 8 Editor - D:\All course\Year 2 Sem 1\Control system group assignment\matlab code\PIDcontrolsystem.m PIDcontrolsystem.mx + 1 Splant the transfer function of the system s=tf('s') 3 sys=1/(s^2+2*s+50) Evalue of L and I get from open loop response 5 L=0.0679; 6 T=0.2910; PID parameters a = L/T; 9 Kp = 1.2/a; 10 - Ti = 2*L; 11 - Td = 1/2; 12 display (Kp) 13 - display (Ti) 14 - display (Td) 15 % cont Kp (1 + 1/(s*ti) + s*Td); 16 - cont = Kp + Kp/(s*Ti) + Kp*T*s; 17 Splot closed loop response of PID 18 - PID_sys = feedback (cont*sys, 1); 19 - t = [0:0.01:10]; 20 figure; 21 step (PID_sys,t) 22 title('PID controller for closed Loop Response'); 23 grid on; . Command Window Kp = 5.1429 Ti 0.1358 Td = 0.03 40 Figure 1 - File Edit View Insert Tools Desktop Window Help a PID controller for Closed Loop Response 1 0.9 0.8 0.7 0.6 Amplitude 0.5 0.4 0.3 0.2 0.1 0 0 2 8 10 4 6 Time (seconds)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Autonomous Database In Enterprise Architecture

Authors: Bal Mukund Sharma, Krishnakumar KM, Rashmi Panda

1st Edition

1801072248, 978-1801072243

Students also viewed these Databases questions

Question

What is linear transformation? Define with example

Answered: 1 week ago

Question

LO3 Name the seven categories of HR functions.

Answered: 1 week ago