Ask a question from expert

Ask now

Control and Instrumentation Doc

53 Pages3958 Words272 Views
   

Added on  2020-01-28

Control and Instrumentation Doc

   Added on 2020-01-28

BookmarkShareRelated Documents
Control andInstrumentation
Control and Instrumentation Doc_1
PART A1.Obtain the step response timed output data from an instrument, linear and time invariant open loop control system.Sol: Linear and time invariant (LTI) system of 2nd order is asT/F= C(S)/R(S)= WO2/S2 + 2ƐWnS +Wn2 ( C.L.T.F)T/F= C(S) / R(S) (O.L.T.F) =WO2/S2 + 2ƐWnSLet Wn=10 and Ɛ= 0.6then, O.L.T.F will beC(S)/R(S)= T/F = 102/S2 + 2 * 0.6 * 10=100/S2 +12SFor step response r(t)=1 or R(s)= 1/sso, C(S)= R(S)100/S2+12SC(S)=1/S * 100/S2 +12SC(S)= 100/S3 + 12S2Matlab codeclear all;clc;
Control and Instrumentation Doc_2
syms sGn = [100];Gd = [1 12 0];G = tf (Gn,Gd)step(G);grid on;graphStep ResponseTime (seconds)Amplitude051015202530350501001502002503002.Draw a block diagram of the measured system and describe its operation.
Control and Instrumentation Doc_3
Sol: 1) Primary sensing element: which senses the quantity under measurement2)Plant: It is physical quantity or system whose tranfer function is used for calculation of system.3)Variable convension element: which modified suitably output of the primary sensing element.4)Variable manipulation element: manipulated signal preserving original nature5)Data transmission system: which transmit the signal.6)Data storage element: which stores the data.7)Data presenting system: present the measured physical quantity in human readable form to the observer.Primary sensing elementMeasuring quantityplantVariable manupution centreData transmission systemData storage elementData presentation system
Control and Instrumentation Doc_4
Plant[G(s)]= Wn2/S2+2ƐWn(S)Here plant is physical system whose transfer functions can calculated using mathematical expression of it.Feedback path [H(s)]=1 ; Generally feedback path=1Wn2/s2+2єWnSG(s)c(s)R(s)
Control and Instrumentation Doc_5
Input= C(s)Plant=physical systemError=e(t)C(s)=outputproportional= Kp e(t)H(s)=feedback pathIntegral= Ki ∫ e(T)dTDerivative= Kd de(T)/dt3.Model this system on Matlab or Simulink and test that the output's response to a step input accurately mimics your real system.Kp e(t)Kiƪe(T)dtKd de(T)/dtKiƪe(T)dtError e(t)PlantεC(s)C(s)OutputH(s)=1
Control and Instrumentation Doc_6
00.10.20.30.40.50.60.70.80123456789Step ResponseTime (seconds)Amplitude
Control and Instrumentation Doc_7
GRAPH4. Using Ziegler-Nichols open loop (process reaction) method, design a PID controller for your model.
Control and Instrumentation Doc_8

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
MATLAB Simulink Assignment: Control Systems
|20
|1517
|463

Engineering Lab - Automatic Control Systems (MATLAB & Simulink)
|12
|879
|314

Inverted Pendulum: Designing a Controller for ROTPEN Kit
|31
|3267
|118

Effect of Addition of Poles and Zeros on Control System - Desklib
|14
|2164
|392

Transient Response Improvement through Controller Design
|2
|677
|500

Controls Assignment: Open Loop and Closed Loop Transfer Functions
|22
|785
|153