Liquid Level Control of Gravity Drained Tank

Size: px
Start display at page:

Download "Liquid Level Control of Gravity Drained Tank"

Transcription

1 Liquid Level Control of Gravity Drained Tank Lab Procedure Goal: To investigate the dynamic behavior of gravity drained tanks and design control strategies to maintain the level through feedback systems. References: Cooper, Doug J Practical Process Control. controlguru. [Online] [Cited: 10 10, 2013.] James B. Riggs, M. Nazmul Karim Chemical and Bio-process Control. s.l. : Ferret Publications, In this experiment, you will study and design the control system of a liquid level in a 10 liter tank in the presence of feed flow rate and outlet flow rate disturbances. The self-regulating behavior of the process means that the tank will seek a steady operating level if the inlet flow and disturbances are held constant. The cart is designed to use water from the lab faucet and is controlled by CV001, which then flows through a MicroMotion Flow Tube into the 10 liter vessel. The rate of water draining from the tank through the 0.25 ID hose is controlled by CV002. The water level in the tank is measured by a Milone etape level transmitter that acts as a variable resistor providing instantaneous measurements to the microcontroller. The lab technician is the only person authorized to adjust the level transmitter. Students are not permitted to remove electrical tape. Day 1 Before starting the experiment, trace the flow path from the faucet and identify all components from the P&ID. Draw the basic schematic and block diagram of the apparatus for PI control of the liquid level with the first and second control valve. Now that you are familiar with the system you are ready for start-up. Hook up the ¼ air hose to the push-connect air line and the regulator on the cart. Check that all valves on the air-header are in the closed position. Turn the air on fully and adjust the regulator to supply 25 psi to the header. Next, screw the 1/2 OD polyvinyl hose to the water faucet and ensure a tight fit. Close

2 the inlet ball valve before turning on the faucet. Turn the faucet handle for cold water fully open and check that no leaks are visible in any tube. The cart is controlled by the Program LabVIEW It is a visual based programming that allows for real time data acquisition, and a user friendly user interface called the VI. Open the LabVIEW 2013 program titled LevelControllerFinal.vi from the desktop. This is the graphical user interface and visual programming that performs the control operations. The Front Panel displays the sensor output for the flow transmitter on the top graph, the level transmitter on the bottom, as well as the Controller Outputs. The tuning parameters for both valves are displayed as are selections for the control of the valves. You can access the Block Diagram that displays the programming of the VI by going to Window-Show Block Diagram. Students should not have to change any parameters at this point, but it is useful to become familiar with operation. Plug all three USB cables into the computer and set the Output to COM11, Level transmitter to COM6 and Flow Transmitter to COM7. Click the Run button, the arrow in the top left of the toolbar to start the program. The default setting for both control valves is manual mode. Open the green drain valve on the bottom of the cart and slowly open the inlet ball valve. Air that was trapped in the line will be forced out, so take care to open slowly until a smooth stream is seen entering the tank.

3 The first step is to become familiar with the process by manipulating the valve position manually and becoming familiar with the LabVIEW interface. The graphs display the controller output and sensor instantaneous sensor readings for the level transmitter and flow meter. To export this graph data to excel you simply right click on the graph, Export, export data to excel file. After each iteration of the experiment, or if other data is wished to be collected, the graphs must be cleared by right clicking-data operations-clear data, then right click again-data operations-make current value default. This will ensure the graph starts at time t=0 again. Manually adjust the position of valve 1 and 2 until a steady state is seen on the level transmitter at 5-6. This will be your Design Level of Operation (DLO) on which all your control strategies are based. Record the position of both valves and the inlet flow rate. Stop the program and clear the data, for you are about to perform the first bump test. Run the program for 2 minutes then manually set the first control valve to a position 1-3% away from the DLO. Use a stopwatch and visually record the level in the tank in addition to the automated data collection. Wait until the level in the tank reaches a new DLO. Export this data to Excel. Do this for both valves. Save the data from these experiments for next week Day 2 This raw data will need to be filtered to make any useful calculations from it. Apply a filter method of your choice to acquire a reasonable looking step response. Mark when the valve position was changed and the time it took to first see a change in the level from its initial DLO. 1) This is the dead time of the process, θd. 2) The change in the Process Variable (PV) divided by the change in the controller output (CO) is the process gain kp. 3) Next, find where 63% of the change in process variable occurred and the time it took from the initial change in height to get there. This is the process time constant τp. Alternatively, you may perform a doublet test by manipulating the CO back to its original position after seeing a clear response in the PV. You are now ready to write a First Order Plus Dead Time equation for the model from the form τ p d(pv(t)) dt + PV(t) = k p CO(t θ d ) Using this FOPDT model you can create your PI controller equation CO = controller output signal CObias = controller bias or null value; set by bumpless transfer e(t) = current controller error, defined as SP PV SP = set point

4 PV = measured process variable Kc = controller gain, a tuning parameter Ti = reset time, a tuning parameter The tuning parameters and type of controller must then be chosen. (Cooper, ) For this self-regulating process, PI control will be sufficient. The closed loop time constant τc can be chosen between.1 and 10 for aggressive to conservative response, respectively. You will notice that the same CO for one control valve has the reverse effect on the liquid level as the other. What is this called? Input your tuning parameter for Kp and Ki on the front panel of the VI. Return the cart to steady state as in Day 1 and turn on automated control. Implement disturbances by adding 1 liter of water to the vessel from a graduated cylinder and by closing the faucet 50%. Record the controller s and process response and export to excel. Day 3 Using the fundamentals you have learned in your Process Controls class, develop your own process model and calculate a theoretical gain. Is there a way to reject disturbance in the flow before the level in the tank changes? Of course there is, by cascading the dynamic relationship of the flow control valve to the draining of the tank. This classic example of cascade control can be seen in the block diagram below.

5 Inner Disturbanc Primary Controlle Secondar y FCV -001 Secondar y Process Primar y Secondary Flow Transmitte The block diagram displays two controllers, two process variable sensors and only one control element, the Flow Control Valve. This setup allows for the rejection of disturbances to the flow before they affect the liquid level in the tank. Tuning a Cascade Control Loop Since the cascade control consists of two nested control loops it becomes necessary to perform two separate bump tests to find the correlation of the process dynamics. 1) Allow the process to reach a steady state at your chosen DLO as before. Place Valve 1 in manual mode and implement a 1-3% change in its position. 2) Collect the dynamic data of the Inner Controller Output, Process Variable 2 (Flow), and Process Variable 1 (Height). 3) Fit a FOPDT model to the data collected as in the method for PI control. Inner Loop Outer Loop a. Process Gain : Kp2=( PV2 CO2 PV1 Kp1=( PV2 b. Time Constant : τ p2 = (CO2 PV2) τ p1 = (CO2 PV1) c. Dead Time: θ 2 = (CO2 PV2) θ 1 = (CO2 PV1) 4) Which dynamic process is faster? Primary Level Transmitte The control of the inner loop is dependent on the speed of each process. It is therefore imperative that the inner loop be controlled with the proper scheme. The inner control parameters must be set on the block diagram of the VI, once set they must not be altered. Discussion Questions

6 1) Define the terms Process Gain, Process Variable, Control Variable, Dead Time, and Time Constant. 2) If I/P 1 receives a 13mA signal from the microcontroller, what is the resulting theoretical position of CV 1? 3) Why is it necessary to apply a filter to the sensor readings? 4) Using Bernoulli s equation, calculate the volumetric flow rate out of the drain. How does this compare to actual results? 5) What is an integrating process? 6) What are the parts of the FOPDT model? 7) Develop a process model using your knowledge of an overall mass balance on the system, and the instantaneous sensor readings. 8) How does the results from part 4 compare to the FOPDT model you found from experimental data? Discuss any differences and potential reasons. 9) Discuss the advantages and disadvantages of P-only, PI- control and Cascade control in respect to this process. 10) If you were to do the experiment again, what in the procedure or cart design itself would you improve upon to facilitate a better lab experience?

7 Figure 2. P&ID

8

Industrial Steam System Process Control Schemes

Industrial Steam System Process Control Schemes Industrial Steam System Process Control Schemes This paper was developed to provide a basic understanding of the different process control schemes used in a typical steam system. This is however a fundamental

More information

Heat. Investigating the function of the expansion valve of the heat pump. LD Physics Leaflets P2.6.3.2. Thermodynamic cycle Heat pump

Heat. Investigating the function of the expansion valve of the heat pump. LD Physics Leaflets P2.6.3.2. Thermodynamic cycle Heat pump Heat Thermodynamic cycle Heat pump LD Physics Leaflets P2.6.3.2 Investigating the function of the expansion valve of the heat pump Objects of the experiment g To study the operational components of the

More information

UNIVERSITY OF MINNESOTA DULUTH DEPARTMENT OF CHEMICAL ENGINEERING ChE 3211-4211 DOUBLE PIPE HEAT EXCHANGER

UNIVERSITY OF MINNESOTA DULUTH DEPARTMENT OF CHEMICAL ENGINEERING ChE 3211-4211 DOUBLE PIPE HEAT EXCHANGER UNIVERSITY OF MINNESOTA DULUTH DEPARTMENT OF CHEMICAL ENGINEERING ChE 3211-4211 DOUBLE PIPE HEAT EXCHANGER OBJECTIVE Determine the Reynolds number for each flow. Determine the individual heat transfer

More information

Jump Start: Aspen HYSYS Dynamics V7.3

Jump Start: Aspen HYSYS Dynamics V7.3 A Brief Tutorial (and supplement to training and online documentation) Glenn Dissinger, Product Director, Aspen Technology, Inc. Julie Levine, Associate Product Marketing Professional, Aspen Technology,

More information

Controller Design using the Maple Professional Math Toolbox for LabVIEW

Controller Design using the Maple Professional Math Toolbox for LabVIEW Controller Design using the Maple Professional Math Toolbox for LabVIEW This application demonstrates how you can use the Maple Professional Math Toolbox for LabVIEW to design and tune a Proportional-Integral-Derivative

More information

Cell Phone Vibration Experiment

Cell Phone Vibration Experiment Objective Cell Phone Vibration Experiment Most cell phones are designed to vibrate. But at what frequency do they vibrate? With an accelerometer, data acquisition and signal analysis the vibration frequency

More information

Enhancing Process Control Education with the Control Station Training Simulator

Enhancing Process Control Education with the Control Station Training Simulator Enhancing Process Control Education with the Control Station Training Simulator DOUG COOPER, DANIELLE DOUGHERTY Department of Chemical Engineering, 191 Auditorium Road, Room 204, U-222, University of Connecticut,

More information

Introduction to LabVIEW for Control Design & Simulation Ricardo Dunia (NI), Eric Dean (NI), and Dr. Thomas Edgar (UT)

Introduction to LabVIEW for Control Design & Simulation Ricardo Dunia (NI), Eric Dean (NI), and Dr. Thomas Edgar (UT) Introduction to LabVIEW for Control Design & Simulation Ricardo Dunia (NI), Eric Dean (NI), and Dr. Thomas Edgar (UT) Reference Text : Process Dynamics and Control 2 nd edition, by Seborg, Edgar, Mellichamp,

More information

A Design of a PID Self-Tuning Controller Using LabVIEW

A Design of a PID Self-Tuning Controller Using LabVIEW Journal of Software Engineering and Applications, 2011, 4, 161-171 doi:10.4236/jsea.2011.43018 Published Online March 2011 (http://www.scirp.org/journal/jsea) 161 A Design of a PID Self-Tuning Controller

More information

Lambda Tuning the Universal Method for PID Controllers in Process Control

Lambda Tuning the Universal Method for PID Controllers in Process Control Lambda Tuning the Universal Method for PID Controllers in Process Control Lambda tuning gives non-oscillatory response with the response time (Lambda) required by the plant. Seven industrial examples show

More information

Control of an industrial process using PID control blocks in automation controller

Control of an industrial process using PID control blocks in automation controller Control of an industrial process using PID control blocks in automation controller by Michel Van Dessel 1 1 Abstract Many continuous industrial processes can be controlled using programmable automation

More information

Streaming Potential System (SPT1000, SPD1000)

Streaming Potential System (SPT1000, SPD1000) Streaming Potential System (SPT1000, SPD1000) User's Manual Sentrol Systems, Inc. 3949 Cotswold Dr. SW, Lilburn, GA 30047-2371 Tel: 770-564-1541, Fax: 770-564-8605 www.sentrolsystems.com Since the streaming

More information

How to use the OMEGALOG software with the OM-SQ2010/SQ2020/SQ2040 Data Loggers.

How to use the OMEGALOG software with the OM-SQ2010/SQ2020/SQ2040 Data Loggers. How to use the OMEGALOG software with the OM-SQ2010/SQ2020/SQ2040 Data Loggers. OMEGALOG Help Page 2 Connecting Your Data Logger Page 2 Logger Set-up Page 3 Download Data Page 8 Export Data Page 11 Downloading

More information

Experiment HE-6: Breath by Breath Measurement of Respiratory Exchange Ratio (RER)

Experiment HE-6: Breath by Breath Measurement of Respiratory Exchange Ratio (RER) Experiment HE-6: Breath by Breath Measurement of Respiratory Exchange Ratio (RER) Background The two sources of energy available for human metabolism are carbohydrates (CHO) and fats. These molecules are

More information

Small Animal Respiratory Exchange Ratio (RER)

Small Animal Respiratory Exchange Ratio (RER) iworx Physiology Lab Experiment Experiment AMe-1 Small Animal Respiratory Exchange Ratio (RER) Note: The lab presented here is intended for evaluation purposes only. iworx users should refer to the User

More information

UNIVERSITY OF MINNESOTA DULUTH DEPARTMENT OF CHEMICAL ENGINEERING ChE 3211-4211 CONVECTIVE HEAT TRANSFER

UNIVERSITY OF MINNESOTA DULUTH DEPARTMENT OF CHEMICAL ENGINEERING ChE 3211-4211 CONVECTIVE HEAT TRANSFER UNIVERSITY OF MINNESOTA DULUTH DEPARTMENT OF CHEMICAL ENGINEERING ChE 3211-4211 CONVECTIVE HEAT TRANSFER OBJECTIVE The purpose is to measure heat transfer in cases where convection is a significant mechanism.

More information

Dr. Yeffry Handoko Putra, S.T., M.T

Dr. Yeffry Handoko Putra, S.T., M.T Tuning Methods of PID Controller Dr. Yeffry Handoko Putra, S.T., M.T yeffry@unikom.ac.id 1 Session Outlines & Objectives Outlines Tuning methods of PID controller: Ziegler-Nichols Open-loop Coon-Cohen

More information

FAST METHODS FOR SLOW LOOPS: TUNE YOUR TEMPERATURE CONTROLS IN 15 MINUTES

FAST METHODS FOR SLOW LOOPS: TUNE YOUR TEMPERATURE CONTROLS IN 15 MINUTES FAST METHODS FOR SLOW LOOPS: TUNE YOUR TEMPERATURE CONTROLS IN 15 MINUTES Michel Ruel P.E. President, TOP Control Inc 4734 Sonseeahray Drive 49, Bel-Air St, #103 Hubertus, WI 53033 Levis Qc G6W 6K9 USA

More information

www.klmtechgroup.com TABLE OF CONTENT

www.klmtechgroup.com TABLE OF CONTENT Page : 1 of 24 Project Engineering Standard www.klmtechgroup.com KLM Technology #03-12 Block Aronia, Jalan Sri Perkasa 2 Taman Tampoi Utama 81200 Johor Bahru Malaysia S TABLE OF CONTENT SCOPE 2 DEFINITIONS

More information

Perform Common Process Loop Control Algorithms

Perform Common Process Loop Control Algorithms Perform Common Process Loop Control Algorithms Using the PIDE Instruction Introduction This white paper discusses how to use the features inherent in the Enhanced PIDE instruction in the RSLogix 5000 Function

More information

Vertical Tube Heat Exchanger (VTHX) or The Heat Exchanger Network (HEN) Control Process. Operating Manual

Vertical Tube Heat Exchanger (VTHX) or The Heat Exchanger Network (HEN) Control Process. Operating Manual Vertical Tube Heat Exchanger (VTHX) or The Heat Exchanger Network (HEN) Control Process Operating Manual 1/17 8/21/2014 1. Background Heat exchangers are ubiquitous in the industrial world with millions

More information

AMX300 DirectConnect Mixing Valve Kits

AMX300 DirectConnect Mixing Valve Kits AMX300 DirectConnect Mixing Valve Kits INSTALLATION INSTRUCTIONS Tools needed (not supplied) 1. Wrench 2. Pliers Safety Definitions These safety terms identify information you must read. CAUTION Indicates

More information

UNIVERSITY OF MINNESOTA DULUTH DEPARTMENT OF CHEMICAL ENGINEERING ChE 3211-4211 ABSORPTION OF CARBON DIOXIDE INTO WATER

UNIVERSITY OF MINNESOTA DULUTH DEPARTMENT OF CHEMICAL ENGINEERING ChE 3211-4211 ABSORPTION OF CARBON DIOXIDE INTO WATER UNIVERSITY OF MINNESOTA DULUTH DEPARTMENT OF CHEMICAL ENGINEERING ChE 3211-4211 ABSORPTION OF CARBON DIOXIDE INTO WATER OBJECTIVE The objective of this experiment is to determine the equilibrium line,

More information

Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil

Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2009 Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil OBJECTIVES 1. To learn how to visualize magnetic field lines

More information

ME 315 - Heat Transfer Laboratory. Experiment No. 7 ANALYSIS OF ENHANCED CONCENTRIC TUBE AND SHELL AND TUBE HEAT EXCHANGERS

ME 315 - Heat Transfer Laboratory. Experiment No. 7 ANALYSIS OF ENHANCED CONCENTRIC TUBE AND SHELL AND TUBE HEAT EXCHANGERS ME 315 - Heat Transfer Laboratory Nomenclature Experiment No. 7 ANALYSIS OF ENHANCED CONCENTRIC TUBE AND SHELL AND TUBE HEAT EXCHANGERS A heat exchange area, m 2 C max maximum specific heat rate, J/(s

More information

A Study of Speed Control of PMDC Motor Using Auto-tuning of PID Controller through LabVIEW

A Study of Speed Control of PMDC Motor Using Auto-tuning of PID Controller through LabVIEW A Study of Speed Control of PMDC Motor Using Auto-tuning of PID Controller through LabVIEW Priyanka Rajput and Dr. K.K. Tripathi Department of Electronics and Communication Engineering, Ajay Kumar Garg

More information

Implementation of Fuzzy and PID Controller to Water Level System using LabView

Implementation of Fuzzy and PID Controller to Water Level System using LabView Implementation of Fuzzy and PID Controller to Water Level System using LabView Laith Abed Sabri, Ph.D University of Baghdad AL-Khwarizmi college of Engineering Hussein Ahmed AL-Mshat University of Baghdad

More information

RLC Series Resonance

RLC Series Resonance RLC Series Resonance 11EM Object: The purpose of this laboratory activity is to study resonance in a resistor-inductor-capacitor (RLC) circuit by examining the current through the circuit as a function

More information

Data Acquisition Using NI-DAQmx

Data Acquisition Using NI-DAQmx Instructor s Portion Data Acquisition Using NI-DAQmx Wei Lin Department of Biomedical Engineering Stony Brook University Summary This experiment requires the student to use NI-DAQmx to acquire voltage

More information

Maxi Pressurisation Units (Maxi, Maxi Plus & HP)

Maxi Pressurisation Units (Maxi, Maxi Plus & HP) Maxi Pressurisation Units (Maxi, Maxi Plus & HP) Installation and Maintenance Instructions Contents 1 Dimensions 3 1.1 Installation 4 1.1 Mains/boosted cold water inlet 4 1.2 Connection to the system 5

More information

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply

Servo Motors (SensorDAQ only) Evaluation copy. Vernier Digital Control Unit (DCU) LabQuest or LabPro power supply Servo Motors (SensorDAQ only) Project 7 Servos are small, relatively inexpensive motors known for their ability to provide a large torque or turning force. They draw current proportional to the mechanical

More information

mysensors mysensors Wireless Sensors and Ethernet Gateway Quick Start Guide Information to Users Inside the Box mysensors Ethernet Gateway Quick Start

mysensors mysensors Wireless Sensors and Ethernet Gateway Quick Start Guide Information to Users Inside the Box mysensors Ethernet Gateway Quick Start mysensors Information to Users mysensors Wireless Sensors and Ethernet Gateway Quick Start Guide This equipment has been tested and found to comply with the limits for a Class B digital devices, pursuant

More information

CDS TROUBLESHOOTING SECTION I. VACUUM. 1.0. Weak vacuum at wand. Gauge reads normal (10hg to 14hg)

CDS TROUBLESHOOTING SECTION I. VACUUM. 1.0. Weak vacuum at wand. Gauge reads normal (10hg to 14hg) CDS TROUBLESHOOTING SECTION I. VACUUM 1.0. Weak vacuum at wand. Gauge reads normal (10hg to 14hg) 1.1. Clogged hoses or wand tube. Disconnect hoses and carefully check for an obstruction. 1.2. Excessive

More information

Evaluation copy. Blood Pressure. Project PROJECT DESIGN REQUIREMENTS

Evaluation copy. Blood Pressure. Project PROJECT DESIGN REQUIREMENTS Blood Pressure Project 9 Blood pressure is a measure of the fluid pressure within the circulatory system. This pressure is required to ensure the delivery of oxygen and nutrients to, and the removal of

More information

The Secret of Hydraulic Schematics. BTPHydraulics www.iranfluidpower.com

The Secret of Hydraulic Schematics. BTPHydraulics www.iranfluidpower.com The Secret of Hydraulic Schematics BTPHydraulics www.iranfluidpower.com www.iranfluidpower.com Table of Contents The Secret to Reading and Interpreting Hydraulic Schematics... 1 Hydraulic System Schematics...

More information

Operational Overview and Controls Guide

Operational Overview and Controls Guide DOCUMENT: ECSEQ2-1 EFFECTIVE: 02/14/07 SUPERSEDES: 02/26/03 Operational Overview and Controls Guide Standard Two or Three Pump Type VFD Booster Controls 6700 Best Friend Road. Norcross, GA 30071. (770)

More information

Terminology and Symbols in Control Engineering

Terminology and Symbols in Control Engineering Technical Information Terminology and Symbols in Control Engineering 1 Part 1 Fundamentals Technical Information Part 1: Fundamentals Part 2: Self-operated Regulators Part 3: Control Valves Part 4: Communication

More information

Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil

Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.02 Spring 2006 Experiment 3: Magnetic Fields of a Bar Magnet and Helmholtz Coil OBJECTIVES 1. To learn how to visualize magnetic field lines

More information

Lab 3: Introduction to Data Acquisition Cards

Lab 3: Introduction to Data Acquisition Cards Lab 3: Introduction to Data Acquisition Cards INTRODUCTION: In this lab, you will be building a VI to display the input measured on a channel. However, within your own VI you will use LabVIEW supplied

More information

How to operate the BD FACSCanto flow cytometer

How to operate the BD FACSCanto flow cytometer How to operate the BD FACSCanto flow cytometer Preface Dear colleague, the BD FACSCanto flow cytometer is use to operate, however, it is a delicate instrument for measuring fluorescence of single cells.

More information

How To Replace A Reverse Osmosis Water Tank

How To Replace A Reverse Osmosis Water Tank ALL MODELS REVERSE OSMOSIS WITH NONAIRGAP FAUCET 1. Read all instructions carefully before starting installation. 2. Find the cold water line beneath your sink. The cold water is typically on the right.

More information

Best Practices for Controller Tuning

Best Practices for Controller Tuning Best Practices for Controller Tuning George Buckbee, P.E. ExperTune, Inc. 2009 ExperTune, Inc. Page 1 Best Practices for Controller Tuning George Buckbee, P.E., ExperTune Inc. 2009 ExperTune Inc Summary

More information

Learning Module 4 - Thermal Fluid Analysis Note: LM4 is still in progress. This version contains only 3 tutorials.

Learning Module 4 - Thermal Fluid Analysis Note: LM4 is still in progress. This version contains only 3 tutorials. Learning Module 4 - Thermal Fluid Analysis Note: LM4 is still in progress. This version contains only 3 tutorials. Attachment C1. SolidWorks-Specific FEM Tutorial 1... 2 Attachment C2. SolidWorks-Specific

More information

Operating instructions Mechatronic flow sensor. SBY33x 704465/06 03/2011

Operating instructions Mechatronic flow sensor. SBY33x 704465/06 03/2011 Operating instructions Mechatronic flow sensor SBY33x 7065/06 03/2011 Contents 1 Safety instructions...2 2 Functions and features...3 3 Installation...3 Electrical connection... 5 Switch point setting...

More information

EET 310 Programming Tools

EET 310 Programming Tools Introduction EET 310 Programming Tools LabVIEW Part 1 (LabVIEW Environment) LabVIEW (short for Laboratory Virtual Instrumentation Engineering Workbench) is a graphical programming environment from National

More information

Recording Audio to a Flash Drive

Recording Audio to a Flash Drive Recording Audio to a Flash Drive 1. Turn on the main power supply. This is the Middle Atlantic power supply it is located near the bottom of the equipment rack. 2. Power on the Denon Recorder. 3. Watch

More information

PID Tuning Guide. A Best-Practices Approach to Understanding and Tuning PID Controllers. First Edition by Robert C. Rice, PhD

PID Tuning Guide. A Best-Practices Approach to Understanding and Tuning PID Controllers. First Edition by Robert C. Rice, PhD PID Tuning Guide A Best-Practices Approach to Understanding and Tuning PID Controllers First Edition by Robert C. Rice, PhD Technical Contributions from: Also Introducing: Table of Contents 2 Forward 3

More information

Degree programme in Automation Engineering

Degree programme in Automation Engineering Degree programme in Automation Engineering Course descriptions of the courses for exchange students, 2014-2015 Autumn 2014 21727630 Application Programming Students know the basis of systems application

More information

Inductors in AC Circuits

Inductors in AC Circuits Inductors in AC Circuits Name Section Resistors, inductors, and capacitors all have the effect of modifying the size of the current in an AC circuit and the time at which the current reaches its maximum

More information

CHAPTER 1 : INTRODUCTION TO PROCESS CONTROL

CHAPTER 1 : INTRODUCTION TO PROCESS CONTROL CHAPTER 1 : INTRODUCTION TO PROCESS CONTROL When I complete this chapter, I want to be able to do the following. Explain the feedback concept applied to control Explain and identify the three elements

More information

A simple method to determine control valve performance and its impacts on control loop performance

A simple method to determine control valve performance and its impacts on control loop performance A simple method to determine control valve performance and its impacts on control loop performance Keywords Michel Ruel p.eng., Top Control Inc. Process optimization, tuning, stiction, hysteresis, backlash,

More information

Instrumentation and Process Control. Boiler Control. Courseware Sample 85993-F0

Instrumentation and Process Control. Boiler Control. Courseware Sample 85993-F0 Instrumentation and Process Control Boiler Control Courseware Sample 85993-F0 A INSTRUMENTATION AND PROCESS CONTROL BOILER CONTROL Courseware Sample by the staff of Lab-Volt Ltd. Copyright 2010 Lab-Volt

More information

Chlorophyll Content Meter. CCM-200 plus

Chlorophyll Content Meter. CCM-200 plus Chlorophyll Content Meter CCM-200 plus www.apogeeinstruments.com techsupport@apogeeinstruments.com 435.792.4700 Fax: 435.787.8268 Table of Contents Unit Overview...2 About the Instrument... 4 How It Works...

More information

Transmitter Interface Program

Transmitter Interface Program Transmitter Interface Program Operational Manual Version 3.0.4 1 Overview The transmitter interface software allows you to adjust configuration settings of your Max solid state transmitters. The following

More information

FREE FALL. Introduction. Reference Young and Freedman, University Physics, 12 th Edition: Chapter 2, section 2.5

FREE FALL. Introduction. Reference Young and Freedman, University Physics, 12 th Edition: Chapter 2, section 2.5 Physics 161 FREE FALL Introduction This experiment is designed to study the motion of an object that is accelerated by the force of gravity. It also serves as an introduction to the data analysis capabilities

More information

Unit 24: Applications of Pneumatics and Hydraulics

Unit 24: Applications of Pneumatics and Hydraulics Unit 24: Applications of Pneumatics and Hydraulics Unit code: J/601/1496 QCF level: 4 Credit value: 15 OUTCOME 2 TUTORIAL 3 HYDRAULIC AND PNEUMATIC MOTORS The material needed for outcome 2 is very extensive

More information

Lab 7: Rotational Motion

Lab 7: Rotational Motion Lab 7: Rotational Motion Equipment: DataStudio, rotary motion sensor mounted on 80 cm rod and heavy duty bench clamp (PASCO ME-9472), string with loop at one end and small white bead at the other end (125

More information

ANDROID RECOVERY STICK QUICK START GUIDE

ANDROID RECOVERY STICK QUICK START GUIDE Before you get started do the following: Open, and read through http://sticks.paraben.com/phone-recovery-faq.htmlhttp:// sticks.paraben.com/phone-recovery-faq.html this will help you with any questions

More information

Experiment 3 Pipe Friction

Experiment 3 Pipe Friction EML 316L Experiment 3 Pipe Friction Laboratory Manual Mechanical and Materials Engineering Department College of Engineering FLORIDA INTERNATIONAL UNIVERSITY Nomenclature Symbol Description Unit A cross-sectional

More information

Running a Load Flow Analysis

Running a Load Flow Analysis Running a Load Flow Analysis The purpose of this tutorial is to introduce the Load Flow Analysis module, and provide instructions on how to run a load flow study. In addition, an example of how to regulate

More information

PeopleGIS Leica RTK GPS Instructions

PeopleGIS Leica RTK GPS Instructions PeopleGIS Leica RTK GPS Instructions Equipment List GG02 Receiver (Antenna) GPS Range Pole Zeno Tablet MiFi MiFi External Battery Carrying Case 1) Turning on the MiFi Power on the MiFi. This little gadget

More information

PIEZOMETER AIRFLOW MEASURING RING

PIEZOMETER AIRFLOW MEASURING RING PIEZOMETER AIRFLOW MEASURING RING M.K. Plastics is pleased to introduce The Piezometer Airflow Measuring Ring, now available as an accessory for our steel Axijet fans. The system consists of a Piezometer

More information

Dynamic Behavior of BWR

Dynamic Behavior of BWR Massachusetts Institute of Technology Department of Nuclear Science and Engineering 22.06 Engineering of Nuclear Systems Dynamic Behavior of BWR 1 The control system of the BWR controls the reactor pressure,

More information

Evaluation copy. Build a Temperature Sensor. Project PROJECT DESIGN REQUIREMENTS

Evaluation copy. Build a Temperature Sensor. Project PROJECT DESIGN REQUIREMENTS Build a emperature Sensor Project A sensor is a device that measures a physical quantity and converts it into an electrical signal. Some sensors measure physical properties directly, while other sensors

More information

(Refer Slide Time: 2:03)

(Refer Slide Time: 2:03) Control Engineering Prof. Madan Gopal Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 11 Models of Industrial Control Devices and Systems (Contd.) Last time we were

More information

ValveLink Mobile Software

ValveLink Mobile Software Quick Start Guide ValveLink Mobile Software Version 4.0 ValveLink Mobile Software ValveLink Mobile software lets you configure, calibrate, and troubleshoot FIELDVUE DVC2000, DVC6000, DVC6000f, DVC6200,

More information

ETL listed for installations within 5 ft. (1.5M) of outer edge of water www.srsmith.com 79-15152-00 Rev E2 9.14 Page 1 of 10

ETL listed for installations within 5 ft. (1.5M) of outer edge of water www.srsmith.com 79-15152-00 Rev E2 9.14 Page 1 of 10 Color Light Streams Large Laminar Installation Manual (CLSLL) Input Power: Total Power: 12V AC 5W 4008814 ETL listed for installations within 5 ft. (1.5M) of outer edge of water 79-15152-00 Rev E2 9.14

More information

ScotEID Desktop Quick Start Guide

ScotEID Desktop Quick Start Guide ScotEID Desktop Quick Start Guide Last updated 16/01/2013 Table of Contents Table of Contents Supported Readers Installation Java Runtime Environment ScotEID Desktop Configuration General Default Lot ScotEID

More information

Quik Lining Systems Heater Owners Guide

Quik Lining Systems Heater Owners Guide Quik Lining Systems Heater Owners Guide Quik Lining Systems, Inc is pleased to present the Quik Heater, an innovative heater used to cure cured in place pipe for sewer laterals. The unit is the most cost

More information

specializing in AIR CONDITIONING, PARTS AND SYSTEMS for your classic vehicle PERFECT FIT IN-DASH HEAT/ COOL/ DEFROST 1967-72 CHEVROLET PICKUP

specializing in AIR CONDITIONING, PARTS AND SYSTEMS for your classic vehicle PERFECT FIT IN-DASH HEAT/ COOL/ DEFROST 1967-72 CHEVROLET PICKUP specializing in AIR CONDITIONING, PARTS AND SYSTEMS for your classic vehicle PERFECT FIT IN-DASH HEAT/ COOL/ DEFROST 1967-72 CHEVROLET PICKUP CONTROL & OPERATING INSTRUCTIONS The controls on your new Perfect

More information

Renewable Energy Monitor User Manual And Software Reference Guide. sales@fuelcellstore.com (979) 703-1925

Renewable Energy Monitor User Manual And Software Reference Guide. sales@fuelcellstore.com (979) 703-1925 Renewable Energy Monitor User Manual And Software Reference Guide sales@fuelcellstore.com (979) 703-1925 1 Introducing the Horizon Renewable Energy Monitor The Renewable Energy Monitor is an educational

More information

Procidia Control Solutions Dedicated Backup in a Single Variable Control Loop

Procidia Control Solutions Dedicated Backup in a Single Variable Control Loop APPLICATION DATA AD353-109 Rev 3 April 2012 Procidia Control Solutions Dedicated Backup in a Single Variable Control Loop In critical control applications, a dedicated backup controller can provide increased

More information

FILLING AND PURGING THE SYSTEM

FILLING AND PURGING THE SYSTEM FILLING INSTRUCTIONS FOR WATER HEATER OR CONDENSING BOILER (City Water) Safety tip: Before beginning, turn off power to boiler and circulator. FILLING AND PURGING Step 1: Close Return Manifold Isolation

More information

stable response to load disturbances, e.g., an exothermic reaction.

stable response to load disturbances, e.g., an exothermic reaction. C REACTOR TEMPERATURE control typically is very important to product quality, production rate and operating costs. With continuous reactors, the usual objectives are to: hold temperature within a certain

More information

Standard Operating Procedure

Standard Operating Procedure Standard Operating Procedure Equipment / Procedure: Filename: Assessor s name & date: Reviewer s name & date: Cosmed K4 2012.1201SOP_cosmed_K4 Richard Metcalfe, December 2012 Tom Nightingale, December

More information

LDG SLS-2 Two-Port RJ45 Switch

LDG SLS-2 Two-Port RJ45 Switch SLS-2 OPERATIONS MANUAL MANUAL REV. A LDG SLS-2 Two-Port RJ45 Switch LDG Electronics 1445 Parran Road St. Leonard MD 20685-2903 USA Phone: 410-586-2177 Fax: 410-586-8475 ldg@ldgelectronics.com www.ldgelectronics.com

More information

ε: Voltage output of Signal Generator (also called the Source voltage or Applied

ε: Voltage output of Signal Generator (also called the Source voltage or Applied Experiment #10: LR & RC Circuits Frequency Response EQUIPMENT NEEDED Science Workshop Interface Power Amplifier (2) Voltage Sensor graph paper (optional) (3) Patch Cords Decade resistor, capacitor, and

More information

RI-215A Operator s Manual. Part Number: 71-0045RK Revision 0 Released: 10/3/05

RI-215A Operator s Manual. Part Number: 71-0045RK Revision 0 Released: 10/3/05 RI-215A Operator s Manual Part Number: 71-0045RK Revision 0 Released: 10/3/05 Warranty RKI Instruments, Inc., warrants gas alarm equipment sold by us to be free from defects in materials and workmanship,

More information

OPL BASIC. Dosing System for Professional Laundry machines. Contents

OPL BASIC. Dosing System for Professional Laundry machines. Contents OPL BASIC Dosing System for Professional Laundry machines Contents 1 Getting Started. Page 2 2 Installation. Page 4 3 Set Up & Operation. Page 8 4 Maintenance & Accessories. Page 10 5 Troubleshooting Page

More information

Current Cost TREC Current Cost ENVI Current Cost EnviR SmartNow Solar Monitoring Kit

Current Cost TREC Current Cost ENVI Current Cost EnviR SmartNow Solar Monitoring Kit Installation Guidelines Products Covered: Current Cost TREC Current Cost ENVI Current Cost EnviR SmartNow Solar Monitoring Kit This document is for the use of Qualified Electricians and Electrical Contractors

More information

Mitos P-Pump. product datasheet

Mitos P-Pump. product datasheet product datasheet page Product description 2 Main benefits 3 Why choose the Mitos P-Pump? 3 Closed-loop flow control 4 Product specifications 5 Accessories - overview 6 Mitos P-Pump Basic 7 Mitos P-Pump

More information

NOVA MULTI-MONITORING SOFTWARE. Instruction Manual

NOVA MULTI-MONITORING SOFTWARE. Instruction Manual NOVA MULTI-MONITORING SOFTWARE REMOTE OPERATION Precision Digital Corporation s Nova Multi-Monitoring software allows for the operation of common Nova control features remotely from a PC. Up to 30 Nova

More information

MIDECO 64-outputs MIDI note decoder USER MANUAL. Roman Sowa 2012

MIDECO 64-outputs MIDI note decoder USER MANUAL. Roman Sowa 2012 MIDECO 64-outputs MIDI note decoder USER MANUAL Roman Sowa 2012 www.midi-hardware.com 1.Overview Thank you for choosing MIDECO as your new MIDI-to-digital converter. This short manual will guide you through

More information

First Bytes Programming Lab 2

First Bytes Programming Lab 2 First Bytes Programming Lab 2 This lab is available online at www.cs.utexas.edu/users/scottm/firstbytes. Introduction: In this lab you will investigate the properties of colors and how they are displayed

More information

Lab 4 - Data Acquisition

Lab 4 - Data Acquisition Spring 11 Lab 4 - Data Acquisition Lab 4-1 Lab 4 - Data Acquisition Format This lab will be conducted during your regularly scheduled lab time in a group format. Each student is responsible for learning

More information

Lab 2 Sensor Modeling Introduction to the Wiimote and the Wiimote LABVIEW Interface

Lab 2 Sensor Modeling Introduction to the Wiimote and the Wiimote LABVIEW Interface Lab 2 Sensor Modeling Introduction to the Wiimote and the Wiimote LABVIEW Interface 1. Objective In this lab, you will: i. Become familiar with the Wiimote ii. Understand the LABVIEW Bluetooth interface

More information

Dynamic Process Modeling. Process Dynamics and Control

Dynamic Process Modeling. Process Dynamics and Control Dynamic Process Modeling Process Dynamics and Control 1 Description of process dynamics Classes of models What do we need for control? Modeling for control Mechanical Systems Modeling Electrical circuits

More information

Duct Humidity Transmitter

Duct Humidity Transmitter SDC-H Duct Humidity Transmitter Features Replaceable sensor element Humidity measurement for air ducts Minimum and maximum value memory 0 0V, 0 0mA or 0V, 4 0mA measuring signals selectable with jumpers

More information

Advanced Programming with LEGO NXT MindStorms

Advanced Programming with LEGO NXT MindStorms Advanced Programming with LEGO NXT MindStorms Presented by Tom Bickford Executive Director Maine Robotics Advanced topics in MindStorms Loops Switches Nested Loops and Switches Data Wires Program view

More information

CyTOF2 Sample Acquisition: Super Sampler* (CyTOF software version 6.0.626)

CyTOF2 Sample Acquisition: Super Sampler* (CyTOF software version 6.0.626) CyTOF2 Sample Acquisition: Super Sampler* (CyTOF software version 6.0.626) *Amended from Sampler Manual created by Zach Bjornson Because CyTOF computer is on a private network, you will be bombarded with

More information

Radio Interface Setup

Radio Interface Setup For getting started with Ham Radio Sound Card digital modes. Jeffrey Kopcak K8JTK Table of Contents Introduction... 3 Program versions... 3 Resources... 3 SignaLink... 3 Rigblaster... 3 Configuration...

More information

WAMLocal. Wireless Asset Monitoring - Local Food Safety Software. Software Installation and User Guide BA/WAM-L-F

WAMLocal. Wireless Asset Monitoring - Local Food Safety Software. Software Installation and User Guide BA/WAM-L-F Wireless Asset Monitoring - Local Food Safety Software BA/WAM-L-F Software Installation and User Guide System Overview The BAPI Wireless Asset Monitoring Local (WAM Local) Software receives temperature

More information

Lab 1: Introduction to PSpice

Lab 1: Introduction to PSpice Lab 1: Introduction to PSpice Objectives A primary purpose of this lab is for you to become familiar with the use of PSpice and to learn to use it to assist you in the analysis of circuits. The software

More information

Software Operations Manual

Software Operations Manual Software Operations Manual Version 5.0 BinMaster 7201 North 98th Street Lincoln, NE 68507 Phone: 402-434-9102 / Fax: 402-434-9133 info@binmaster.com - www.binmaster.com System Requirements PC with 1GHz

More information

IPX AUTOMATIC IP NETWORK LOSS BACKUP A/B SWITCH INSTRUCTION BOOK IB6444-02

IPX AUTOMATIC IP NETWORK LOSS BACKUP A/B SWITCH INSTRUCTION BOOK IB6444-02 IPX AUTOMATIC IP NETWORK LOSS BACKUP A/B SWITCH INSTRUCTION BOOK IB6444-02 TABLE OF CONTENTS DESCRIPTION 2 MOUNTING INSTRUCTIONS 2 HOW TO CABLE THE IPX 2/3 POWER SUPPLY INSTALLATION 3 OPERATION 3 CARE

More information

Visions become real. Temperature control and cooling systems. The innovative and reliable solution

Visions become real. Temperature control and cooling systems. The innovative and reliable solution Temperature control and cooling systems The innovative and reliable solution With our PulseTemp equipment you have the option of up to 72 cooling circuits in the impulse cooling, temperature control, temperature

More information

PowerPoint Presentation

PowerPoint Presentation PowerPoint Presentation 1. Power Source Are the laptop and LCD projector plugged in? If so, are they plugged directly into a power outlet or a power strip? Do the power outlet and/or strip work? If there

More information

Before installation it is important to know what parts you have and what the capabilities of these parts are.

Before installation it is important to know what parts you have and what the capabilities of these parts are. INSTALLATION GUIDE Before installation it is important to know what parts you have and what the capabilities of these parts are. The Recon XZT is the smallest and most powerful gauge of its kind. With

More information

NEULOG HEART RATE AND PULSE LOGGER SENSOR GUIDE

NEULOG HEART RATE AND PULSE LOGGER SENSOR GUIDE NeuLog heart rate and pulse logger sensor NUL-208 The NeuLog pulse sensor can be used for any science experiment which requires a human heart rate or pulse measurement such as in the fields of Biology,

More information

Procedure for DAM Testing 24 Hour Energy Star DAM Power Consumption test procedure Version 1.3, 13 April 2010

Procedure for DAM Testing 24 Hour Energy Star DAM Power Consumption test procedure Version 1.3, 13 April 2010 technical manual Procedure for DAM Testing 24 Hour Energy Star DAM Power Consumption test procedure Version 1.3, 13 April 2010 LEGAL NOTICE: Copyright 2009, 2010 Rovi Corporation. All rights reserved.

More information