TEMPERATURE PROCESS CONTROL MANUAL. Penn State Chemical Engineering

Size: px
Start display at page:

Download "TEMPERATURE PROCESS CONTROL MANUAL. Penn State Chemical Engineering"

Transcription

1 TEMPERATURE PROCESS CONTROL MANUAL Penn State Chemical Engineering

2 Revised Summer 2015 Contents LEARNING OBJECTIVES... 3 EXPERIMENTAL OBJECTIVES AND OVERVIEW... 3 Pre-lab study:... 3 Experiments in the lab:... 3 Calculations in the lab:... 4 THEORY BACKGROUND... 4 First Order and Second Order Systems... 5 ZIEGLER-NICHOLLS OPEN-LOOP REACTION CURVE (ZN-OLRC) TUNING ALGORITHM... 6 INTERNAL MODEL CONTROL (IMC) TUNING PARAMETERS... 8 REFERENCES... 8 ADDITIONAL THEORY TOPICS: (THESE ARE IMPORTANT LEARNING POINTS FOR PRELAB, PRELAB QUIZ, CONDUCTING THE EXPERIMENT AND FOR WRITING THE REPORT. (Also make sure to watch the video.)... 9 PRE-LAB QUESTIONS (to be completed before coming to lab)... 9 EXCEL PREPARATION (Excel spreadsheet to be used for data processing in the lab must be prepared before coming to the lab for the experiment) DATA PROCESSING KEY POINTS FOR REPORT APPENDIX A: Process Familiarization APPENDIX B: Experimental Procedure SHUTDOWN APPENDIX C : Opening Data in Excel... 28

3 LEARNING OBJECTIVES 1. Understand the differences between 1 st order and 2 nd order process control systems. 2. Learn how to determine the Open-Loop Reaction Curve tuning parameters. 3. Run the step change process control experiment using the Ziegler-Nicholls Open-Loop tuning parameters under P, PI, and PID modes. 4. Observe the effects of change in ZN-Open-Loop tuning parameter PB (Proportional Band) under P, Ti (integral time) under PI, and Td (derivative time) under PID mode. 5. Understand the aggressiveness of ZN-Open-Loop tuning parameters under PID mode due to small PB (Proportional Band) and short integral time. 6. Learn about the Internal Model Control (IMC) PID tuning parameters as a less aggressive empirical tuning method. EXPERIMENTAL OBJECTIVES AND OVERVIEW The temperature of the cold stream leaving the heat exchanger will be indirectly controlled by adjusting the flow of hot stream into the heat exchanger. An indirectly controlled 2 nd order process control will be compared to the 1 st order process control system such as tank level control. Ziegler-Nicholls Open-Loop Reaction Curve (ZN-OLRC) tuning algorithm will be used to determine the control parameters for P, PI, and PID modes that will minimize the offset and overshoot. An empirical Internal Model Control (IMC) PID tuning parameters will be substituted for ZN-OLRC PID tuning parameters as example of less aggressive tuning. Pre-lab study: 1) Study the Open-Loop Reaction curve tuning algorithm. 2) Interpret differences between 1 st order and 2 nd order process control systems. 3) Read the Process Control Manual for level control for more theoretical exposure to the experimental setup. 4) Understand the effects of each tuning parameters under P, PI, and PID modes. Experiments in the lab: 5) Configure the Temperature Process Rig (TPR) patching diagram.

4 6) Determine Ziegler-Nicholls Open-Loop Reaction Curve (ZN-OLRC) tuning parameters. 7) Run the process control experiment using the ZN-OLRC tuning parameters under P, PI, and PID modes. 8) Run the process control experiment by varying PB under P mode, varying Ti under PI mode, and varying Td under PID mode. Observe the effects these changes in tuning parameters have on system response to a step change in set point. 9) Run the process control experiment using the IMC (Internal Model Control) tuning parameters under PID mode and change Td to observe the effects. Calculations in the lab: 10) Plot the temperature time data to obtain the ZN-OLRC tuning parameters as described in the Data Processing section. 11) Plot the final results and check with TA before leaving the lab. THEORY BACKGROUND The process control schematic is presented in figure 1. The red stream, primary stream, circulates the boiler and heat exchanger via hot water pump. The servo valve regulates the volumetric flow in the primary stream. The boiler keeps the water temperature between The blue stream, secondary stream, enters the heat exchanger and leaves through the cooling radiator where its temperature is monitored at T5. T T5 Figure 1 Process control schematic diagram. Red stream indicates primary flow, blue stream indicates the secondary flow.

5 The temperature of the secondary stream leaving the cooling radiator at T5 is indirectly controlled via hot water servo valve. The temperature of the secondary flow at T5 is dictated by the heat transferred into the secondary flow stream via the heat exchanger. The volumetric flow of hot water in the primary stream is regulated by the hot water servo valve control. The heat is transferred out of the secondary stream via the cooling radiator. The system is said to be indirectly controlled due to the interdependency of temperature control at T5. First Order and Second Order Systems A first order system is typically a capacity dominated system such as level control of a single tank. If a step change in input occurs, the output begins to change instantaneously. (see level control experiment for typical 1 st order response.) Higher order systems result from multi capacitance systems such as tanks in series and/or lag times that become significant such as inertial effects in fluid components of a heat exchangers. Often these higher order systems result from indirect control of a system, as is the case in our heat exchanger where the temperature at a distance from the exchanger in one loop is controlled by changing the flow rate in the other. The mathematical modelling of indirect process control can be complicated, hence such systems are modelled with 2 nd order differential equations. The 2 nd order differential equation that is commonly utilized as a model can be derived, for example, from modelling equations of tanks in series 1. The 2 nd order differential equation can be manipulated to obtain the characteristic equation presented below. r 2 + 2εω n r + ω n 2 = 0 Where, ε is the damping coefficient, ω n is the undamped natural frequency. Whose characteristic solution can be written as; r 1,2 = εω n ± ω n ε 2 1 The graphical behavior of the 2 nd order differential equation and its dependency on damping coefficient is presented in figure 2. The system is said to be underdamped for ε < 1, overdamped for ε > 1, and critically damped for ε = 1.

6 Figure 2 The effect of damping coefficient to the solution of 2 nd order differential equation 1 Figure 2 is a mathematical solution of a typical system response to a step change in the controller set point. There are rigorous methods that can be employed to model the system response using second order differential equations in order to obtain best control parameters. However, due to routine application of process control systems in the industry several empirical tuning methods have been developed. Particularly relevant tuning methods described in this lab experiment are ZN-OLRC and simplified IMC methods. ZIEGLER-NICHOLLS OPEN-LOOP REACTION CURVE (ZN-OLRC) TUNING ALGORITHM In open-loop tuning, the system reaction to a disturbance is measured without any control and the resulting reaction curve is used to calculate the controller gain, integral time, and derivative time. The initial steady state and the step change should be in the range of normal expected operating conditions. ZN-OLRC tuning parameters are easy to determine by following the simple procedure described as follows. The system is brought to steady-state with the controller output set to manual mode. Then the system is subjected to 10% change in output while simultaneously recording the system response, process variable (PV). The graph as in figure 3 is generated and the required variables slope, N, delay, D, and fractional output change, u are determined by the best suited method 1. It is advised to fit a line to the linear portion of the data as shown in figure 3.

7 Figure 3 The system reaction curve and the indicated variables for tuning algorithm 1 Once the variables D, N, and u are known table 1 can be used to determine the appropriate parameters for the specific control mode operation. The complete behavior of open-loop response is sigmoidal as you will see in EXCEL PREPARATION section for the provided raw data. Moreover, ZN-OLRC process control tuning algorithm is based on the open loop system reaction curve of a non-linear 2 nd order process, which serves as a substitute for transfer function, and is applicable when the system is tuned around the same conditions. By same conditions we mean the initial temperature and step change in set point should reflect the steady state behavior of the reaction curve. Table 1 Ziegler-Nicholls Open Loop empirical equations for tuning parameters Control Algorithm Controller PB T i T d P N D u PI N D D 0.9 u 0.3 PID N D 1.2 u D 0.5 D 2 u fractional OP (output) change N maximum slope of response D effective delay

8 INTERNAL MODEL CONTROL (IMC) TUNING PARAMETERS Many have found that the ZN-OLRC tuning parameters are too aggressive with high gains and low integral times. Internal Model Control (IMC) tuning parameters have been developed as a substitute for ZN-OLRC PID mode tuning parameters due to the aggressiveness of ZN-OLRC PID tuning parameters for most chemical industry applications 1. Table 2 provides empirical equations for IMC tuning parameters. Table 2 Simplified IMC tuning parameter equations 1 Note: time is in seconds τ D > 3 τ D < 3 D < 0.5 Controller PB 2 N D u 2 N D u N u T i 5 D τ 4 T d 0.5 D 0.5 D 0.5 D τ time constant defined as the amount of time it takes to reach 63.2 % of change in system temperature for a given step change. Note, only time constant, τ, has been introduced and can be determined graphically as described in EXCEL PREPARATION section. REFERENCES 1 Svrcek, Mahoney, Young. A Real-Time Approach to Process Control. 2 nd ed. Wiley, West Sussex, England, [TS156.8.S ] Chapters 3, 4, and 5. pp ,

9 ADDITIONAL THEORY TOPICS: (THESE ARE IMPORTANT LEARNING POINTS FOR PRELAB, PRELAB QUIZ, CONDUCTING THE EXPERIMENT AND FOR WRITING THE REPORT. (Also make sure to watch the video.) Controller response terms: overdamped, critically damped, and underdamped 2 nd order process control system Capacitance Delay Time constant, τ Controller tuning (PROCON manual on ANGEL, section ) Controller Lag (PROCON manual on ANGEL, sections and ) P, PI, PID control theory (PROCON manual on ANGEL, sections ) They can be found in: Svrcek, Mahoney, Young. A Real-Time Approach to Process Control. 2 nd ed. Wiley, West Sussex, England, [TS156.8.S ] Chapters 3, 4, and 5. pp , PROCON Temperature Control Reference Manual with bookmarked theory sections on ANGEL PRE-LAB QUESTIONS (to be completed before coming to lab) 1) Describe the advantages and disadvantages of ZN-OLRC tuning method compared to ZN-Closed Loop (where ultimate proportional band and ultimate period is used) tuning method. (refer to level control manual for closed loop tuning discussion, see discussion in section of PROCON manual) 2) Define capacitance. 3) Construct a block diagram of the control algorithm. 4) Define the damping coefficient terms: overdamped, critically damped, and underdamped 5) Provide an example of 2 nd order process control used in the industry. 6) Use the Mathematica dynamics program found on ANGEL, Dynamics of a Heated Tank with Proportional Integral Differential (PID) Control and Outlet Flow Time Delay (mathematica). In this demo, the dynamics of a continuous process system consisting of

10 a well-stirred tank, heater, and PID temperature controller are simulated. The liquid feed stream flows into a constant-volume heated tank at a constant rate. The outlet temperature is measured at a distance from the tank by a thermocouple, while a PID temperature controller adjusts the heater input. The objective is to maintain the outlet temperature equal to the set point of 80 degrees whatever the change in inlet temperature. Initially the system is operating at steady state with an inlet temperature 60 degrees. At time 10, the inlet temperature is decreased to 40 degrees. You can vary the control variables and choose three different types of controllers to study the response of the system. The fluid delay time causes the system to deviate from 1 st order dynamics. a. Click on Proportional control and set the fluid time delay and thermocouple constant to 0. What happens as you increase the gain? (note that the y axis scale changes.) Pick a gain and sketch the response for tank and outlet temperature. b. Now change the fluid time delay. What happens to the output temp response as you change the fluid time delay from zero to a larger value? Note: zero fluid time delay would simulate a first order process while an increased time delay simulates a higher order process. For the same gain used in step a., sketch the response for tank and outlet temperature. c. Now play with PI control settings. i. First examine the response without any time delay. This should be similar to a first order response. Sketch a typical response without time delay note your gain and integral time settings. ii. Next add in fluid delay time. Note what happens to the response. Look at small delay times and very large delay times. 7) What are the objectives for this experiment? 8) Explain what data you will collect, how you will collect it, and what you will use it for.

11 EXCEL PREPARATION (Excel spreadsheet to be used for data processing in the lab must be prepared before coming to the lab for the experiment) You will be provided with example data (see ANGEL) to calculate the ZN-OLRC tuning parameters. Refer to APPENDIX C for importing the file to the excel worksheet. 1. Prepare a data processing excel spreadsheet to be used for the data processing in the lab. All calculations will be done in excel. a. Prepare a header section with your names and group ID. b. Prepare a units section where you show unit conversions. Make it so that you can reference the appropriate cell when a certain conversion is needed in later calculations. c. Show all needed formulas from the pre-lab calculations clearly explained in text boxes. d. When using your spreadsheet in the lab, make sure that you use cell references when using previously calculated values or constants (instead of copying them); this will update the entire spreadsheet if/when a mistake is found early in the spreadsheet. 2. Plot the raw data of temperature versus time. Observe the linear portion of temperature versus time and fit a linear equation. To do this you must plot the linear portion on a separate series in excel select data prompt. 3. Determine the ZN-OLRC variables and type in values in cells named as N, D, and u. Create an excel table which calculates the tuning parameters once the variables are known (refer to table 1 for the format). Refer to figure 3 for more assistance with tuning parameter variables. (Note the time interval between data points is 0.2 seconds, t = 0.2 s.) Note that u refers to the fractional change in output (this is the controller output variable, but you are operating in manual mode this is the valve opening for the hot stream). 4. Determine the time constant, τ, defined as the amount of time it takes to reach 63.2 % of change in system temperature for a given step change.

12 DATA PROCESSING Refer to APPENDIX C for importing the file to the excel worksheet. 1) Once you have collected all the necessary data, plot each run into appropriately named excel sheet. Create a separate summary sheet where you copy and paste all the plots and check with TA before leaving. (Note the time interval between data points is 0.2 seconds.) KEY POINTS FOR REPORT See the separate file on ANGEL for the key report questions for level and temperature control. APPENDIX A: Process Familiarization Before familiarizing with the process, turn on the cooling water so that the temperature can stabilize (see appendix B step 1). The process controller and process interface are presented in figure 4. When appropriate wiring connections referred to as patching are completed, the process controller will display real-time stream temperature and servo valve output. Figure 4 Process Controller (top) and Process Interface (bottom). The position of hot water flow valve and cold water flow valve can be controlled manually via adjustable current source dark knob indicated with a dark arrow in figure 4. In order to adjust

13 either hot or cold water flow valve complete the figure 5 patching snapshot. There is no need to switch Process Controller on. Figure 5 The wiring connections necessary for manual servo valve control. Note the dark adjustable knob indicated in arrow must be rotated between 0-20 ma in order to set the valve position. 0 ma corresponds to fully closed position and 20mA corresponds to fully open position. Note the orange arrow pointing to the orange collar servo valve connector. The orange collar wiring should be connected to either of the servo valve sockets in order to open or close the hot/cold water valves. Orange collar wiring is exclusively used for servo valve control. Figure 6 indicates the connected state of orange collar wiring to the cold water flow valve. The calibration between 0-10 can be seen on the cold water flow valve casing which corresponds to the numerical indication of valve state. When the orange collar wiring is disconnected from the cold water flow valve as shown in figure 6, the calibration will show zero but the valve state will remain at the last used setting.

14 Figure 6 Snapshot rendition of the valve with and without electrical supply. Note the valve will remain at its position even when electrical connection is broken. Both servo valves should be in fully open position. The user might check the valve positions in both primary and secondary flow streams if unexpected circumstances arise, such as abnormal stream temperatures. The ABB COMMANDER 350 on Process Controller as can be seen in figure 5 is a real time stream temperature monitor and intermediary source to the chart recorder software on the computer. The ABB COMMANDER 350 has already been appropriately set to the correct settings, if in case any abnormalities in computer software chart recorder is intercepted the TA is advised to refer to section on the process manual provided by the vendor FEEDBACK (pdf version can be found on ANGEL). It is highly recommended not to touch any buttons without instructions. The Thermistor Temperature Transmitter (TTT) and Digital Display Module (DDM) snapshot is provided in figure 7. The TTT measures the temperature and relays the values electrically to the DDM. TTT is already calibrated between temperatures 25 and 80 C. No calibration is necessary upon each start-up and hence the TA is advised to go over the calibration if abnormal stream

15 temperatures are displayed. The TTT calibration is relatively easy procedure given in section of the FEEDBACK instructions manual provided on ANGEL in pdf format. Figure 7 A snapshot of TTT (left) and DDM (right) Note, the dark arrow in figure 7 indicates the switch in a position A. The user must make sure that the switch is in position A. The TA or any other person should turn on and let the cold water in the secondary flow running for at least 100 minutes. This can be done as soon as the students check-in during the lab experiment. The cold water in the secondary stream begins flowing at room temperature and starts to change and stabilizes to steady state supply temperature. It is important to avoid having inconsistent data due to changing cold stream temperature. Figure 8 indicates the cold water supply valve in an open state. Note both valves are open.

16 Figure 8 Snapshot of cold water supply to the secondary flow stream. Both valves are in an open state. In order to open the cold stream supply the red valve needs to be rotated counter-clockwise completely. The flow of cold water will be controlled by the rotameter at the Temperature Process Rig (TPR).

17 APPENDIX B: Experimental Procedure 1) Turn on the cold water to the secondary flow by opening the valve on the rear of TPR. Adjust the flow rate to L/min by rotating the manual rotameter flow control valve. Record the water flow rate. This should be kept constant during the experiment. 2) Turn on the computer next to the temperature process rig. 3) Complete the following patching diagram Need to make sure the black switch (arrow indication) under the T5 connection is in A position. Refer to Section Process Manual Instructions provided on ANGEL in pdf format if you are not sure about the above diagram. Alternatively, open Discovery II software on the computer, select Procon process control trainers, then procon level and flow with temperature for Modbus, then P PI PID Tempearature control, then Proactical 1: proportional control, patching diagram temperature procedure The following pictures indicate the completed patching diagram;

18

19 4) Check the water level in the header tank, if the level is below the max. level line then add distilled water (When the system is cold). The header tank indicates whether the primary flow system is free of air. (Note; the following picture is after the expansion of hot water in the primary flow system)

20 5) Turn on the process interface by switching up the blue switch on the left corner of the process interface This will automatically cause the heater to start warming. Allow ten minutes for the heater to warm up before proceeding to step 5. The heater is controlled via thermostat between ) Turn on the power on process controller by switching up the green switch on the left corner of process controller ) On the ABB COMMANDER 350 do the following; a. Press and hold the Parameter Advance button until COdE displays. b. Press the Parameter Advance button two more times to move to the Operator Level, Level 1. c. Press the Raise button four times to change to the Value Level, Level 5. Then press and hold the raise button one more time to get to the Level 6, Configuration Mode Level. d. Press the Parameter Advance button three times until the top display reads C. ACt, which is an abbreviation for Control Action. e. The Raise and Lower buttons can now be used to select Reverse Action (rev) or Direct Action (dir). Select Reverse Action.

21 f. Press the Parameter Advance button to return to the Level 6 display. (usually two times press) g. Press the Alarm Acknowledge button to return to the main operational display. 8) Switch on the TPR pump and cooling fan by switching both of the switched ac supply o/p to the on position. 9) On the computer screen go to the Discovery II IMS. If prompted about explorer set-up press Ask me later. On the page you can see another prompt To help protect your security, press on the prompt and on the drop-down menu select Allow Blocked Content, select Yes 10) Now you can see the content tree on the left of the page. Expand the folders until you see the Chart Recorder in the Process Control and Monitoring Software folder.

22 11) Press on the Chart Recorder, wait for the prompt Internet Explorer-Security Warning to appear, and then press Run. On the Chart Recorder you can see the Set Point and Process Variable being displayed. The Process Variable corresponds to the temperature T5. 12) On the ABB COMMANDER 350 make sure the yellow OP screen does display M in the lower left hand corner, which corresponds to manual process control. Press Auto/Manual button until M displays. Skip this step if you see M on the OP screen. 13) You can change the Set Point, Proportional, Integral, and Derivative parameters on the Chart Recorder. Make sure to press enter after every change. Carry out the open loop Reaction Curve Tuning procedure as follows. a. With ABB COMMANDER 350 in manual mode adjust the output (OP) to 5 using Up and Down buttons. This is the percent opening of the primary (hot) water loop. Wait until the system approaches the steady state as indicated by the Process Variable (PV) screen on the Commander 350 unit. Record the steady state temperature T5_OP5 in your notebook. b. Adjust the set point (SP) to the value indicated on the steady state Process Variable (PV) screen using Raise and Lower buttons.

23 c. Get ready to do this step simultaneously, have another team member help you. Adjust the output (OP) to 10 points higher using Up button. Have another team member quickly press on the record button on the chart recorder. (Note the button will change into save button afterwards). d. Once the system approaches steady state (approximately 5 min) press the save button. e. You will see the prompt Trace Recording There will be room to type in a description which will be saved with the file. f. Press on the button Confirm g. Name your file, select the appropriate folder, and press SAVE. (Note the format will be.dat) h. Record the final steady state temperature on your notebook as T5_OP15. i. Change the output OP to 5 and let the system reach the steady state temperature that you began with in part a T5_OP5 (or closer). j. Process the data to find the tuning parameters that you will be using. (refer to Excel Preparation prelab for tuning parameters) 14) Once you have the tuning parameters, run the system on P mode as follows; a. On the ABB COMMANDER 350 make sure the yellow OP screen does display M which corresponds to manual process control. Press Auto/Manual button until M appears. b. Manually set the OP to 5 and wait until the steady state is reached. Adjust the set point SP to the value indicated on PV display manually.

24 c. Type in the P-only tuning parameter into the Chart Recorder. Increase the integral parameter to a maximum and decrease derivative parameter to zero. d. On the ABB COMMANDER 350 make sure the yellow OP screen does not display M which corresponds to manual process control. Press Auto/Manual button until M disappears. e. Start recording the data by pressing on the record button. f. Subject the system to T5_OP15 (Step 13. h) set point (SP) increase (max temp achieved in open loop change) and wait until the steady state is reached. You can see the % open of the valve on the Commander 350 display (OP), and you can hear it open and close. Once the steady state has been reached press on save button. This will take approximately 5-10 minutes. g. You will see the prompt Trace Recording In the description space you can type in a description of the run. This will show up as your sheet name in excel when you open the data as an excel file. Press on the button Confirm Name your file and Save your file in an appropriate folder. h. Return to manual mode. i. Change the output OP to 5 and let the system reach the steady state temperature that you began with in part a T5_OP5. 15) Follow the step 14) on P-only control again but use new parameter PB = 2 x PB_ZN- OLRC value (twice the original value). 16) Follow the step 14) on P-only control again but use new parameter PB = 0.5 x PB_ZN- OLRC value (half the original value).

25 17) Run the system on PI mode as follows; a. On the ABB COMMANDER 350 make sure the yellow OP screen does display M which corresponds to manual process control. Press Auto/Manual button until M appears. b. Manually set the OP to 5 and wait until the steady state is reached (T5_OP5 or closer). Adjust the set point SP to the value indicated on PV display manually. c. Type in the PI-only tuning parameters into the Chart Recorder. Decrease derivative parameter to zero. d. On the ABB COMMANDER 350 make sure the yellow OP screen does not display M which corresponds to manual process control. Press Auto/Manual button until M disappears. e. Start recording the data by pressing on the record button. f. Subject the system to T5_OP15 (step 13. h) set point (SP) increase and wait until the steady state is reached. Once the steady state has been reached press on save button. Approximately 5 minutes. g. You will see the prompt Trace Recording In the description space you can type in a description of the run. This will show up as your sheet name in excel when you open the data as an excel file. Press on the button Confirm Name your file and Save your file in an appropriate folder. h. Return to manual mode. i. Change the output OP to 5 and let the system reach the steady state temperature that you began with in part a T5_OP5. 18) Follow the step 17) on PI-only control again but with a new integral time Ti = 2x Ti_ZN- OLRC (twice the original integral time).

26 19) Follow the step 17) on PI-only control again but with a new integral time Ti = 0.5x Ti_ZN-OLRC (half the original value). 20) Run the system on PID mode as follows; a. On the ABB COMMANDER 350 make sure the yellow OP screen does display M which corresponds to manual process control. Press Auto/Manual button until M appears. b. Manually set the OP to 5 and wait until the steady state is reached (T5_OP5 or closer). Adjust the set point SP to the value indicated on PV display manually. c. Type in the PID-only tuning parameters into the Chart Recorder. d. On the ABB COMMANDER 350 make sure the yellow OP screen does not display M which corresponds to manual process control. Press Auto/Manual button until M disappears. e. Start recording the data by pressing on the record button. f. Subject the system to T5_OP15 (step 13 h.) set point (SP) increase and wait until the steady state is reached. Once the steady state has been reached press on save button. g. You will see the prompt Trace Recording In the description space you can type in a description of the run. This will show up as your sheet name in excel when you open the data as an excel file. Press on the button Confirm Name your file and Save your file in an appropriate folder. h. Return to manual mode.

27 i. Change the output OP to 5 and let the system reach the steady state temperature that you began with in part a T5_OP5. 21) Repeat step 20) on PID-only control but use the simplified IMC PID parameters. SHUTDOWN 22) On the ABB COMMANDER 350 make sure the yellow OP screen does display M which corresponds to manual process control. Press Auto/Manual button until M appears. 23) Manually set the OP to 5. 24) Switch the Process Controller off by turning the green power switch down. Switch the Process Interface off by turning the blue power switch down. Disconnect the patching wires and store in the drawer beneath the table. 25) Close the cold water supply valves indicated in figure 8. 26) Process all the data and check with TA before leaving.

28 APPENDIX C : Opening Data in Excel 1. Open Excel. 2. Go to File>>Open. 3. Switch from All Excel Files to All Files and open your.dat files. 4. A Text Import Wizard will now appear. 5. Choose Delimited>>Next. 6. In Delimiters, check Tab and Comma>>Next. 7. Click Finish. Click OK 8. You will only need 2 columns of data; 1 st column Stream Temperature, 2 nd column Process Output. 9. Copy your data into your spreadsheet workbook to fully analyze.

Determining the Dynamic Characteristics of a Process

Determining the Dynamic Characteristics of a Process Exercise 1-1 Determining the Dynamic Characteristics of a Process EXERCISE OBJECTIVE Familiarize yourself with three methods to determine the dynamic characteristics of a process. DISCUSSION OUTLINE The

More information

Determining the Dynamic Characteristics of a Process

Determining the Dynamic Characteristics of a Process Exercise 5-1 Determining the Dynamic Characteristics of a Process EXERCISE OBJECTIVE In this exercise, you will determine the dynamic characteristics of a process. DISCUSSION OUTLINE The Discussion of

More information

Experiment 9. PID Controller

Experiment 9. PID Controller Experiment 9 PID Controller Objective: - To be familiar with PID controller. - Noting how changing PID controller parameter effect on system response. Theory: The basic function of a controller is to execute

More information

Procidia Control Solutions Dead Time Compensation

Procidia Control Solutions Dead Time Compensation APPLICATION DATA Procidia Control Solutions Dead Time Compensation AD353-127 Rev 2 April 2012 This application data sheet describes dead time compensation methods. A configuration can be developed within

More information

CHBE320 LECTURE XI CONTROLLER DESIGN AND PID CONTOLLER TUNING. Professor Dae Ryook Yang

CHBE320 LECTURE XI CONTROLLER DESIGN AND PID CONTOLLER TUNING. Professor Dae Ryook Yang CHBE320 LECTURE XI CONTROLLER DESIGN AND PID CONTOLLER TUNING Professor Dae Ryook Yang Spring 2018 Dept. of Chemical and Biological Engineering 11-1 Road Map of the Lecture XI Controller Design and PID

More information

Report on Dynamic Temperature control of a Peltier device using bidirectional current source

Report on Dynamic Temperature control of a Peltier device using bidirectional current source 19 May 2017 Report on Dynamic Temperature control of a Peltier device using bidirectional current source Physics Lab, SSE LUMS M Shehroz Malik 17100068@lums.edu.pk A bidirectional current source is needed

More information

Process Control Laboratory Using Honeywell PlantScape

Process Control Laboratory Using Honeywell PlantScape Process Control Laboratory Using Honeywell PlantScape Christi Patton Luks, Laura P. Ford University of Tulsa Abstract The University of Tulsa has recently revised its process controls class from one 3-hour

More information

Logic Developer Process Edition Function Blocks

Logic Developer Process Edition Function Blocks GE Intelligent Platforms Logic Developer Process Edition Function Blocks Delivering increased precision and enabling advanced regulatory control strategies for continuous process control Logic Developer

More information

Different Controller Terms

Different Controller Terms Loop Tuning Lab Challenges Not all PID controllers are the same. They don t all use the same units for P-I-and D. There are different types of processes. There are different final element types. There

More information

The Discussion of this exercise covers the following points: Angular position control block diagram and fundamentals. Power amplifier 0.

The Discussion of this exercise covers the following points: Angular position control block diagram and fundamentals. Power amplifier 0. Exercise 6 Motor Shaft Angular Position Control EXERCISE OBJECTIVE When you have completed this exercise, you will be able to associate the pulses generated by a position sensing incremental encoder with

More information

Think About Control Fundamentals Training. Terminology Control. Eko Harsono Control Fundamental

Think About Control Fundamentals Training. Terminology Control. Eko Harsono Control Fundamental Think About Control Fundamentals Training Terminology Control Eko Harsono eko.harsononus@gmail.com; 1 Contents Topics: Slide No: Process Control Terminology 3-10 Control Principles 11-18 Basic Control

More information

MicroLab 500-series Getting Started

MicroLab 500-series Getting Started MicroLab 500-series Getting Started 2 Contents CHAPTER 1: Getting Started Connecting the Hardware....6 Installing the USB driver......6 Installing the Software.....8 Starting a new Experiment...8 CHAPTER

More information

-binary sensors and actuators (such as an on/off controller) are generally more reliable and less expensive

-binary sensors and actuators (such as an on/off controller) are generally more reliable and less expensive Process controls are necessary for designing safe and productive plants. A variety of process controls are used to manipulate processes, however the most simple and often most effective is the PID controller.

More information

Level control drain valve tuning. Walter Bischoff PE Brunswick Nuclear Plant

Level control drain valve tuning. Walter Bischoff PE Brunswick Nuclear Plant Level control drain valve tuning Walter Bischoff PE Brunswick Nuclear Plant Tuning Introduction Why is it important PI and PID controllers have been accepted throughout process design and all forms of

More information

Laboratory PID Tuning Based On Frequency Response Analysis. 2. be able to evaluate system performance for empirical tuning method;

Laboratory PID Tuning Based On Frequency Response Analysis. 2. be able to evaluate system performance for empirical tuning method; Laboratory PID Tuning Based On Frequency Response Analysis Objectives: At the end, student should 1. appreciate a systematic way of tuning PID loop by the use of process frequency response analysis; 2.

More information

2 Thermistor + Op-Amp + Relay = Sensor + Actuator

2 Thermistor + Op-Amp + Relay = Sensor + Actuator Physics 221 - Electronics Temple University, Fall 2005-6 C. J. Martoff, Instructor On/Off Temperature Control; Controlling Wall Current with an Op-Amp 1 Objectives Introduce the method of closed loop control

More information

EE 4314 Lab 3 Handout Speed Control of the DC Motor System Using a PID Controller Fall Lab Information

EE 4314 Lab 3 Handout Speed Control of the DC Motor System Using a PID Controller Fall Lab Information EE 4314 Lab 3 Handout Speed Control of the DC Motor System Using a PID Controller Fall 2012 IMPORTANT: This handout is common for all workbenches. 1. Lab Information a) Date, Time, Location, and Report

More information

Experiment 3 Topic: Dynamic System Response Week A Procedure

Experiment 3 Topic: Dynamic System Response Week A Procedure Experiment 3 Topic: Dynamic System Response Week A Procedure Laboratory Assistant: Email: Office Hours: LEX-3 Website: Brock Hedlund bhedlund@nd.edu 11/05 11/08 5 pm to 6 pm in B14 http://www.nd.edu/~jott/measurements/measurements_lab/e3

More information

EMPIRICAL MODEL IDENTIFICATION AND PID CONTROLLER TUNING FOR A FLOW PROCESS

EMPIRICAL MODEL IDENTIFICATION AND PID CONTROLLER TUNING FOR A FLOW PROCESS Volume 118 No. 20 2018, 2015-2021 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu EMPIRICAL MODEL IDENTIFICATION AND PID CONTROLLER TUNING FOR A FLOW

More information

CHAPTER 11: DIGITAL CONTROL

CHAPTER 11: DIGITAL CONTROL When I complete this chapter, I want to be able to do the following. Identify examples of analog and digital computation and signal transmission. Program a digital PID calculation Select a proper execution

More information

TC LV-Series Temperature Controllers V1.01

TC LV-Series Temperature Controllers V1.01 TC LV-Series Temperature Controllers V1.01 Electron Dynamics Ltd, Kingsbury House, Kingsbury Road, Bevois Valley, Southampton, SO14 OJT Tel: +44 (0) 2380 480 800 Fax: +44 (0) 2380 480 801 e-mail support@electrondynamics.co.uk

More information

Think About Control Fundamentals Training. Terminology Control. Eko Harsono Control Fundamental - Con't

Think About Control Fundamentals Training. Terminology Control. Eko Harsono Control Fundamental - Con't Think About Control Fundamentals Training Terminology Control Eko Harsono eko.harsononus@gmail.com; 1 Contents Topics: Slide No: Advance Control Loop 3-10 Control Algorithm 11-25 Control System 26-32 Exercise

More information

Non Linear Tank Level Control using LabVIEW Jagatis Kumaar B 1 Vinoth K 2 Vivek Vijayan C 3 P Aravind 4

Non Linear Tank Level Control using LabVIEW Jagatis Kumaar B 1 Vinoth K 2 Vivek Vijayan C 3 P Aravind 4 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 01, 2015 ISSN (online): 2321-0613 Non Linear Tank Level Control using LabVIEW Jagatis Kumaar B 1 Vinoth K 2 Vivek Vijayan

More information

Real Analog - Circuits 1 Chapter 1: Lab Projects

Real Analog - Circuits 1 Chapter 1: Lab Projects Real Analog - Circuits 1 Chapter 1: Lab Projects 1.2.2: Dependent Sources and MOSFETs Overview: In this lab assignment, a qualitative discussion of dependent sources is presented in the context of MOSFETs

More information

Research Article 12 Control of the Fractionator Top Pressure for a Delayed Coking Unit in Khartoum Refinery

Research Article 12 Control of the Fractionator Top Pressure for a Delayed Coking Unit in Khartoum Refinery Research Article 12 Control of the Fractionator Top Pressure for a Delayed Coking Unit in Khartoum Refinery Salah Eldeen F..Hegazi 1, Gurashi Abdallah Gasmelseed 2, Mohammed M.Bukhari 3 1 Department of

More information

OVEN INDUSTRIES, INC. Model 5C7-362

OVEN INDUSTRIES, INC. Model 5C7-362 OVEN INDUSTRIES, INC. OPERATING MANUAL Model 5C7-362 THERMOELECTRIC MODULE TEMPERATURE CONTROLLER TABLE OF CONTENTS Features... 1 Description... 2 Block Diagram... 3 RS232 Communications Connections...

More information

A M E M B E R O F T H E K E N D A L L G R O U P

A M E M B E R O F T H E K E N D A L L G R O U P A M E M B E R O F T H E K E N D A L L G R O U P Basics of PID control in a Programmable Automation Controller Technology Summit September, 2018 Eric Paquette Definitions-PID A Proportional Integral Derivative

More information

Simulation and Analysis of Cascaded PID Controller Design for Boiler Pressure Control System

Simulation and Analysis of Cascaded PID Controller Design for Boiler Pressure Control System PAPER ID: IJIFR / V1 / E10 / 031 www.ijifr.com ijifr.journal@gmail.com ISSN (Online): 2347-1697 An Enlightening Online Open Access, Refereed & Indexed Journal of Multidisciplinary Research Simulation and

More information

MTE 360 Automatic Control Systems University of Waterloo, Department of Mechanical & Mechatronics Engineering

MTE 360 Automatic Control Systems University of Waterloo, Department of Mechanical & Mechatronics Engineering MTE 36 Automatic Control Systems University of Waterloo, Department of Mechanical & Mechatronics Engineering Laboratory #1: Introduction to Control Engineering In this laboratory, you will become familiar

More information

BINARY DISTILLATION COLUMN CONTROL TECHNIQUES: A COMPARATIVE STUDY

BINARY DISTILLATION COLUMN CONTROL TECHNIQUES: A COMPARATIVE STUDY BINARY DISTILLATION COLUMN CONTROL TECHNIQUES: A COMPARATIVE STUDY 1 NASSER MOHAMED RAMLI, 2 MOHAMMED ABOBAKR BASAAR 1,2 Chemical Engineering Department, Faculty of Engineering, Universiti Teknologi PETRONAS,

More information

University of Tennessee at. Chattanooga

University of Tennessee at. Chattanooga University of Tennessee at Chattanooga Step Response Engineering 329 By Gold Team: Jason Price Jered Swartz Simon Ionashku 2-3- 2 INTRODUCTION: The purpose of the experiments was to investigate and understand

More information

Resistance Temperature Detectors (RTDs)

Resistance Temperature Detectors (RTDs) Exercise 2-1 Resistance Temperature Detectors (RTDs) EXERCISE OBJECTIVES To explain how resistance temperature detectors (RTDs) operate; To describe the relationship between the temperature and the electrical

More information

Closed-Loop Speed Control, Proportional-Plus-Integral-Plus-Derivative Mode

Closed-Loop Speed Control, Proportional-Plus-Integral-Plus-Derivative Mode Exercise 7 Closed-Loop Speed Control, EXERCISE OBJECTIVE To describe the derivative control mode; To describe the advantages and disadvantages of derivative control; To describe the proportional-plus-integral-plus-derivative

More information

Comparative Study of PID Controller tuning methods using ASPEN HYSYS

Comparative Study of PID Controller tuning methods using ASPEN HYSYS Comparative Study of PID Controller tuning methods using ASPEN HYSYS Bhavatharini S #1, Abirami S #2, Arun Prem Anand N #3 # Department of Chemical Engineering, Sri Venkateswara College of Engineering

More information

DATA ACQUISITION AND CONTROL SOFTWARE FOR THE EDUCATIONAL KIT FESTO (LEVEL AND TEMPERATURE CONTROL)

DATA ACQUISITION AND CONTROL SOFTWARE FOR THE EDUCATIONAL KIT FESTO (LEVEL AND TEMPERATURE CONTROL) DATA ACQUISITION AND CONTROL SOFTWARE FOR THE EDUCATIONAL KIT FESTO (LEVEL AND TEMPERATURE CONTROL) Gabriela CANURECI, Camelia MAICAN, Matei VINATORU Automation Department, University of Craiova, Str.

More information

Lab 2, Analysis and Design of PID

Lab 2, Analysis and Design of PID Lab 2, Analysis and Design of PID Controllers IE1304, Control Theory 1 Goal The main goal is to learn how to design a PID controller to handle reference tracking and disturbance rejection. You will design

More information

Design of an Intelligent Pressure Control System Based on the Fuzzy Self-tuning PID Controller

Design of an Intelligent Pressure Control System Based on the Fuzzy Self-tuning PID Controller Design of an Intelligent Pressure Control System Based on the Fuzzy Self-tuning PID Controller 1 Deepa S. Bhandare, 2 N. R.Kulkarni 1,2 Department of Electrical Engineering, Modern College of Engineering,

More information

University of Tennessee at Chattanooga. Step Response Modeling. Control Systems Laboratory

University of Tennessee at Chattanooga. Step Response Modeling. Control Systems Laboratory University of Tennessee at Chattanooga Step Response Modeling Control Systems Laboratory By Stephen Rue Tan Team (Stephanie Raulston, Stefan Hanley) Course: ENGR 3280L Section: 000 Date: 03/06/2013 Instructor:

More information

GE420 Laboratory Assignment 8 Positioning Control of a Motor Using PD, PID, and Hybrid Control

GE420 Laboratory Assignment 8 Positioning Control of a Motor Using PD, PID, and Hybrid Control GE420 Laboratory Assignment 8 Positioning Control of a Motor Using PD, PID, and Hybrid Control Goals for this Lab Assignment: 1. Design a PD discrete control algorithm to allow the closed-loop combination

More information

PID-control and open-loop control

PID-control and open-loop control Automatic Control Lab 1 PID-control and open-loop control This version: October 24 2011 P I D REGLERTEKNIK Name: P-number: AUTOMATIC LINKÖPING CONTROL Date: Passed: 1 Introduction The purpose of this

More information

QuickBuilder PID Reference

QuickBuilder PID Reference QuickBuilder PID Reference Doc. No. 951-530031-006 2010 Control Technology Corp. 25 South Street Hopkinton, MA 01748 Phone: 508.435.9595 Fax: 508.435.2373 Thursday, March 18, 2010 2 QuickBuilder PID Reference

More information

Experiment 3 Topic: Dynamic System Response Week A Procedure

Experiment 3 Topic: Dynamic System Response Week A Procedure Experiment 3 Topic: Dynamic System Response Week A Procedure Laboratory Assistant: Email: Office Hours: LEX-3 Website: Caitlyn Clark and Brock Hedlund cclark20@nd.edu, bhedlund@nd.edu 04/03 04/06 from

More information

ChE 4162 Control Laboratory Methodologies Fall Control Laboratory Methodologies

ChE 4162 Control Laboratory Methodologies Fall Control Laboratory Methodologies Control Laboratory Methodologies Edited by: HJT from Material by DBM 1/11 9/23/2016 1. Introduction There seem to be about as many ways to study and tune control systems as there are control engineers.

More information

CONTROLLER TUNING FOR NONLINEAR HOPPER PROCESS TANK A REAL TIME ANALYSIS

CONTROLLER TUNING FOR NONLINEAR HOPPER PROCESS TANK A REAL TIME ANALYSIS Journal of Engineering Science and Technology EURECA 2013 Special Issue August (2014) 59-67 School of Engineering, Taylor s University CONTROLLER TUNING FOR NONLINEAR HOPPER PROCESS TANK A REAL TIME ANALYSIS

More information

SxWEB PID algorithm experimental tuning

SxWEB PID algorithm experimental tuning SxWEB PID algorithm experimental tuning rev. 0.3, 13 July 2017 Index 1. PID ALGORITHM SX2WEB24 SYSTEM... 2 2. PID EXPERIMENTAL TUNING IN THE SX2WEB24... 3 2.1 OPEN LOOP TUNING PROCEDURE... 3 2.1.1 How

More information

5 Lab 5: Position Control Systems - Week 2

5 Lab 5: Position Control Systems - Week 2 5 Lab 5: Position Control Systems - Week 2 5.7 Introduction In this lab, you will convert the DC motor to an electromechanical positioning actuator by properly designing and implementing a proportional

More information

Physics 253 Fundamental Physics Mechanic, September 9, Lab #2 Plotting with Excel: The Air Slide

Physics 253 Fundamental Physics Mechanic, September 9, Lab #2 Plotting with Excel: The Air Slide 1 NORTHERN ILLINOIS UNIVERSITY PHYSICS DEPARTMENT Physics 253 Fundamental Physics Mechanic, September 9, 2010 Lab #2 Plotting with Excel: The Air Slide Lab Write-up Due: Thurs., September 16, 2010 Place

More information

Experiment 2. Ohm s Law. Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current.

Experiment 2. Ohm s Law. Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current. Experiment 2 Ohm s Law 2.1 Objectives Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current. Construct a circuit using resistors, wires and a breadboard

More information

ChE 436 Lab Project 1 Armfield Level Control

ChE 436 Lab Project 1 Armfield Level Control ChE 436 Lab Project 1 Armfield Level Control This process control lab is located in the south end of the UO Lab. You are to work on this project in groups of four, and turn in a common report for the group.

More information

HIL Simulation Lab Work

HIL Simulation Lab Work 2017.03.09 HIL Simulation Lab Work with Step by Step Exercises that you can do in your own Pace http://home.hit.no/~hansha/?lab=hilsim Hans-Petter Halvorsen Introduction to HIL Lab Work Hans-Petter Halvorsen

More information

Find, read or write documentation which describes work of the control loop: Process Control Philosophy. Where the next information can be found:

Find, read or write documentation which describes work of the control loop: Process Control Philosophy. Where the next information can be found: 1 Controller uning o implement continuous control we should assemble a control loop which consists of the process/object, controller, sensors and actuators. Information about the control loop Find, read

More information

Overcurrent and Overload Protection of AC Machines and Power Transformers

Overcurrent and Overload Protection of AC Machines and Power Transformers Exercise 2 Overcurrent and Overload Protection of AC Machines and Power Transformers EXERCISE OBJECTIVE When you have completed this exercise, you will understand the relationship between the power rating

More information

Neural Network Predictive Controller for Pressure Control

Neural Network Predictive Controller for Pressure Control Neural Network Predictive Controller for Pressure Control ZAZILAH MAY 1, MUHAMMAD HANIF AMARAN 2 Department of Electrical and Electronics Engineering Universiti Teknologi PETRONAS Bandar Seri Iskandar,

More information

M. Conner Name: AP Physics C: RC Circuits Lab

M. Conner Name: AP Physics C: RC Circuits Lab M. Conner Name: Date: Period: Equipment: breadboard jumper wires one 1 k, one 4.7 k, and one 5.6 k resistors one 1000 F, one 2200 F, and one 470 F capacitor one small alligator clip wire variable power

More information

2. Basic Control Concepts

2. Basic Control Concepts 2. Basic Concepts 2.1 Signals and systems 2.2 Block diagrams 2.3 From flow sheet to block diagram 2.4 strategies 2.4.1 Open-loop control 2.4.2 Feedforward control 2.4.3 Feedback control 2.5 Feedback control

More information

Ver. 4/5/2002, 1:11 PM 1

Ver. 4/5/2002, 1:11 PM 1 Mechatronics II Laboratory Exercise 6 PID Design The purpose of this exercise is to study the effects of a PID controller on a motor-load system. Although not a second-order system, a PID controlled motor-load

More information

Resistance Temperature Detectors (RTDs)

Resistance Temperature Detectors (RTDs) Exercise 2-1 Resistance Temperature Detectors (RTDs) EXERCISE OBJECTIVE In this exercise, you will become familiar with the mode of operation of resistance temperature detectors (RTDs) and you will be

More information

International Journal of Research in Advent Technology Available Online at:

International Journal of Research in Advent Technology Available Online at: OVERVIEW OF DIFFERENT APPROACHES OF PID CONTROLLER TUNING Manju Kurien 1, Alka Prayagkar 2, Vaishali Rajeshirke 3 1 IS Department 2 IE Department 3 EV DEpartment VES Polytechnic, Chembur,Mumbai 1 manjulibu@gmail.com

More information

PID. What is PID and how does it work? Auto tuning PID with the 5400 Controller. Visit our website at:

PID. What is PID and how does it work? Auto tuning PID with the 5400 Controller. Visit our website at: PID What is PID and how does it work? Auto tuning PID with the 5400 Controller What is PID? PID control (pronounced P-eye-Dee) stands for Proportional-Integral-Derivative, and is a mathematical method

More information

Experiment 16: Series and Parallel Circuits

Experiment 16: Series and Parallel Circuits Experiment 16: Series and Parallel Circuits Figure 16.1: Series Circuit Figure 16.2: Parallel Circuit 85 86 Experiment 16: Series and Parallel Circuits Figure 16.3: Combination Circuit EQUIPMENT Universal

More information

Controller Algorithms and Tuning

Controller Algorithms and Tuning The previous sections of this module described the purpose of control, defined individual elements within control loops, and demonstrated the symbology used to represent those elements in an engineering

More information

CHAPTER 4 PID CONTROLLER BASED SPEED CONTROL OF THREE PHASE INDUCTION MOTOR

CHAPTER 4 PID CONTROLLER BASED SPEED CONTROL OF THREE PHASE INDUCTION MOTOR 36 CHAPTER 4 PID CONTROLLER BASED SPEED CONTROL OF THREE PHASE INDUCTION MOTOR 4.1 INTRODUCTION Now a day, a number of different controllers are used in the industry and in many other fields. In a quite

More information

Experiment Number 2. Revised: Summer 2013 PLECS RC, RL, and RLC Simulations

Experiment Number 2. Revised: Summer 2013 PLECS RC, RL, and RLC Simulations Preface: Experiment Number 2 Revised: Summer 2013 PLECS RC, RL, and RLC Simulations Preliminary exercises are to be done and submitted individually Laboratory simulation exercises are to be done individually

More information

Experiment 3. Ohm s Law. Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current.

Experiment 3. Ohm s Law. Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current. Experiment 3 Ohm s Law 3.1 Objectives Become familiar with the use of a digital voltmeter and a digital ammeter to measure DC voltage and current. Construct a circuit using resistors, wires and a breadboard

More information

Servo Closed Loop Speed Control Transient Characteristics and Disturbances

Servo Closed Loop Speed Control Transient Characteristics and Disturbances Exercise 5 Servo Closed Loop Speed Control Transient Characteristics and Disturbances EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the transient behavior of a servo

More information

Design of Model Based PID Controller Tuning for Pressure Process

Design of Model Based PID Controller Tuning for Pressure Process ISSN (Print) : 3 3765 Design of Model Based PID Controller Tuning for Pressure Process A.Kanchana 1, G.Lavanya, R.Nivethidha 3, S.Subasree 4, P.Aravind 5 UG student, Dept. of ICE, Saranathan College Engineering,

More information

USE OF BASIC ELECTRONIC MEASURING INSTRUMENTS Part II, & ANALYSIS OF MEASUREMENT ERROR 1

USE OF BASIC ELECTRONIC MEASURING INSTRUMENTS Part II, & ANALYSIS OF MEASUREMENT ERROR 1 EE 241 Experiment #3: USE OF BASIC ELECTRONIC MEASURING INSTRUMENTS Part II, & ANALYSIS OF MEASUREMENT ERROR 1 PURPOSE: To become familiar with additional the instruments in the laboratory. To become aware

More information

CDS 101/110: Lecture 8.2 PID Control

CDS 101/110: Lecture 8.2 PID Control CDS 11/11: Lecture 8.2 PID Control November 16, 216 Goals: Nyquist Example Introduce and review PID control. Show how to use loop shaping using PID to achieve a performance specification Discuss the use

More information

Instrumentation and Process Control. Process Control. Pressure, Flow, and Level. Courseware Sample F0

Instrumentation and Process Control. Process Control. Pressure, Flow, and Level. Courseware Sample F0 Instrumentation and Process Control Process Control Pressure, Flow, and Level Courseware Sample 85982-F0 A INSTRUMENTATION AND PROCESS CONTROL PROCESS CONTROL Pressure, Flow, and Level Courseware Sample

More information

ECE ECE285. Electric Circuit Analysis I. Spring Nathalia Peixoto. Rev.2.0: Rev Electric Circuits I

ECE ECE285. Electric Circuit Analysis I. Spring Nathalia Peixoto. Rev.2.0: Rev Electric Circuits I ECE285 Electric Circuit Analysis I Spring 2014 Nathalia Peixoto Rev.2.0: 140124. Rev 2.1. 140813 1 Lab reports Background: these 9 experiments are designed as simple building blocks (like Legos) and students

More information

Thermal Monitor. PI Feedback TL074. Opamp #3. Set Point Monitor. Figure 1. PI temperature control servolock circuit.

Thermal Monitor. PI Feedback TL074. Opamp #3. Set Point Monitor. Figure 1. PI temperature control servolock circuit. References. [1] K.B. MacAdam, A. Steinback and C. Wieman. A narrow-band tunable diode laser system with grating feedback, and a saturated absorption spectrometer for Cs and Rb. Am. J. Phys. 60, 1098 (1992).

More information

Using Root Locus Modeling for Proportional Controller Design for Spray Booth Pressure System

Using Root Locus Modeling for Proportional Controller Design for Spray Booth Pressure System 1 University of Tennessee at Chattanooga Engineering 3280L Using Root Locus Modeling for Proportional Controller Design for Spray Booth Pressure System By: 2 Introduction: The objectives for these experiments

More information

Control Theory. This course will examine the control functions found in HVAC systems and explain the different applications where they are applied.

Control Theory. This course will examine the control functions found in HVAC systems and explain the different applications where they are applied. Introduction The purpose of automatic HVAC system control is to modify equipment performance to balance system capacity with prevailing load requirements. All automatic control systems do not employ the

More information

Ph 3455 The Photoelectric Effect

Ph 3455 The Photoelectric Effect Ph 3455 The Photoelectric Effect Required background reading Tipler, Llewellyn, section 3-3 Prelab Questions 1. In this experiment you will be using a mercury lamp as the source of photons. At the yellow

More information

EE 3TP4: Signals and Systems Lab 5: Control of a Servomechanism

EE 3TP4: Signals and Systems Lab 5: Control of a Servomechanism EE 3TP4: Signals and Systems Lab 5: Control of a Servomechanism Tim Davidson Ext. 27352 davidson@mcmaster.ca Objective To identify the plant model of a servomechanism, and explore the trade-off between

More information

Equipment and materials to be checked out from stockroom: ECE 2210 kit, optional, if available. Analog BK precision multimeter or similar.

Equipment and materials to be checked out from stockroom: ECE 2210 kit, optional, if available. Analog BK precision multimeter or similar. p1 ECE 2210 Capacitors Lab University of Utah Electrical & Computer Engineering Department ECE 2210/2200 Lab 5 Capacitors A. Stolp, 10/4/99 rev 9/23/08 Objectives 1.) Observe charging and discharging of

More information

DC CIRCUITS AND OHM'S LAW

DC CIRCUITS AND OHM'S LAW July 15, 2008 DC Circuits and Ohm s Law 1 Name Date Partners DC CIRCUITS AND OHM'S LAW AMPS - VOLTS OBJECTIVES OVERVIEW To learn to apply the concept of potential difference (voltage) to explain the action

More information

A NOVEL METHOD OF RATIO CONTROL WITHOUT USING FLOWMETERS

A NOVEL METHOD OF RATIO CONTROL WITHOUT USING FLOWMETERS A NOVEL METHOD OF RATIO CONTROL WITHOUT USING FLOWMETERS R.Prabhu Jude, L.Sridevi, Dr.P.Kanagasabapathy Madras Institute Of Technology, Anna University, Chennai - 600 044. ABSTRACT This paper describes

More information

Various Controller Design and Tuning Methods for a First Order Plus Dead Time Process

Various Controller Design and Tuning Methods for a First Order Plus Dead Time Process International Journal of Computer Science & Communication Vol. 1, No. 2, July-December 2010, pp. 161-165 Various Controller Design and Tuning Methods for a First Order Plus Dead Time Process Pradeep Kumar

More information

7 Lab: Motor control for orientation and angular speed

7 Lab: Motor control for orientation and angular speed Prelab Participation Lab Name: 7 Lab: Motor control for orientation and angular speed Control systems help satellites to track distant stars, airplanes to follow a desired trajectory, cars to travel at

More information

Basic Tuning for the SERVOSTAR 400/600

Basic Tuning for the SERVOSTAR 400/600 Basic Tuning for the SERVOSTAR 400/600 Welcome to Kollmorgen s interactive tuning chart. The first three sheets of this document provide a flow chart to describe tuning the servo gains of a SERVOSTAR 400/600.

More information

Proportional-Integral Controller Performance

Proportional-Integral Controller Performance Proportional-Integral Controller Performance Silver Team Jonathan Briere ENGR 329 Dr. Henry 4/1/21 Silver Team Members: Jordan Buecker Jonathan Briere John Colvin 1. Introduction Modeling for the response

More information

F. Greg Shinskey. "PID Control." Copyright 2000 CRC Press LLC. <

F. Greg Shinskey. PID Control. Copyright 2000 CRC Press LLC. < F. Greg Shinskey. "PID Control." Copyright 2000 CRC Press LLC. . PID Control F. Greg Shinskey Process Control Consultant 97.1 Introduction 97.2 Open and Closed Loops Open-Loop

More information

Closed-Loop Position Control, Proportional Mode

Closed-Loop Position Control, Proportional Mode Exercise 4 Closed-Loop Position Control, Proportional Mode EXERCISE OBJECTIVE To describe the proportional control mode; To describe the advantages and disadvantages of proportional control; To define

More information

Consider the control loop shown in figure 1 with the PI(D) controller C(s) and the plant described by a stable transfer function P(s).

Consider the control loop shown in figure 1 with the PI(D) controller C(s) and the plant described by a stable transfer function P(s). PID controller design on Internet: www.pidlab.com Čech Martin, Schlegel Miloš Abstract The purpose of this article is to introduce a simple Internet tool (Java applet) for PID controller design. The applet

More information

Observer-based Engine Cooling Control System (OBCOOL) Project Proposal. Students: Andrew Fouts & Kurtis Liggett. Advisor: Dr.

Observer-based Engine Cooling Control System (OBCOOL) Project Proposal. Students: Andrew Fouts & Kurtis Liggett. Advisor: Dr. Observer-based Engine Cooling Control System (OBCOOL) Project Proposal Students: Andrew Fouts & Kurtis Liggett Advisor: Dr. Gary Dempsey Date: December 09, 2010 1 Introduction Control systems exist in

More information

The MFT B-Series Flow Controller.

The MFT B-Series Flow Controller. The MFT B-Series Flow Controller. There are many options available to control a process flow ranging from electronic, mechanical to pneumatic. In the industrial market there are PLCs, PCs, valves and flow

More information

Electrical Measurements

Electrical Measurements Electrical Measurements INTRODUCTION In this section, electrical measurements will be discussed. This will be done by using simple experiments that introduce a DC power supply, a multimeter, and a simplified

More information

Relay Feedback based PID Controller for Nonlinear Process

Relay Feedback based PID Controller for Nonlinear Process Relay Feedback based PID Controller for Nonlinear Process I.Thirunavukkarasu, Dr.V.I.George, * and R.Satheeshbabu Abstract This work is about designing a relay feedback based PID controller for a conical

More information

Class 5. Competency Exam Round 1. The Process Designer s Process. Process Control Preliminaries. On/Off Control The Simplest Controller

Class 5. Competency Exam Round 1. The Process Designer s Process. Process Control Preliminaries. On/Off Control The Simplest Controller Class 5 Competency Exam Round 1 Proportional Control Starts Friday, September 17 Ends Friday, October 1 Process Control Preliminaries The final control element, process and sensor/transmitter all have

More information

UTC. Engineering 329. Frequency Response for the Flow System. Gold Team. By: Blake Nida. Partners: Roger Lemond and Stuart Rymer

UTC. Engineering 329. Frequency Response for the Flow System. Gold Team. By: Blake Nida. Partners: Roger Lemond and Stuart Rymer UTC Engineering 329 Frequency Response for the Flow System Gold Team By: Blake Nida Partners: Roger Lemond and Stuart Rymer March 9, 2007 Introduction: The purpose of the frequency response experiments

More information

Automation Systems laboratory Excercise AS-5

Automation Systems laboratory Excercise AS-5 Institute of Automatic Control and Robotics Faculty of Mechatronics laboratory Excercise AS-5 "Single loop control system of level in tank with free outflow of liquid Autors : PhD. Eng. Danuta Holejko,

More information

GE 320: Introduction to Control Systems

GE 320: Introduction to Control Systems GE 320: Introduction to Control Systems Laboratory Section Manual 1 Welcome to GE 320.. 1 www.softbankrobotics.com 1 1 Introduction This section summarizes the course content and outlines the general procedure

More information

The Discussion of this exercise covers the following points: On-off control On-off controller with a dead band. Conductivity control

The Discussion of this exercise covers the following points: On-off control On-off controller with a dead band. Conductivity control Exercise 1-3 On-Off Conductivity Control (Optional) EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with on-off conductivity control. DISCUSSION OUTLINE The Discussion of

More information

PROCESS DYNAMICS AND CONTROL

PROCESS DYNAMICS AND CONTROL Objectives of the Class PROCESS DYNAMICS AND CONTROL CHBE320, Spring 2018 Professor Dae Ryook Yang Dept. of Chemical & Biological Engineering What is process control? Basics of process control Basic hardware

More information

A3 Pro INSTRUCTION MANUAL. Oct 25, 2017 Revision IMPORTANT NOTES

A3 Pro INSTRUCTION MANUAL. Oct 25, 2017 Revision IMPORTANT NOTES A3 Pro INSTRUCTION MANUAL Oct 25, 2017 Revision IMPORTANT NOTES 1. Radio controlled (R/C) models are not toys! The propellers rotate at high speed and pose potential risk. They may cause severe injury

More information

Root Locus Design. by Martin Hagan revised by Trevor Eckert 1 OBJECTIVE

Root Locus Design. by Martin Hagan revised by Trevor Eckert 1 OBJECTIVE TAKE HOME LABS OKLAHOMA STATE UNIVERSITY Root Locus Design by Martin Hagan revised by Trevor Eckert 1 OBJECTIVE The objective of this experiment is to design a feedback control system for a motor positioning

More information

Lab 3: RC Circuits. Construct circuit 2 in EveryCircuit. Set values for the capacitor and resistor to match those in figure 2 and set the frequency to

Lab 3: RC Circuits. Construct circuit 2 in EveryCircuit. Set values for the capacitor and resistor to match those in figure 2 and set the frequency to Lab 3: RC Circuits Prelab Deriving equations for the output voltage of the voltage dividers you constructed in lab 2 was fairly simple. Now we want to derive an equation for the output voltage of a circuit

More information

Experiment Number 2. Revised: Fall 2018 PLECS RC, RL, and RLC Simulations

Experiment Number 2. Revised: Fall 2018 PLECS RC, RL, and RLC Simulations Experiment Number 2 Revised: Fall 2018 PLECS RC, RL, and RLC Simulations Preface: Experiment number 2 will be held in CLC room 105, 106, or 107. Your TA will let you know Preliminary exercises are to be

More information

PROCESS CONTROL LAB. Lab In charge COURSE OBJECTIVES

PROCESS CONTROL LAB. Lab In charge COURSE OBJECTIVES PROCESS CONTROL LAB COURSE OBJECTIVES 1. To control temperature, pressure, flow, level using PC with the help of different control modes. 2. To verify the operation of control valves. 3. To verify the

More information