Exothermic Reactor Unit (ERU) Operating Manual

Size: px
Start display at page:

Download "Exothermic Reactor Unit (ERU) Operating Manual"

Transcription

1 Exothermic Reactor Unit (ERU) Operating Manual 1/13 11/21/2017

2 1. Background Complex industrial processes must be controlled well to ensure an economic return on investment, the safety of operating personnel and the local community, and to preserve the environment. Though steady state operations may often be the ideal condition for such processes, the behavior of industrial processes is often not static but very dynamic, requiring control systems to ensure safe and profitable operations. Even what appear to be simple processes can present difficult control challenges. The exothermic reactor process is one such seemingly simple process. 2. Description of Equipment A schematic of the test facility is shown in Figure 1. Figure 1 Exothermic Reactor Apparatus (as shown with Honeywell Station software) In this simulated constant-volume reactor, both the reactor and the cooling jacket are perfectly mixed, the product and feed have the same constant density and heat capacity, the cooling water density and heat capacity are constant, and the following irreversible firstorder exothermic reaction occurs: A B 2/13 11/21/2017

3 Automatic control valves regulate the flow rates of the feed and cooling water streams. The feed valve is air-to-open; the cooling water valve, air-to-close. Flow rates are measured by differential pressure (orifice) flow rate transmitters, temperatures by thermocouples, and the concentration of component A in the product stream by an analyzer. The experiment is interfaced to Honeywell s Experion PKS (Process Knowledge System) distributed control system (see below). The system receives process measurements and makes adjustments to the control valve positions to control the feed and cooling water flow rates, which then control the reactor and cooling jacket temperatures and product concentration. The experiment utilizes cascade control structures commonly used in the process industries. Low level regulatory loops (secondary or slave controllers) are used to control the feed and cooling water flow rates. A higher level (primary or master) controller maintains the product composition by manipulating the setpoint of the feed flow rate controller. The other cascade structure has three levels: the highest (primary) level maintains reactor temperature by manipulating the setpoint of the cooling jacket temperature controller (the upper secondary), which maintains cooling jacket temperature by manipulating the setpoint of the cooling water flow rate controller (the lower secondary). What is not apparent upon a superficial view of this simulated reactor system is that the simulation effort is split between the Honeywell Experion PKS and compiled C++ code. The C++ program solves all the material and energy balance equations required for the modeling of the reactor system but the process and valve dynamics for the cooling water and feed flows are modeled in the Honeywell itself. The compiled code executes in nearreal-time (once per second) to retrieve flow information from the Honeywell side of the simulation and return state variable values to the Honeywell from the C++ side of the simulation. This split responsibility is not unusual in the industrial simulation world. 3. Using the Honeywell Experion PKS Control System Honeywell s Experion is a distributed control system (DCS) widely used in industry and on many lab experiments here at LSU. In Experion, each process variable is represented by an entity called a Control Module (CM). Each CM is a collection of Function Blocks (FB). And each FB consists of many values called parameters. Within a CM (and sometimes between CM s), the FB s are wired together in various ways to monitor and control the process. Desired values of many parameters may be entered via the computer keyboard. The purpose of the next few sections is to explain how to use Experion to run this equipment. 4. Logging in to Honeywell Access to the Honeywell Experion DCS application is through a virtual machine using VMware Horizon View software. After logging into one of the computers in the UO Control Room, among the icons on the desktop shown is the VMware Horizon View Client icon. Double-clicking this icon should bring up the following popup with the che-view.lsu.edu icon showing. If that icon does not appear, then click New Server; complete the requested information to add it. The following should show: 3/13 11/21/2017

4 Double-click the che-view.lsu.edu icon. If an additional login menu appears, login using your LSU ID and password. At this point the following view should appear: 4/13 11/21/2017

5 Virtual machines are available for the microscope in the UO Analytical Lab (shown as Microscope) and for access to the Honeywell DCS (shown as Uolab). Double-click the Uolab icon. A splash screen for the virtual machine should appear with an OK button. Click OK. The VMware software should start up a virtual machine and show you the desktop of that machine. Open the Honeywell Station software either by double-clicking the Station icon if visible or by navigating using the following pathway: Start>All Programs>Honeywell Experion PKS>Client Software>Station If login credentials are proper, the Station program will appear and exercise patience here the following default splash screen within it: The Honeywell login process is now complete. 5. Overview of Operations The simulated process runs continuously and is controlled from a computer schematic. From the Unit item on the Station menu, select ERUn (where n is 1, 2 or 3 for control studies and 4 for kinetics studies). The ERUn P&ID schematic will appear. This schematic is much like a Process and Instrumentation Diagram (P&ID) with four controller faceplates. To enable the full simulation beyond that of the two flows emulated in the Honeywell, one must run the compiled C++ code from the desktop of the virtual machine where the Honeywell application is running. You will find the executable for this within the Simulators folder on the app / X drive at X:\CHE4162\Simulators\ERU1, for example. You must quit execution of this program before logging out, by bringing up its window and typing Q and enter to quit. 5/13 11/21/2017

6 6. Controlling From The P&ID Schematic Every controller is represented by a small colored circle containing the tagname of the CM, with the values of the setpoint (backlit in green) and the process value (backlit in cyan) near the circle. The first letter indicates the type of measurement - T for temperature, F for flow, or A for analyzer (concentration of component A in this case). To change any analog value from a schematic, you must click on it (if it can be changed, its background will change), and then enter the new value. The changeable objects in this display are the SP and tuning constant values near each controller, and there are additional objects on the faceplates, all of which are explained below. The main value associated with a controller is the measured input, or process value (PV). In addition to the PV, controllers have many more values, the most important of which is the setpoint, or SP. A common example of a SP is the speed setting on a cruise control - the controller will manipulate its output (the throttle position in this case) to move the PV to the SP and hold it there. The SP (in green) and the PV (in cyan) are shown immediately to the side of the circle representing the controller. Just below these values are the tuning constants (in tan): Kc (proportional gain), i (integral time constant, or reset), and d (derivative time constant, or rate). The four small windows to the left and right of the P&ID are the faceplates for four of the five controllers. Honeywell schematics can display only four faceplates at once. To see the fifth faceplate (either the reactor temperature or the cooling water flow rate), click on the Display Xnnn Faceplate button just above and to the left of the cooling water temperature controller. From a controller faceplate, you can see the tagname, description, engineering units, instrument range, and several of the most important parameters on the controller. You can also change many of these parameters. Near the bottom of the faceplate is a drop-down menu box labeled MD, which can be used to select the mode of the controller. Immediately above the mode are the OP (changeable), the PV (not changeable) and the SP (changeable). To change the OP or SP, single click the value, type in the new value and press ENTER. The SPs and tuning constants on the schematic can be changed the same way. 7. Controller Modes As mentioned above, a controller has an SP and an OP. The OP is always given in percent (0-100%) and the SP has the same engineering units as the PV (in this experiment, the flow rates are in m 3 /min, the temperatures are in degrees K, and the concentration is in kmol/m 3 ). When the controller mode is MANual, the OP is held until the operator changes it. When you want to change it, simply click the OP in the faceplate, type in the new value, and press ENTER. The new OP will be held until you change it again. Note that you may enter an OP only while a controller is in MAN. When the mode is not MAN, the controller uses the PV, SP and tuning constants to calculate the OP. When the mode is AUTOmatic, you may enter a new SP to be used for control. Note that changing an SP affects the OP only while a controller is in AUTO. 6/13 11/21/2017

7 For practice, change the output of the feed flow rate controller to 50% (wait a few seconds for the PV to reach a steady flow rate), then to 100% (wait a few more seconds), and then back to 6.9% (-6.9% is known as tight shutoff in the Experion system). Notice the small bar under the control valve on the schematic its length is proportional to the output. Sometimes controllers are stand-alone (i.e. there are no connections to any other controller), and sometimes they are in a cascade structure (like the concentration-to-feed flow rate controllers and the reactor temperature-to-cooling jacket temperature-to-cooling water flow rate controllers in this equipment - cascade connections are indicated by solid lines with small circles on the schematic). The upper controller in a cascade (the one which can receive its SP only from a human) is called the primary and the lower controller (the one which can receive its SP from another controller) is called the secondary. Secondary controllers require an additional mode so the computer system will know when to close the cascade (i.e. put the cascade structure fully on control). In the Experion system, this additional mode is called CAScade. When the mode of the primary is AUTO and the mode of the secondary is CAS, the cascade is said to be closed and the primary is sending its OP to the SP of the secondary. When the mode of the secondary is AUTO, the operator is responsible for changing the SP of the secondary to control the process. The circle representing a controller is filled with a color which indicates the current mode of the controller. For all controllers, yellow means the mode is MAN. For primary controllers, cyan means the mode of the primary is AUTO, but the mode of the secondary is not CAS (i.e. the primary is ready to start sending new SPs as soon as the secondary goes to CAS). For secondary controllers, cyan means the mode is AUTO (i.e. any new SP must come from you, not from the primary). And finally, for all controllers, white means the mode is in its normal state - fully on control, which is AUTO for primary controllers and CAS for secondary controllers. For practice, set both the concentration and feed flow rate controllers to AUTO. Notice that the background of both controllers changed from yellow to cyan. Now set the feed flow rate controller to CAS (i.e. close the cascade). Notice the change in background colors of both the primary and secondary controllers. Now put both controllers back in MAN and set the flow rate OP back to -6.9% to stop the flow. 8. Sampled Data Control Unlike dedicated analog instrumentation for process control, the Honeywell Experion uses microprocessor-based digital computers to perform regulatory control tasks, and workstation and server PC s to configure the system, build control strategies and schematics, gather and display data, etc. The calculations in such systems are typically performed at regular intervals of time. The time between two consecutive data readings is referred to as the sampling time and such systems are referred to as sampled data systems. The sampling time used in this Experion system is one (1) second. All data are collected, control algorithms processed, and outputs sent each second. 7/13 11/21/2017

8 9. Display Navigation When you logged into Flex Station, you used an item from the menu bar to call up the main ERU schematic. There are several additional ways to go from one display to another. For example, you can enter the tagname of a controller in the Command field at the top of the screen and press F12 to call up the detail display. Try it with your feed flow rate controller (F700 for section 1, or F710 for section 2). For a controller, the detail display has 7 tabs. The one labeled LOOP TUNE will probably be useful for tuning your flow rate controllers. Most of the toolbar buttons are used for navigation some require a name or number to be entered, and some go directly to the display. Most of the same functions are on the function keys. For example, to return to the previous display, click, or press F8. To return to the display before that, do it again. From most displays (both system displays and custom schematics such as ERUn), double clicking any value associated with a CM will take you to its detail display. From a detail display, click or press F2 to return to the main ERU schematic. On most custom schematics there may also be buttons to quickly get you from one display to another. 10. Using Trends There are two buttons on the main ERU schematic to call up trends. The button labeled Temps & CW displays the PVs, SPs and final OP of the temperature and cooling water flow rate controllers. The button labeled Conc & Feed displays the PVs, SPs and final OP of both the concentration and feed flow rate controllers. Either trend can be used to show the interactions between the two primary controllers. With all controllers on computer control, a well-tuned system will bring the system back to steady state (i.e. both primary controllers within 0.5% of SP) within 15 minutes of any reasonable disturbance or setpoint change to the reactor temperature and/or the product concentration controller(s). Click the Conc & Feed button. At the bottom of the trend is the legend with all the tag.block.parameters associated with the traces. The checkboxes in the Pen column indicate which traces are currently on the trend. Click on the chart area of the trend and a white hairline cursor appears on the chart and the values at the hairline cursor appear in the Reference Value column of the legend. Along the bottom of the chart area is a horizontal scroll bar which allows you to scroll the chart area back and forth. Along the left axis you ll find the low and high range of the selected trace. These allow you to change the range of the trace for the selected parameter. Practice by changing the range of the product concentration controller to 1-5 kmol/m 3. Immediately above the left side of the chart area is a drop-down list which allows you to select one of the traces (you may also click anywhere on the line for this trace in the legend area). When you select an active trace, it is highlighted (i.e., becomes thicker) in the chart area. Above the right side of the chart area is the Period drop-down list. This drop-down list allows you to select the period of time for which you want data to be displayed in the 8/13 11/21/2017

9 chart area. To the right of that is the Interval drop-down list. This drop-down list allows you to select the interval between points in the chart area. Practice changing to a different period and interval. Leave the period set to 1 day and the interval at 1 minute for now. For practice, scroll back until some variation in some of the traces appears. Notice that the timestamps below the chart area change as you scroll. Find some local max or min in one of the traces and click on it. Now change the period back to one hour and notice that the cursor is centered on (or at least near) the local max or min. If necessary, move the hairline so it is exactly on the peak or valley and notice that the values, as well as the date and time, are shown in the Reference Value column in the legend. Now return the trend to the current time by clicking. All changes you make to the trend can be saved by clicking the familiar Windows Save icon just above the right end of the chart area next to the word (Modified). 11. Changing Design and Operating Specs for the ERU 1, 2, or 3 Some studies in ERU 1, 2, or 3 require changing design specifications other than feed flow and cooling water flow. Figure 2 identifies those that can be changed live and those which require a simulation engine.exe restart to force transfer of those values to the engine. Figure 2 Operating Screen for ERU 1 or 2 or 3, with indications of changeable design parameters. 9/13 11/21/2017

10 12. Saving Data into Excel Tuning the level and ph controllers will require analysis of a great deal of data in the time domain. To collect this data, an Excel workbook containing a Visual Basic Add-In is provided. On the Desktop, look for a folder named Excel SpreadSheets Within that folder, open the folder named snr and double click on ERURecordern.xls (where n is your section number). The workbook will open with a Start button, the experiment name, a collection frequency drop-down menu box, and a Stop button on the top line. Click Start, and the workbook will start collecting the relevant data at the specified collection frequency. These data will be extremely useful in analyzing your results. While the workbook is collecting data, it may be scrolled, but you should not attempt to do anything else in this instance of Excel until after you click Stop. If you do, the collector may stop and you may lose valuable data. When you finish a run, click Stop and cut or copy whatever data you need to your daily workbook in a separate instance of Excel. Let the workbook collect data while you complete the following step for practice. 13. Manual Control (Single Stable Steady State) If the study to be conducted WILL NOT include examination of multiple steady states then manual control should be achievable over a wide range of reactor temperatures. Practice controlling the experiment manually from the Experion Flex Station as follows: Start Excel data collection. Place all five (5) controllers in MAN if these are not already so. Adjust the OP of the feed flow controller to deliver 3.2 m 3 /min of feed, which is 50% of the full range of that flow controller (OP 75.79%). Adjust the OP of the cooling water flow controller to deliver 1.65 m 3 /min of cooling water, which is about 75% of the full range of that flow controller (OP 25%). The process should come to steady state at a particular set of values for the reactor temperature, cooling water temperature, and reactor concentration. While leaving the feed rate at its current value, adjust the OP of the cooling water flow controller to deliver 0.55 m 3 /min of cooling water, which is about 25% of the full range of that flow controller (OP 75%). The process should again come to steady state at a particular set of values for the reactor temperature, cooling water temperature, and reactor concentration. Click on the Stop button in the Excel workbook. Compare the values of both temperatures and concentration from these two trials. 10/13 11/21/2017

11 The relative values should make sense, given the nature of the reaction. Practice saving the data to another workbook in a separate instance of Excel (do not copy or cut the buttons or the drop-down list box), then save that workbook to the C:\Temp directory on this workstation, and finally save the copy in C:\Temp to your group s directory using COPY/PASTE (not SAVE AS ). 14. Manual Control (Multiple Steady States) If the study to be conducted WILL include examination of multiple steady states then use the method described below to practice controlling the experiment manually from the Experion Flex Station. Using the design cooling water flow rate and design feed flow rate from supplied project specifications, the system will have three steady states, corresponding to three different reactor temperatures. We ll call these P1, P2 and P3, in increasing order of temperature. States P1 and P3 are open-loop stable, but to hold the system at P2 requires automatic control. We ll start at P1. Start Excel data collection. Leave all controllers in MAN, set the cooling water flow rate OP to 75%. Adjust the OP of the feed flow controller to deliver the project specification flow rate. When the reactor temperature rises above 350 K, adjust the cooling water flow rate OP so the PV is at the project specification rate. The process will settle at the P3 steady state in a few minutes. Set the cooling water flow rate OP to 25%. When the reactor temperature falls below 360 K, adjust the cooling water flow rate OP so the PV is at the project specification rate. The process will settle at the P1 steady state in a few minutes. Now see how closely you can hold the process to P2 by manipulating the OP of the CW flow rate controller. You may stop trying after 10 minutes. Click on the Stop button in the Excel workbook. Practice saving the data to another workbook in a separate instance of Excel (do not copy or cut the buttons or the drop-down list box), then save that workbook to the C:\Temp directory on this workstation, and finally save the copy in C:\Temp to your group s directory using COPY/PASTE (not SAVE AS ). 15. Shutdown Procedure Before leaving for the day: Put all controllers in MAN and set the PID parameters on all controllers to 1, 0, 0 (ERU 1, 2, and 3 only). Set the feed flow rate OP to 75.79% and the cooling water flow rate OP to 50% (ERU 1, 2, and 3 only). 11/13 11/21/2017

12 Exit Station application (all ERUs). Turn off the simulator software (all ERUs) by hitting Q and then Enter on that app. Log off the computers (all ERUs). 16. Tags, Descriptions, Ranges, and Units Tag Name Service Description Instrument Range Engineering Units A700 R1 Product Concentration 0-to-6 kmol/m 3 F700 R1 Feed Flow Rate 0-to-6.4 m 3 /min T700 R1 Reactor Temperature 250-to-450 K T701 R1 Cooling Water Temperature 250-to-450 K F701 R1 Cooling Water Flow Rate 0-to-2.2 m 3 /min A710 R2 Product Concentration 0-to-6 kmol/m 3 F710 R2 Feed Flow Rate 0-to-6.4 m 3 /min T710 R2 Reactor Temperature 250-to-450 K T711 R2 Cooling Water Temperature 250-to-450 K F711 R2 Cooling Water Flow Rate 0-to-2.2 m 3 /min A720 R3 Product Concentration 0-to-6 kmol/m 3 F720 R3 Feed Flow Rate 0-to-6.4 m 3 /min T720 R3 Reactor Temperature 250-to-450 K T721 R3 Cooling Water Temperature 250-to-450 K F721 R3 Cooling Water Flow Rate 0-to-2.2 m 3 /min A730 R4 Product Concentration 0-to-6 kmol/m 3 F730 R4 Feed Flow Rate 0-to-6.4 m 3 /min T730 R4 Reactor Temperature 250-to-450 K T731 R4 Cooling Water Temperature 250-to-450 K F731 R4 Cooling Water Flow Rate 0-to-2.2 m 3 /min For the ERU4 in kinetics mode, the following additional tag exists in the Excel data collector for the purposes of displaying elapsed time (Hours-On-Oil) since fresh catalyst was supplied to the unit: Tag Service Instrument Engineering Name Description Range Units ACT730(2) R4 Hours-On-Oil Timer 0 to hours 17. Safety Considerations (ERU 1, 2, and 3) Even though this is a simulated reactor, you must still fill out a JSA before beginning 12/13 11/21/2017

13 operations. Chemical Hazard Assume that the feed and product are 0.1 molar HCl, and that the product has approximately the same toxicity as formaldehyde. Slipping Hazard Any process equipment (particularly control valves and pumps) may leak from time to time, so be on the lookout for and mop up any liquid. Temperature Hazard Even though the jacket is insulated, some of the piping is not. Identify the piping which may be a burn hazard. 18. Safety Considerations (ERU 4) Even though this is a simulated reactor, you must still fill out a JSA before beginning operations. Chemical Hazard Assume that the feed and product are similar to linear alkylbenzene with di-olefin contaminants, with the hazards associated with that general chemical class (see the MSDS list on the uolab.com website). Also note that hydrogen gas is part of the feed as well. Slipping Hazard Any process equipment (particularly control valves and pumps) may leak from time to time, so be on the lookout for and mop up any liquid. Temperature Hazard Even though the jacket is insulated, some of the piping is not. Identify the piping which may be a burn hazard. 19. Relevant Literature References 1. Smith, C.A. and A.B. Corripio. Principles and Practice of Automatic Process Control, 2 nd Ed. New York: John Wiley and Sons, Seborg, D. E., T. E. Edgar and D. A. Mellichamp. Process Dynamics and Control, 2 nd Ed. New York: John Wiley and Sons, Romagnoli, J.A. and A. Palazoglu. Introduction to Process Control, Boca Raton: CRC Press - Taylor and Francis Group, /13 11/21/2017

3.5 ASPEN DYNAMICS SIMULATION OF CSTRs

3.5 ASPEN DYNAMICS SIMULATION OF CSTRs 162 CONTROL OF CSTR SYSTEMS 3.5 ASPEN DYNAMICS SIMULATION OF CSTRs The ethylbenzene CSTR considered in Chapter 2 (Section 2.8) is used in this section as an example to illustrate how dynamic controllability

More information

Appendix C. Vernier Tutorial

Appendix C. Vernier Tutorial C-1. Vernier Tutorial Introduction: In this lab course, you will collect, analyze and interpret data. The purpose of this tutorial is to teach you how to use the Vernier System to collect and transfer

More information

Dynamics Add-On User s Manual For WinGEMS 5.3

Dynamics Add-On User s Manual For WinGEMS 5.3 Dynamics Add-On User s Manual For WinGEMS 5.3 1. Dynamics 1.1. Introduction An optional feature of WinGEMS is the ability to simulate the transient response of a model with respect to time. The key dynamic

More information

Please contact us with any questions or to request a FermWorks quote.

Please contact us with any questions or to request a FermWorks quote. FERMWORKS 3.0 DEMO GETTING STARTED GUIDE Jova Solutions provides advanced hardware and software products and custom applications for process control, data management, test, measurement, and automation.

More information

Accord Builder. User Guide

Accord Builder. User Guide User Guide Document: V 3.6 User Guide R01 V3.6 User Guide R01 Page 1 of 110 Table of Contents 1 Introduction... 7 2 General Summary and Definitions... 8 2.1 Accord Platform and Plant... 8 2.2 PLC Control

More information

Multiple control with Learning System Process Automation. MPS PA Compact Workstation & MPS PA Reactor Station

Multiple control with Learning System Process Automation. MPS PA Compact Workstation & MPS PA Reactor Station Multiple control with Learning System Process Automation MPS PA Compact Workstation & MPS PA Reactor Station 3/25/2010 Folie 1 Basic control system A basic control system with a single process variable,

More information

CPAE PROCESS AUTOMATION INDEX. 2 Brands of PLCs (Keyence & AB) 1 Brands of SCADA (Wonderware Intouch) Pneumatics & Field Instruments

CPAE PROCESS AUTOMATION INDEX. 2 Brands of PLCs (Keyence & AB) 1 Brands of SCADA (Wonderware Intouch) Pneumatics & Field Instruments CPAE INDEX 2 Brands of PLCs (Keyence & AB) 1 Brands of SCADA (Wonderware Intouch) Pneumatics & Field Instruments PROCESS AUTOMATION Distillation Column Superheated Steam Generator Centrifugal Compressor

More information

Direct Image Viewer User Tutorial

Direct Image Viewer User Tutorial Direct Image Viewer User Tutorial A guide to understanding the functions and features within the Direct Image Viewer to best present the data and to get the most understanding from the Direct Image logs.

More information

DCP250. Controller Programmer Presentation

DCP250. Controller Programmer Presentation DCP250 Controller Programmer Presentation DCP250 Overview Controller and Programmer with Graphic Display 1/4 DIN (96x96mm) size One or two control loops Programmer (255 segments shared in up to 64 programs)

More information

Using Excel for Graphical Analysis of Data

Using Excel for Graphical Analysis of Data Using Excel for Graphical Analysis of Data Introduction In several upcoming labs, a primary goal will be to determine the mathematical relationship between two variable physical parameters. Graphs are

More information

Videographic Recorders

Videographic Recorders User Guide Supplement File Transfer Scheduler IM/SMFTS Issue 4 Videographic Recorders ABB The Company We are an established world force in the design and manufacture of instrumentation for industrial process

More information

USER MANUAL. FNet Fermentation Control Software

USER MANUAL. FNet Fermentation Control Software FNet Fermentation Control Software LAMBDA Laboratory Instruments FNet Control Software TABLE OF CONTENTS PREFACE... 2 Introduction... 2 Hints... 2 Text convention... 2 INSTALLATION... 2 PC CONNECTION...

More information

User Guide. For controller on CXAO / RTXB heat pumps CGCM / CXCM 2 circuit units. CNT-SVU005C-GB Original instructions

User Guide. For controller on CXAO / RTXB heat pumps CGCM / CXCM 2 circuit units. CNT-SVU005C-GB Original instructions User Guide For controller on CXAO / RTXB heat pumps CGCM / CXCM 2 circuit units CNT-SVU005C-GB Original instructions Table of contents Advanced electronics... 3 Technical Specifications... 4 Display description...

More information

The following steps will allow you to install and quickly begin using DevCom:

The following steps will allow you to install and quickly begin using DevCom: QUICK START DevCom uses Device Descriptions (DDs) to access data stored in the memory of the smart field device. These DDs are developed by the manufacturer for their products and, in turn, distributed

More information

Appendix Introduction

Appendix Introduction Appendix Introduction This section describes features of the OLI Studio. The chapter starts with an overview of the OLI Studio Interface, including some calculation objects discussed previously. A.1 Creating

More information

Error Analysis, Statistics and Graphing

Error Analysis, Statistics and Graphing Error Analysis, Statistics and Graphing This semester, most of labs we require us to calculate a numerical answer based on the data we obtain. A hard question to answer in most cases is how good is your

More information

Building a Waterfall Chart in Excel

Building a Waterfall Chart in Excel July 29, 2015 Building a Waterfall Chart in Excel Also known as a bridge chart Introduction A Waterfall chart is a special type of Excel column chart which is utilized to highlight how a value starting

More information

BUILDING A WATERFALL CHART IN EXCEL

BUILDING A WATERFALL CHART IN EXCEL July 27, 2015 BUILDING A WATERFALL CHART IN EXCEL Also known as a bridge chart INTRODUCTION A Waterfall chart is a special type of Excel column chart which is utilized to highlight how a value starting

More information

This tutorial walks you through the process of using CC BATCH to simulate a batch distillation column.

This tutorial walks you through the process of using CC BATCH to simulate a batch distillation column. CC-BATCH Tutorial This tutorial walks you through the process of using CC BATCH to simulate a batch distillation column. Description of the Problem The simulation you will create is a five step batch distillation

More information

IGSS 13 Configuration Workshop - Exercises

IGSS 13 Configuration Workshop - Exercises IGSS 13 Configuration Workshop - Exercises Contents IGSS 13 Configuration Workshop - Exercises... 1 Exercise 1: Working as an Operator in IGSS... 2 Exercise 2: Creating a new IGSS Project... 28 Exercise

More information

Quick Feature Tour. Quick Feature Tour Overview

Quick Feature Tour. Quick Feature Tour Overview Quick Feature Tour Quick Feature Tour Overview This chapter highlights some of the features available in the latest version of BioWin. These are demonstrated using the "An Example" configuration installed

More information

LINAX Series Videographic Recorders

LINAX Series Videographic Recorders User Guide 154534_8 LINAX Series Videographic Recorders DataManager Software Electrical Safety This instrument complies with the requirements of CEI/IEC 61010-1:2001-2 'Safety Requirements for Electrical

More information

What will I learn today?

What will I learn today? What will I learn today? CNG Safe Hierarchy Dashboard Customize Your View Toolbars and Buttons CNG Speed Bar What can We Do with a CNG Document So Many Ways to Search in CNG Sorting How to File in CNG

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

Micro-PWC Personal Work Center PW6000

Micro-PWC Personal Work Center PW6000 Micro-PWC Personal Work Center PW6000 Engineering, Operation and Information Workstation software Dynamic graphic displays with network-wide database access Real-time, historical and archive trend displays

More information

The following steps will allow you to install and quickly begin using DevCom:

The following steps will allow you to install and quickly begin using DevCom: QUICK START DevCom uses Device Descriptions (DDs) to access data stored in the memory of the smart field device. These DDs are developed by the manufacturer for their products and, in turn, distributed

More information

Heads-up Digitizing from Scanned Hard-Copy Maps Part II - Vector Point, Segment and Polygon Editing 1

Heads-up Digitizing from Scanned Hard-Copy Maps Part II - Vector Point, Segment and Polygon Editing 1 Data conversion/entry (GIS, databases) February 18-25, 2007 Freetown, Sierra Leone Heads-up Digitizing from Scanned Hard-Copy Maps Part II - Vector Point, Segment and Polygon Editing 1 Objectives: Create

More information

Omni. User Manual. Economic Self-Tune PID Temperature Controller. Omni 96. Omni 72 72X72. Omni ~ 265 V AC SUPPLY

Omni. User Manual. Economic Self-Tune PID Temperature Controller. Omni 96. Omni 72 72X72. Omni ~ 265 V AC SUPPLY Omni Economic Self-Tune PID Temperature Controller Omni 7 Omni 4 6 5 4 3 1 7X7 7 1 11 5 ~ 65 V AC SUPPLY Omni 6 CONTENTS 1. PANEL MOUNTING & ELECTRICAL CONNECTIONS 1. FRONT PANEL : LAYOUT AND OPERATION

More information

SAMLab Tip Sheet #4 Creating a Histogram

SAMLab Tip Sheet #4 Creating a Histogram Creating a Histogram Another great feature of Excel is its ability to visually display data. This Tip Sheet demonstrates how to create a histogram and provides a general overview of how to create graphs,

More information

GRUNDFOS INSTRUCTIONS. Control MPC. Installation and operating instructions

GRUNDFOS INSTRUCTIONS. Control MPC. Installation and operating instructions GRUNDFOS INSTRUCTIONS Control MPC Installation and operating instructions English (GB) English (GB) Installation and operating instructions Original installation and operating instructions CONTENTS Page

More information

Navigator Software User s Manual. User Manual. Navigator Software. Monarch Instrument Rev 0.98 May Page 1 of 17

Navigator Software User s Manual. User Manual. Navigator Software. Monarch Instrument Rev 0.98 May Page 1 of 17 User Manual Navigator Software Monarch Instrument Rev 0.98 May 2006 Page 1 of 17 Contents 1. NAVIGATOR SOFTWARE 2. INSTALLATION 3. USING NAVIGATOR SOFTWARE 3.1 STARTING THE PROGRAM 3.2 SYSTEM SET UP 3.3

More information

What Is EPANET. Introduction to EPANET 2.0. EPANET Hydraulic Modeling Capabilities. EPANET Operational Definitions

What Is EPANET. Introduction to EPANET 2.0. EPANET Hydraulic Modeling Capabilities. EPANET Operational Definitions What Is EPANET Introduction to EPANET 2.0 Shirley Clark, Penn State Harrisburg Robert Pitt, University of Alabama Performs extended period simulation of hydraulic and water quality behavior within pressurized

More information

Introduction to EPANET 2.0. What Is EPANET

Introduction to EPANET 2.0. What Is EPANET Introduction to EPANET 2.0 Shirley Clark, Penn State Harrisburg Robert Pitt, University of Alabama What Is EPANET Performs extended period simulation of hydraulic and water quality behavior within pressurized

More information

USER MANUAL PITOPS-TFI VER. 6.1

USER MANUAL PITOPS-TFI VER. 6.1 USER MANUAL PITOPS-TFI VER. 6.1 (PROCESS IDENTIFICATION & CONTROLLER TUNING OPTIMIZER SIMULATOR) TFI TRANSFER FUNCTION IDENTIFICATION INDUSTRIAL PROCESS CONTROL SOFTWARE FOR DCS/PLC PID TUNING AND ADVANCED

More information

FROG-4000TM Quick Start Guide

FROG-4000TM Quick Start Guide FROG-4000TM Quick Start Guide 1 Precautions DO NOT invert the instrument with the sparge bottle attached. DO NOT transport or store the instrument with liquid in the sparge bottle. DO NOT handle or carry

More information

UniPoint System Software User s Guide

UniPoint System Software User s Guide UniPoint System Software User s Guide LT2137 1998 Gilson, Inc. All rights reserved Exercise 3-Creating operations list... 4-22 Create and name operations list... 4-22 Set up steps... 4-23 Identify sample

More information

Unit 2: Using Windows 7 Lesson 9

Unit 2: Using Windows 7 Lesson 9 Unit : Using Windows 7 Lesson 9 Lesson 9 Looking at the Windows Desktop Objectives In this lesson, you will be introduced to the Windows desktop and how to navigate around in Windows. On successful completion,

More information

Control Using Two Manipulated Parameters. 2006Fisher-Rosemount Systems, Inc. Slide 1-1 Control Using Two Manipulated Parameters

Control Using Two Manipulated Parameters. 2006Fisher-Rosemount Systems, Inc. Slide 1-1 Control Using Two Manipulated Parameters Control Using Two Manipulated Parameters Slide 1-1 Control Using Two Manipulated Parameters Introduction Overview Typical Examples Split-Range Control Concept, variations in implementation Setup in field

More information

To create a notebook on desktop version 1. Open One Note 2. File > New. o FILE. Options

To create a notebook on desktop version 1. Open One Note 2. File > New. o FILE. Options OneNote Training When you open OneNote for the first time there will be notebooks already started and you can see them on the left hand side. There is an introduction section that you can go through, if

More information

TABLE OF CONTENTS INTRODUCTION. 3. Analog Input Analog Output Digital Input Digital Output OPERATIONAL DESCRIPITON.. 7 PROGRAMMING AND INITIAL SETUP.

TABLE OF CONTENTS INTRODUCTION. 3. Analog Input Analog Output Digital Input Digital Output OPERATIONAL DESCRIPITON.. 7 PROGRAMMING AND INITIAL SETUP. DIVERSIFIED HEAT TRANSFER SERIES 700 STEAM GENERATOR CONTROLLER INSTRUCTION MANUAL VISIT OUR WEBSITE AT SIGMACONTROLS.COM SERIES 700 DHT STEAM GENERATOR MANUAL 042514 2 TABLE OF CONTENTS INTRODUCTION.

More information

IDS 101 Introduction to Spreadsheets

IDS 101 Introduction to Spreadsheets IDS 101 Introduction to Spreadsheets A spreadsheet will be a valuable tool in our analysis of the climate data we will examine this year. The specific goals of this module are to help you learn: how to

More information

Level control with DeltaV using MPC

Level control with DeltaV using MPC Faculty of Technology Level control with DeltaV using MPC Fakultet for teknologiske fag Adresse: Kjølnes ring 56, 3918 Porsgrunn, telefon 35 02 62 00, www.hit.no Bachelorutdanning - Masterutdanning Ph.D.

More information

KAPPA Server Guided Session #1

KAPPA Server Guided Session #1 Kappa Server v5.0.02 Doc v5.0.02 - KAPPA 1988-2013 KAPPA Server Guided Session #1 KSGS01-1/38 KAPPA Server Guided Session #1 A. KAPPA Server overview Before proceeding in the tutorial itself, it is necessary

More information

Process Eye Professional. Recall

Process Eye Professional. Recall Process Eye Professional Recall Process Eye Professional Recall User Manual SP104010.101 August 2005 As part of our continuous product improvement policy, we are always pleased to receive your comments

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Dryer. M720 Programming and Operation Manual. July 15, 2015 Revision 1.51

Dryer. M720 Programming and Operation Manual. July 15, 2015 Revision 1.51 Dryer M720 Programming and Operation Manual July 15, 2015 Revision 1.51 Contents 1 Important Safety Information 1 1.1 FOR YOUR SAFETY - CAUTION!............................. 1 2 Control Overview 2 2.1

More information

Welcome to your Lacerte products! We appreciate your business.

Welcome to your Lacerte products! We appreciate your business. Welcome to your Lacerte products! We appreciate your business. Please follow steps 1 through 4 in this guide: Step 1: Install the Final 2014 Program Step 2: Install the 2015 Program Step 3: Transfer Your

More information

Product Data Sheet DeltaV Operate for PROVOX July 2014 Page 1

Product Data Sheet DeltaV Operate for PROVOX July 2014 Page 1 July 2014 Page 1 DeltaV Operate for PROVOX Robust, scalable and secure operating desktop Redundant console data servers Alarms prioritized by user Powerful operator interface Introduction Today s evolving

More information

5 Setting Preferences 15 Preferences 15 Configure Chart Colors 16

5 Setting Preferences 15 Preferences 15 Configure Chart Colors 16 CRITERION Vantage 3 Acquire Training Manual Contents 1 Introduction 3 Collecting Data 3 2 Starting the Program 3 Logging In and Logging Out 3 Logging In 3 Logging in as an Administrator 3 Logging in as

More information

MiG2 CONTROLLERS. 2 & 4 Stage General Purpose Controllers, with Air-conditioning Facilities

MiG2 CONTROLLERS. 2 & 4 Stage General Purpose Controllers, with Air-conditioning Facilities MiG2 CONTROLLERS 2 & 4 Stage General Purpose Controllers, with Air-conditioning Facilities The MiG2 controllers incorporate: 2 Inputs (Configurable as Resistive, 0 10V, 0 20mA or 4 20mA) 2 or 4 Relay Outputs

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

Recorders for all applications

Recorders for all applications Recorders for all applications Within the COMMANDER family are specifically-designed control solution variants for industries such as water and waste water, food, chemical & pharmaceutical and heat treatment.

More information

EnVision User Manual RevB August 2013 (V1.0.0) Supersedes: RevA (March 2011) EnVision User Manual

EnVision User Manual RevB August 2013 (V1.0.0) Supersedes: RevA (March 2011) EnVision User Manual User Manual RevB August 2013 (V1.0.0) Supersedes: RevA (March 2011) EnVision User Manual 1 Getting Started...1.1 1.1 Hardware Requirements...1.1 1.2 Connecting Controllers to EnVision...1.2 1.2.1 Setting

More information

Data. Selecting Data. Sorting Data

Data. Selecting Data. Sorting Data 1 of 1 Data Selecting Data To select a large range of cells: Click on the first cell in the area you want to select Scroll down to the last cell and hold down the Shift key while you click on it. This

More information

User Guide. Multipipe Units CMAA / RTMA CNT-SVU004B-GB

User Guide. Multipipe Units CMAA / RTMA CNT-SVU004B-GB User Guide Multipipe Units CMAA / RTMA CNT-SVU004B-GB USER GUIDE WARNING Supply the unit at least 24 hours before the initial startup to heat the compressor oil. In conditions of low water temperature,

More information

Data Center Optimized Controls

Data Center Optimized Controls Data Center Optimized Controls Controls Agenda 30 min. Emerson Control Products icom (Dynamic Thermal Optimization) 20 min. Station Rotation Station 1: Controller Challenge Station 2: Wireless Demo 5 min.

More information

SCADA MANUAL Siemens WinCC Advanced Runtime

SCADA MANUAL Siemens WinCC Advanced Runtime SCADA MANUAL Siemens WinCC Advanced Runtime Date: Signed: Concept Production As Built Revision Principal Customer Place of installation Product Principal

More information

REV 1. Quick Start Guide. MBE Control Solutions

REV 1. Quick Start Guide. MBE Control Solutions Quick Start Guide MBE Control Solutions AMBER Setup AMBER is usually sold preinstalled on a Windows 7-64 Workstation. A Self installation guide and installation software is available from MBE Control Solutions:

More information

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment

Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment Geography 281 Mapmaking with GIS Project One: Exploring the ArcMap Environment This activity is designed to introduce you to the Geography Lab and to the ArcMap software within the lab environment. Please

More information

Tutorial 01 Quick Start Tutorial

Tutorial 01 Quick Start Tutorial Tutorial 01 Quick Start Tutorial Homogeneous single material slope No water pressure (dry) Circular slip surface search (Grid Search) Intro to multi scenario modeling Introduction Model This quick start

More information

Features and Benefits of XeteX Controls. Other Unit Control Functions. Energy Recovery Functions

Features and Benefits of XeteX Controls. Other Unit Control Functions. Energy Recovery Functions Controls Guide for XeteX Units Beyond meeting the typical specification and performance requirements, controlling the equipment is usually the most important success factor for HVAC projects. XeteX provides

More information

KOBOLD PDA Series Digital Pressure Transmitter

KOBOLD PDA Series Digital Pressure Transmitter KOBOLD PDA Series Digital Pressure Transmitter PDA-153 Series User Instructions KOBOLD Instruments Inc. 1801 Parkway View Drive Pittsburgh, PA 15205 Phone (412) 788-2830 Fax (412)-788-4890 www.koboldusa.com

More information

SPE.TOC SETPOINT PROGRAM EDITOR TITLE PAGE. Chapter 1 About this manual. Chapter 2 [ Not currently available ] Chapter 3 The setpoint file window

SPE.TOC SETPOINT PROGRAM EDITOR TITLE PAGE. Chapter 1 About this manual. Chapter 2 [ Not currently available ] Chapter 3 The setpoint file window SPE.TOC SETPOINT PROGRAM EDITOR TITLE PAGE Chapter 1 About this manual Chapter 2 [ Not currently available ] Chapter 3 The setpoint file window Chapter 4 Configuring a setpoint program Chapter 5 Toolbar

More information

Advisor Workstation Training Manual: Working in the Research Module

Advisor Workstation Training Manual: Working in the Research Module Advisor Workstation Training Manual: Working in the Research Module Overview of the Research module - - - - - - - - - - - - - - - - 1 What you will learn in this section - - - - - - - - - - - - - - - -

More information

Getting low-resolution GC-MS data on the JEOL GCMate Introduction

Getting low-resolution GC-MS data on the JEOL GCMate Introduction Getting low-resolution GC-MS data on the JEOL GCMate Introduction GC-MS is a technique that combines gas phase separation and mass-based detection/characterization of analytes. It s a very sensitive method

More information

Commander circular chart recorders The tried and tested solution for process recording

Commander circular chart recorders The tried and tested solution for process recording The tried and tested solution for process recording ABB s Commander circular chart recorders provide a tried and tested solution for a host of industries such as water and waste water, food, chemical and

More information

(10393) Database Performance Tuning Hands-On Lab

(10393) Database Performance Tuning Hands-On Lab (10393) Database Performance Tuning Hands-On ASH Analytics Real-time ADDM SQL Performance Analyzer Objective: Database Performance Hands-on The objective of this lab to provide exercises designed to showcase

More information

COPYRIGHTED MATERIAL INTRODUCTION TO ASPEN PLUS CHAPTER ONE

COPYRIGHTED MATERIAL INTRODUCTION TO ASPEN PLUS CHAPTER ONE CHAPTER ONE INTRODUCTION TO ASPEN PLUS Aspen Plus is based on techniques for solving flowsheets that were employed by chemical engineers many years ago. Computer programs were just beginning to be used,

More information

Thermal DC-DC Control System TEC Series

Thermal DC-DC Control System TEC Series Thermal DC-DC Control System TEC 54100 Series Thermal DC-DC Control System TEC 54100 Series Bidirectional driving with 150W (24V 8A), 300W (24V 13A), or 800W (40V 20A) output Filtered PWM output with >

More information

Unsteady-State Diffusion in a Slab by Robert P. Hesketh 3 October 2006

Unsteady-State Diffusion in a Slab by Robert P. Hesketh 3 October 2006 Unsteady-State Diffusion in a Slab by Robert P. Hesketh 3 October 2006 Unsteady-State Diffusion in a Slab This simple example is based on Cutlip and Shacham Problem 7.13: Unsteady-State Mass Transfer in

More information

EES Program Overview

EES Program Overview EES Program Overview EES (pronounced 'ease') is an acronym for Engineering Equation Solver. The basic function provided by EES is the numerical solution of a set of algebraic equations. EES can also be

More information

Graphing with Microsoft Excel

Graphing with Microsoft Excel Graphing with Microsoft Excel As an AP Physics 1 student, you must be prepared to interpret and construct relationships found in physical laws and experimental data. This exercise is meant to familiarize

More information

NetBackup 7.6 Replication Director A Hands On Experience

NetBackup 7.6 Replication Director A Hands On Experience NetBackup 7.6 Replication Director A Hands On Experience Description Through this hands on lab you can test drive Replication Director and experience for yourself this easy to use, powerful feature. Once

More information

Working with Charts Stratum.Viewer 6

Working with Charts Stratum.Viewer 6 Working with Charts Stratum.Viewer 6 Getting Started Tasks Additional Information Access to Charts Introduction to Charts Overview of Chart Types Quick Start - Adding a Chart to a View Create a Chart with

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

67 Series Spectrophotometer PC Software

67 Series Spectrophotometer PC Software 67 Series Spectrophotometer PC Software Instruction Manual 670 004/Rev D/04-17 IMPORTANT Please ensure the SD Card is fitted into the socket as detailed in the image below. -------------------------------------------------------------------------------------------------------------------------

More information

Ch En 475: Introduction to Instrumentation and Signal Processing with Labview

Ch En 475: Introduction to Instrumentation and Signal Processing with Labview Ch En 475: Introduction to Instrumentation and Signal Processing with Labview Measurement Instrumentation Rapid, on-line measurement of temperature, pressure, liquid level, flow rate and composition is

More information

OneNote 2016 Tutorial

OneNote 2016 Tutorial VIRGINIA TECH OneNote 2016 Tutorial Getting Started Guide Instructional Technology Team, College of Engineering Last Updated: Spring 2016 Email tabletteam@vt.edu if you need additional assistance after

More information

Student Quick Reference Guide

Student Quick Reference Guide Student Quick Reference Guide How to use this guide The Chart Student Quick Reference Guide is a resource for PowerLab systems in the classroom laboratory. The topics in this guide are arranged to help

More information

Introduction to Spreadsheets

Introduction to Spreadsheets Introduction to Spreadsheets Spreadsheets are computer programs that were designed for use in business. However, scientists quickly saw how useful they could be for analyzing data. As the programs have

More information

The Standard Module - Ventilation Systems

The Standard Module - Ventilation Systems Chapter 3 The Standard Module - Ventilation Systems 3.1 Introduction The PIPENET Vision Standard module is a tool for steady state flow modelling of networks of pipes and ducts. It can model incompressible

More information

Appendix 1: DataStudio with ScienceWorkshop Sensors Tech Tips

Appendix 1: DataStudio with ScienceWorkshop Sensors Tech Tips Appendix 1: DataStudio with ScienceWorkshop Sensors Tech Tips Section 1: Starting an experiment 1.1 Opening a file 1. Open the File menu and select Open Activity. 2. In the Open dialog box, navigate to

More information

Ch 5 Industrial Control Systems

Ch 5 Industrial Control Systems Ch 5 Industrial Control Systems Sections: 1. Process Industries vs. Discrete Manufacturing Industries 2. Continuous vs. Discrete Control 3. Computer Process Control Industrial Control - Defined The automatic

More information

Installation and Instruction Manual

Installation and Instruction Manual Installation and Instruction Manual Sturtevant Richmont Division of Ryeson Corporation 555 Kimberly Drive Carol Stream, IL. 60188 USA 1-800-877-1347 857425 07/21/15 1 Table of Contents INSTALLATION GUIDE...

More information

4848 Reactor Controller

4848 Reactor Controller 4848 Reactor Controller 4848 Controller with MCM, PDM and HTM expansion modules installed. The Parr 4843 and 4836 Controllers have been replaced with the new 4848 Controller. This new controller brings

More information

TOSHIBA DesignAIRS. Help & Guide Manual

TOSHIBA DesignAIRS. Help & Guide Manual TOSHIBA DesignAIRS Help & Guide Manual Contents 1. MAIN TOOLBAR... 3 1.1. Tools / Options... 3 1.1.1. Application Settings... 3 1.1.2. Email Settings... 4 1.1.3. Internet Connection Settings... 4 1.1.4.

More information

KOBOLD TDA Series Digital Temperature Transmitter

KOBOLD TDA Series Digital Temperature Transmitter KOBOLD TDA Series Digital Temperature Transmitter TDA-15 Series User Instructions KOBOLD Instruments Inc. 1801 Parkway View Drive Pittsburgh, PA 15205 Phone (412) 788-2830 Fax (412)-788-4890 www.koboldusa.com

More information

Microsoft Excel 2007

Microsoft Excel 2007 Microsoft Excel 2007 1 Excel is Microsoft s Spreadsheet program. Spreadsheets are often used as a method of displaying and manipulating groups of data in an effective manner. It was originally created

More information

ELECTRONIC PAPERLESS RECORDERS

ELECTRONIC PAPERLESS RECORDERS Abhijeet Joshi June 19, 2017 ELECTRONIC PAPERLESS RECORDERS Easy Access to Process Data Honeywell Internal Access and Visualization of Process Data 1 Why record data? Someone else needs it or said it was

More information

Using Excel for Graphical Analysis of Data

Using Excel for Graphical Analysis of Data EXERCISE Using Excel for Graphical Analysis of Data Introduction In several upcoming experiments, a primary goal will be to determine the mathematical relationship between two variable physical parameters.

More information

STRA-17 Room controller. Installation and maintenance manual. Content

STRA-17 Room controller. Installation and maintenance manual. Content Content Installation preparations... Wiring diagram...3 Display handling...5 Technical data...6 Configuration...7 Operating modes...7 Controller modes...7 Activation operating modes...7 Control states...8

More information

Deckblatt. APL Operator Guide SIMATIC PCS 7. Application description June Applikationen & Tools. Answers for industry.

Deckblatt. APL Operator Guide SIMATIC PCS 7. Application description June Applikationen & Tools. Answers for industry. Deckblatt SIMATIC PCS 7 Application description June 2011 Applikationen & Tools Answers for industry. Industry Automation and Drive Technologies Service & Support Portal This article is taken from the

More information

ME 365 EXPERIMENT 3 INTRODUCTION TO LABVIEW

ME 365 EXPERIMENT 3 INTRODUCTION TO LABVIEW ME 365 EXPERIMENT 3 INTRODUCTION TO LABVIEW Objectives: The goal of this exercise is to introduce the Laboratory Virtual Instrument Engineering Workbench, or LabVIEW software. LabVIEW is the primary software

More information

Spreadsheet Warm Up for SSAC Geology of National Parks Modules, 2: Elementary Spreadsheet Manipulations and Graphing Tasks

Spreadsheet Warm Up for SSAC Geology of National Parks Modules, 2: Elementary Spreadsheet Manipulations and Graphing Tasks University of South Florida Scholar Commons Tampa Library Faculty and Staff Publications Tampa Library 2009 Spreadsheet Warm Up for SSAC Geology of National Parks Modules, 2: Elementary Spreadsheet Manipulations

More information

ChartView Out-of-the-Box Setup, Acquisition, & Real-Time Display Software

ChartView Out-of-the-Box Setup, Acquisition, & Real-Time Display Software Out-of-the-Box Setup, Acquisition, & Real-Time Display Software ChartView Software Display and record data in minutes, with no programming Display strip charts in real time Make on-screen measurements

More information

Introduction to HYSYS Simulation Heat Transfer Calculations

Introduction to HYSYS Simulation Heat Transfer Calculations Introduction to HYSYS Simulation Heat Transfer Calculations Chemical Engineering, Rowan University (Revised 4/18/2001) In this exercise, you will simulate two heat exchangers and calculate the heat transferred

More information

Page 1 TED Commander User Manual The following instructions are the recommended method for activating a TED system to post to TED Commander. NOTE 1: If you have, or could potentially have, multiple TED

More information

Temperature control with DeltaV using MPC

Temperature control with DeltaV using MPC Faculty of Technology Temperature control with DeltaV using MPC Fakultet for teknologiske fag Adresse: Kjølnes ring 56, 3918 Porsgrunn, telefon 35 02 62 00, www.hit.no Bachelorutdanning - Masterutdanning

More information

The Compliance Monitoring Data Portal (CMDP) Module 4: Chemical, Radionuclide and Microbial Samples and Results For lab users

The Compliance Monitoring Data Portal (CMDP) Module 4: Chemical, Radionuclide and Microbial Samples and Results For lab users The Compliance Monitoring Data Portal (CMDP) Module 4: Chemical, Radionuclide and Microbial Samples and Results For lab users 1 Methods to report samples and results to the CMDP 1. Uploading the information

More information