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

Size: px
Start display at page:

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

Transcription

1 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 controllers for digital implementation of classical PID control. For this type of applications, a PID control block has been developed for use in the programming environment PCWorx. Two types of PID control of tank level are discussed: single point control and cascade control. The single point control uses a single PID controller to regulate tank level using a single measurement for feedback being tank level itself. The PID controller output determines the state of the feed valve. The system has limitations in reacting to variations in output flow, which is to be regarded as a system disturbance. The cascade control uses two PID controllers for a better performance of the level control. The master controller is the level controller using the level setpoint and measurement to determine the setpoint for the slave controller driving the input flow valve. Measurements of input and output flow are taken into account, enabling the system to faster respond to output flow disturbances. Both types of control have been implemented using the PID control block in PCWorx for programming a Phoenix Contact PLC. The physical system, tank level control, was simulated in the process simulation environment ProcesSim running on the host PC. This virtual process environment enables the automation engineer to implement and test a PLC program controlling a process without having the actual installation physically available. Results of the PID controllers implemented within a Phoenix Contact PLC type ILC 150 ETH, linked to the simulated process in ProcesSim are presented. 2 PID control with automation controllers Many continuous industrial processes can be controlled using automation controllers for digital implementation of classical PID control (e.g. level control of tanks, flow control). The majority of installations use separate digital PID controllers for the control loops and PLC s for control of the processing sequence, monitoring of system variables, logging and alarms. For this type of applications, a programmable PID control function block has been developed for use in the programming environment PCWorx for implementation in Phoenix Contact PLCs [1]. The PID control is integrated in the PLC program and separate controllers are not needed, saving costs in hardware and installation space. 1 dr.ir. Michel Van Dessel, Lessius Mechelen Campus De Nayer, St.-Katelijne-Waver, Belgium

2 2.1 Basic PID control function block The internal block structure of the PID controller, as found in the standard library of PCWorx is shown in Fig.1. Fig. 1: Basic PID control function block The signals for this controller are Sp: setpoint, Pv: measured process value, Xout: controller output. The parameters of the PID controller are Kp: proportional constant, Tr: reset time constant, Td: derivative time constant. Kp is normally a positive amplification constant. It can also be negative, if the gain of the process to be controlled is negative. Since the PID controller is implemented as a function block of a digital PLC, special attention has to be paid to the sampling period T s or Cycle time. All function blocks having a Cycle input must not be executed in the default task of the PLC. The cycle time of the default task changes permanently according to the utilisation of the PLC. Therefore it is necessary to execute the corresponding function blocks in a CYCLE -task. The sampling time T s is set in a way, that it approximately corresponds to maximally one tenth of the equivalent process time constant T ETC : T s < 1/ 10 * T ETC 2.2 Advanced PID control function block The advanced PID control function block is found in the PCWorx Control technology library version 1_08. The function block, internal structure and main parameters are given in Fig 2. The function block realises a PID-type controller with a delayed D portion, including all possible sub variants (PI, PD, P and I) [2]. The transfer functions that are equivalent to continuousaction controllers are given in Table 1.

3 Fig. 2: Advanced PID control function block Table 1: Continuous-action PID controller transfer functions

4 3 Process simulation environment ProcesSim Fig. 3: Process simulation environment ProcesSim The process simulation environment ProcesSim has been developed by the Institution for industrial higher education of Mons (I.S.I.Ms, Belgium) in co-operation with Campus De Nayer. The software has been developed for use with the Windows operating system to simulate an industrial process or machine and to test, improve and maintain the PLC program that controls this process based on this simulation. This simulation environment enables the automation engineer to implement and test a PLC program controlling a process without having the actual installation physically available [3]. The consisting elements of the virtual process environment are depicted in Fig. 3. From a library of virtual process elements, the process simulation is built up. The program contains a range of industrial pneumatic and electric components, digital or analogue inputs and outputs, displays, product generators,... that can be used to simulate the industrial process. Dynamic visualisation generates a realistic simulation of both continuous as well as discrete components of the process. A local control program describes the way the simulated process elements interact and behave in time. The ProcesSim process environment runs on the host PC. Communication and exchange of variables between the PLC executing the control program and ProcesSim is performed using Modbus TCP.

5 4 Application: single point level control Two types of PID control of tank level are discussed: single point control and cascade control. Both types can be implemented using the PID control block in PCWorx for programming a Phoenix Contact PLC. The single point control uses a single PID controller LC to regulate tank level h using a single variable for feedback being tank level measurement provided by the level transmitter LT. The PID controller output determines the state x of the feed control valve CV, as shown in the process diagram. The input flow mi is proportional to the valve state x through valve constant Vc: mi = Vc. x mi Vc CV x τ LT At Pv h h set Sp LC ρ mu ry Fig. 4: Process diagram for single point level control [4]. The ProcesSim virtual process environment simulates the plant, while the PLC ILC 150 ETH performs the control using the advanced PID control function block. The user interface for the PID controller is a part of the ProcesSim GUI, as seen in Fig. 5. The results for the PID control of the tank level are plotted in Fig. 6, which shows the level ('Process value') and the level controller output. The system starts with a tank level of 50%, that is maintained at a constant value. After 18 seconds the output valve is fully opened, causing a drop in the level. This deviation is only corrected by a dramatic increase in the controller output, causing the input valve to be opened to almost 100%. Then follows an oscillation in the controller output and thus in the input valve state x. At 85 seconds the controller output is switched to manual mode and output 0, closing the input feed valve. Since the output valve is still open, the tank level gradually drops to zero. The system with single point level control has limitations in reacting to variations in output flow mu, which is to be regarded as a system disturbance.

6 Fig. 5: ProcesSim user interface for single point level control Controller output 60 Process value Opening valve Activate manual Fig. 6: Results of single point level control

7 5 Application: cascade level control The cascade control uses two PID controllers for a better performance of the level control. The process diagram is shown in Fig. 7. The master controller is the level controller LC using the level setpoint and measurement LT to determine the signal b, that contributes to setpoint u for the slave flow controller FC driving the input flow valve CV. Measurements of input flow mi and output flow mu are taken into account (FiT and FuT), enabling the system to react to output flow disturbances. The setpoint for the flow controller is calculated by a computing relay CR: u = a + b - k = m u + master output load factor Vc mi x Pv LT h At CV τ FiT FC u CR k h set Sp LC ρ mu ry FuT a b Fig. 7: Process diagram for cascade level control [4]. The virtual process for cascade level control in ProcesSim is shown in Fig. 8. The results of cascade level control are shown in Fig 9. The test starts with a tank level of 50%. The valve1, without flow measurement is opened first, causing a limited decrease in the level. The master controller reacts to this change and sends a signal b to the computing relay CR in the process diagram, increasing the input u for the flow controller FC. The output variation of the slave controller controls the feed valve to restore tank level to 50%. Valve 2, with output flow measurement is opened at 19 s. In this case the input a of the computing relay asks for an increase in the input for the flow controller, without the master controller having to intervene. The valve 1 is closed at 32 seconds and valve 2 is closed at 39 seconds. Since there is no output flow possible in this situation, the input feed valve has to be closed by the slave controller whose output drops to zero. This is under command of the master controller that measures tank level, controlling it to stabilise at 50%.

8 Fig. 8: ProcesSim user interface for cascade level control Tank level Master out Slave out Valve 1 open Valve 2 open Valve 1 closed Valve 2 closed Fig. 9: Results of cascade level control.

9 6 References [1] PCWorx IEC61131-Programming, Phoenix Contact GmbH & Co, Blomberg, Germany. [2] CLC library for the Control System PCWorx, Phoenix Contact GmbH & Co, Blomberg, Germany. [3] ProcesSim version 9.2, I.S.I.M., Mons, Belgium, [4] Simulatie van technische systemen met MATLAB/Simulink, T. Van der Veen, Academic Service, ISBN

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

Fig 3. PLC Relay Output

Fig 3. PLC Relay Output 1. Function of a PLC PLC Basics A PLC is a microprocessor-based controller with multiple inputs and outputs. It uses a programmable memory to store instructions and carry out functions to control machines

More information

054414 PROCESS CONTROL SYSTEM DESIGN. 054414 Process Control System Design. LECTURE 6: SIMO and MISO CONTROL

054414 PROCESS CONTROL SYSTEM DESIGN. 054414 Process Control System Design. LECTURE 6: SIMO and MISO CONTROL 05444 Process Control System Design LECTURE 6: SIMO and MISO CONTROL Daniel R. Lewin Department of Chemical Engineering Technion, Haifa, Israel 6 - Introduction This part of the course explores opportunities

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

Technical Information POWER PLANT CONTROLLER

Technical Information POWER PLANT CONTROLLER Technical Information POWER PLANT CONTROLLER Content The Power Plant Controller offers intelligent and flexible solutions for the control of all PV power plants in the megawatt range. It is suitable for

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

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

Cod. Documento: RT2014-0515a Title: Fimer Plant Controller Description. Rev. Data Redatto Approvato. 00 15-9-2014 S.Sidoti A.

Cod. Documento: RT2014-0515a Title: Fimer Plant Controller Description. Rev. Data Redatto Approvato. 00 15-9-2014 S.Sidoti A. Pag 1 di 19 SCOPE The main purpose of the Fimer Plant Controller is make possible to the Grid Operator both remote and local control capability over an entire PV plant from a single control point The Fimer

More information

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

Temperature Transmitter TTX300

Temperature Transmitter TTX300 coo Interface Description COM/TTX300/FF-EN Temperature Transmitter TTX300 FOUNDATION Fieldbus Contents Blinder Text Temperature Transmitter TTX300 Interface Description COM/TTX300/FF-EN 01.2010 Manufacturer:

More information

New Supervisory Control and Data Acquisition (SCADA) Based Fault Isolation System for Low Voltage Distribution Systems

New Supervisory Control and Data Acquisition (SCADA) Based Fault Isolation System for Low Voltage Distribution Systems International Conference on Computer and Communication Engineering (ICCCE 2010), 11-13 May 2010, Kuala Lumpur, Malaysia New Supervisory Control and Data Acquisition (SCADA) Based Fault Isolation System

More information

Safety Requirements Specification Guideline

Safety Requirements Specification Guideline Safety Requirements Specification Comments on this report are gratefully received by Johan Hedberg at SP Swedish National Testing and Research Institute mailto:johan.hedberg@sp.se -1- Summary Safety Requirement

More information

Plant Wide Performance Monitor Bridges Resource Gap

Plant Wide Performance Monitor Bridges Resource Gap Plant Wide Performance Monitor Bridges Resource Gap Presented at ISA2003, Houston, TX October, 2003 Tom Kinney ExperTune Inc. Hubertus, WI www.expertune.com Copyright 2003 Instrumentation, Systems and

More information

Technical Training Module ( 30 Days)

Technical Training Module ( 30 Days) Annexure - I Technical Training Module ( 30 Days) Section 1 : Programmable Logic Controller (PLC) 1. Introduction to Programmable Logic Controller - A Brief History, Need and advantages of PLC, PLC configuration,

More information

Think Automation and beyond... IDEC WindSRV. KEPServerEX OPC Server

Think Automation and beyond... IDEC WindSRV. KEPServerEX OPC Server Think Automation and beyond... IDEC WindSRV KEPServerEX OPC Server Direct connectivity Linking your client applications with IDEC PLCs WindSRV SCADA Application Master Pentra PLC Datalink Protocol Ethernet

More information

Hotel System Management The Hotel Smartest Solution

Hotel System Management The Hotel Smartest Solution Hotel System Management The Hotel Smartest Solution Apice Hotel System is a natural evolution of the Building Automation line; it integrates a number of highly technological products, specifically designed

More information

Modbus RTU Communications RX/WX and MRX/MWX

Modbus RTU Communications RX/WX and MRX/MWX 15 Modbus RTU Communications RX/WX and MRX/MWX In This Chapter.... Network Slave Operation Network Master Operation: RX / WX Network Master Operation: DL06 MRX / MWX 5 2 D0 Modbus Network Slave Operation

More information

FUNDAMENTALS OF CONTROL ENGINEERING

FUNDAMENTALS OF CONTROL ENGINEERING EQUIPMENT FOR ENGINEERING EDUCATION EQUIPMENT FOR ENGINEERING EDUCATION ENGINEERING MECHANICS & MACHINE ELEMENTS Statics Strength of Materials Dynamics Fundamentals of Engineering Design Machinery Diagnosis

More information

POTENTIAL OF STATE-FEEDBACK CONTROL FOR MACHINE TOOLS DRIVES

POTENTIAL OF STATE-FEEDBACK CONTROL FOR MACHINE TOOLS DRIVES POTENTIAL OF STATE-FEEDBACK CONTROL FOR MACHINE TOOLS DRIVES L. Novotny 1, P. Strakos 1, J. Vesely 1, A. Dietmair 2 1 Research Center of Manufacturing Technology, CTU in Prague, Czech Republic 2 SW, Universität

More information

Introduction to Building Automation Systems (BAS)

Introduction to Building Automation Systems (BAS) Introduction to Building Automation Systems (BAS) Ryan R. Hoger, LEED AP 708.670.6383 ryan.hoger@tecmungo.com Building Automation Systems Centralized controls Change scheduling for multiple HVAC units

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

Implementing ISA S88 for a discrete process with the Bottom-Up approach

Implementing ISA S88 for a discrete process with the Bottom-Up approach AUTOMATYKA 2008 Tom 12 Zeszyt 1 Dirk van der Linden* Implementing ISA S88 for a discrete process with the Bottom-Up approach 1. Introduction Manufacturing operations can be generally classified into one

More information

dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor

dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor Jaswandi Sawant, Divyesh Ginoya Department of Instrumentation and control, College of Engineering, Pune. ABSTRACT This

More information

TwinCAT NC Configuration

TwinCAT NC Configuration TwinCAT NC Configuration NC Tasks The NC-System (Numeric Control) has 2 tasks 1 is the SVB task and the SAF task. The SVB task is the setpoint generator and generates the velocity and position control

More information

Sensing and Control. A Process Control Primer

Sensing and Control. A Process Control Primer Sensing and Control A Process Control Primer Copyright, Notices, and Trademarks Printed in U.S.A. Copyright 2000 by Honeywell Revision 1 July 2000 While this information is presented in good faith and

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

WinCC Options. Redundancy. Manual C79000-G8263-C142-01

WinCC Options. Redundancy. Manual C79000-G8263-C142-01 WinCC Options Redundancy Manual Edition November 1998 WinCC, SIMATIC, SINEC, STEP are Siemens registered trademarks. All other product and system names in this manual are (registered) trademarks of their

More information

Using Wireless Measurements in Control Applications

Using Wireless Measurements in Control Applications Using Wireless Measurements in Control Applications Terry Blevins, Mark Nixon, Marty Zielinski Emerson Process Management Keywords: PID Control, Industrial Control, Wireless Transmitters ABSTRACT Wireless

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

TURBOtech srl. SED-635 Digital Excitation System. Industrial Electronics Sector FEATURES

TURBOtech srl. SED-635 Digital Excitation System. Industrial Electronics Sector FEATURES SED-635 Digital Excitation System SED-635 is a complete excitation system capable of adapting to control synchronous generators of any size. The integration of the TOUCH SCREEN operator interface and a

More information

The Use of Hybrid Regulator in Design of Control Systems

The Use of Hybrid Regulator in Design of Control Systems World Applied Sciences Journal 23 (10): 1291-1297, 2013 ISSN 1818-4952 IDOSI Publications, 2013 DOI: 10.5829/idosi.wasj.2013.23.10.13144 The Use of Hybrid Regulator in Design of Control Systems Vladimir

More information

Cooling with CHW (fan coil Heating with LTHW radiator Modulating control of heating and cooling valve Automatic or manual fan control

Cooling with CHW (fan coil Heating with LTHW radiator Modulating control of heating and cooling valve Automatic or manual fan control Fan coil with two-pipe system (cooling) and radiators FC8 Cooling with CHW (fan coil Heating with HW radiator odulating control of heating and cooling valve Automatic or manual fan control Plant diagram

More information

2.8. EM24 DIN Energy Analyser

2.8. EM24 DIN Energy Analyser 2.8. EM24 DIN Energy Analyser 2.8.1. Multiplexer (transmission of counter values) with EM24 Function: Control and transfer of counter values Application: Registration of energy and operating hours etc.

More information

S4000TH HART. HART Communication Manual

S4000TH HART. HART Communication Manual HART Communication Manual The information and technical data disclosed in this document may be used and disseminated only for the purposes and to the extent specifically authorized in writing by General

More information

How To Use Safety System Software (S3)

How To Use Safety System Software (S3) SPECIFICATION DATA Safety System Software (S3) APPLICATION Safety System Software (S 3 ) is a robust, full featured configuration, diagnostic, programming and real-time monitoring package for integrators

More information

Beckhoff TwinCAT The Windows Control and Automation Technology. TwinCAT NC PTP Examples

Beckhoff TwinCAT The Windows Control and Automation Technology. TwinCAT NC PTP Examples Beckhoff TwinCAT The Windows Control and Automation Technology TwinCAT NC PTP Examples Last change: 31.08.2001 3 Contents TwinCAT NC PTP Examples 1. Overview 4 2. Moving axis 5 Install and Start the Example

More information

Device Type Manager (DTM) Basic HART

Device Type Manager (DTM) Basic HART Technical Information 30/72-8850-0 EN FDT Device Type Manager (DTM) Basic HART Contents: 1 Features / Application.................................................. 2 1.1 General...........................................................................

More information

SCADAPack E ISaGRAF 3 User Manual

SCADAPack E ISaGRAF 3 User Manual SCADAPack E ISaGRAF 3 User Manual 2 SCADAPack E ISaGRAF 3 User Manual Table of Contents Part I ISaGRAF 3 User Manual 3 1 Technical... Support 3 2 Safety... Information 4 3 Preface... 6 4 Overview... 8

More information

Email: 1 nrsapre@gmail.com, 2 dr.s.m.kumar@gmail.com

Email: 1 nrsapre@gmail.com, 2 dr.s.m.kumar@gmail.com INDUSTRIAL AUTOMATION WITH ELECTRO PNEUMATIC SYSTEM USING PLC & WIRELESS/LAN ENVIRONMENT - A REMOTE EXPERIMENT 1 Nitin Sapre, 2 Dr. S Mohan Kumar 1 Drives & Control Academy, Bosch Rexroth India Limited,

More information

Microcontroller-based experiments for a control systems course in electrical engineering technology

Microcontroller-based experiments for a control systems course in electrical engineering technology Microcontroller-based experiments for a control systems course in electrical engineering technology Albert Lozano-Nieto Penn State University, Wilkes-Barre Campus, Lehman, PA, USA E-mail: AXL17@psu.edu

More information

DeviceNet Bus Software Help for Programming an Allen Bradley Control System

DeviceNet Bus Software Help for Programming an Allen Bradley Control System FBP FieldBusPlug V7 DeviceNet Bus Software Help for Programming an Allen Bradley Control System DeviceNet Software Help for Programming an Allen Bradley Control System Contents Page General Purpose...

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

PLC Control Unit for a CSM-C Steam Compact Clean Steam Generator

PLC Control Unit for a CSM-C Steam Compact Clean Steam Generator 3.635.5275.251 IM-P486-19 CH Issue 2 PLC Control Unit for a CSM-C Steam Compact Clean Steam Generator Installation, Start-up and Operation Manual 1. Safety information 2. General product information 3.

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

EasyC. Programming Tips

EasyC. Programming Tips EasyC Programming Tips PART 1: EASYC PROGRAMMING ENVIRONMENT The EasyC package is an integrated development environment for creating C Programs and loading them to run on the Vex Control System. Its Opening

More information

Fundamentals of HVAC Control Systems

Fundamentals of HVAC Control Systems ASHRAE Hong Kong Chapter Technical Workshop Fundamentals of HVAC Control Systems 18, 19, 25, 26 April 2007 2007 ASHRAE Hong Kong Chapter Slide 1 Chapter 5 Control Diagrams and Sequences 2007 ASHRAE Hong

More information

Machine Safety Design: Safety Relays Versus a Single Safety Controller

Machine Safety Design: Safety Relays Versus a Single Safety Controller Machine Safety Design: Safety Relays Versus a Single Safety Controller Technical and Commercial Considerations A White Paper presented by: Mike Garrick Product Marketing Lead Specialist INTERFACE Relays

More information

Industrial Process Automation (Exercise)

Industrial Process Automation (Exercise) Industrial Process Automation, Exercise3: PLC (Programmable INSTITUTE Logic OFController) AUTOMATION SYSTEMS Prof. Dr.-Ing. Wolfgang Meyer PLC design Industrial Process Automation (Exercise) PLC (Programmable

More information

HITACHI INVERTER SJ/L100/300 SERIES PID CONTROL USERS GUIDE

HITACHI INVERTER SJ/L100/300 SERIES PID CONTROL USERS GUIDE HITACHI INVERTER SJ/L1/3 SERIES PID CONTROL USERS GUIDE After reading this manual, keep it for future reference Hitachi America, Ltd. HAL1PID CONTENTS 1. OVERVIEW 3 2. PID CONTROL ON SJ1/L1 INVERTERS 3

More information

QNET Experiment #06: HVAC Proportional- Integral (PI) Temperature Control Heating, Ventilation, and Air Conditioning Trainer (HVACT)

QNET Experiment #06: HVAC Proportional- Integral (PI) Temperature Control Heating, Ventilation, and Air Conditioning Trainer (HVACT) Quanser NI-ELVIS Trainer (QNET) Series: QNET Experiment #06: HVAC Proportional- Integral (PI) Temperature Control Heating, Ventilation, and Air Conditioning Trainer (HVACT) Student Manual Table of Contents

More information

How To Control A Power Supply With A Mini Transmitter And Switch (Power Supply)

How To Control A Power Supply With A Mini Transmitter And Switch (Power Supply) transmitter (2 wire) / switch for continuous or On/Off Control Indication, monitoring, transmitting and continuous or On/Off control in one device Output signal 4...20 ma, 2-wire for continuous control

More information

OPC COMMUNICATION IN REAL TIME

OPC COMMUNICATION IN REAL TIME OPC COMMUNICATION IN REAL TIME M. Mrosko, L. Mrafko Slovak University of Technology, Faculty of Electrical Engineering and Information Technology Ilkovičova 3, 812 19 Bratislava, Slovak Republic Abstract

More information

MANAGING ASSETS WITH MODERN TOOLS AT WHITE BIRCH PAPER

MANAGING ASSETS WITH MODERN TOOLS AT WHITE BIRCH PAPER MANAGING ASSETS WITH MODERN TOOLS AT WHITE BIRCH PAPER Eric Tremblay 1, Michel Ruel 2 1- White Birch Paper, Quebec City, Quebec, Canada 2- Top Control Inc., Quebec City, Quebec, Canada, and Green Bay,

More information

Guidelines for operation of minimum flow control valves

Guidelines for operation of minimum flow control valves Guidelines for operation of minimum flow control valves Holter Regelarmaturen GmbH & Co KG Helleforthstr. 58-60 D-33758 Schloß Holte-Stukenbrock 05/2005 List of contents I. Minimum flow control valves...

More information

What you don t know about industrial GSM/GPRS modem communications

What you don t know about industrial GSM/GPRS modem communications What you don t know about industrial GSM/GPRS modem communications A White Paper presented by: Ira Sharp Product Marketing Lead Specialist Phoenix Contact P.O. Box 4100 Harrisburg, PA 17111-0100 Phone:

More information

Application Sheet Fan coil unit with staged fan, heating/cooling coil (2 pipe) on analog output

Application Sheet Fan coil unit with staged fan, heating/cooling coil (2 pipe) on analog output Heating with LHW and cooling with CHW changeover Modulating control of heating and cooling valve (2 pipe) on analog Automatic or manual 3-speed fan control Room temperature and fan speed operation via

More information

2. Terminal arrangement. Default (PV display) (SV display) Communication protocol selection Selects the Communication protocol. Modbus ASCII mode:

2. Terminal arrangement. Default (PV display) (SV display) Communication protocol selection Selects the Communication protocol. Modbus ASCII mode: COMMUNICATION INSTRUCTION MANUAL TEMPERATURE CONTROLLER KT4, KT8 and KT9 No.KTC1E6 2009.05 To prevent accidents arising from the misuse of this controller, please ensure the operator receives this manual.

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

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

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

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

Controller Automation, Model II+

Controller Automation, Model II+ Controller Automation Page 2 of 2 Automation with the RADAK II+ power controller II+ I/O Points: Inputs 5 Programmable Digital inputs 2 Dedicated digital inputs (Channel select and External SCR control

More information

DC1000 Series General Purpose UNIVERSAL DIGITAL CONTROLLERS

DC1000 Series General Purpose UNIVERSAL DIGITAL CONTROLLERS DC1000 Series General Purpose UNIVESA DIGITA CONTOES PODUCT SPECIFICATION SHEET OVEVIEW The DC1000 family of microprocessor based controllers combine a high degree of functionality, reliability at a very

More information

Programmable Logic Controllers Basic Level Textbook TP 301

Programmable Logic Controllers Basic Level Textbook TP 301 Programmable Logic Controllers Basic Level Textbook TP 301 Festo Didactic 093311 en B-II Authorised applications and liability The Learning System for Automation and Technology has been developed and prepared

More information

Measurement Products. PID control theory made easy Optimising plant performance with modern process controllers

Measurement Products. PID control theory made easy Optimising plant performance with modern process controllers Measurement Products PID control theory made easy Optimising plant performance with modern process controllers 1. What are the main types of control applications? Introduction Accurate control is critical

More information

eztcp Technical Document Modbus/TCP of eztcp Caution: Specifications of this document may be changed without prior notice for improvement.

eztcp Technical Document Modbus/TCP of eztcp Caution: Specifications of this document may be changed without prior notice for improvement. eztcp Technical Document Modbus/TCP of eztcp Version 1.3 Caution: Specifications of this document may be changed without prior notice for improvement. Sollae Systems Co., Ltd. http://www.sollae.co.kr Contents

More information

SCADA. The Heart of an Energy Management System. Presented by: Doug Van Slyke SCADA Specialist

SCADA. The Heart of an Energy Management System. Presented by: Doug Van Slyke SCADA Specialist SCADA The Heart of an Energy Management System Presented by: Doug Van Slyke SCADA Specialist What is SCADA/EMS? SCADA: Supervisory Control and Data Acquisition Retrieves data and alarms from remote sites

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

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

Industrial Process Controllers

Industrial Process Controllers Unit 50: Industrial Process Controllers Unit code: QCF Level 3: Credit value: 10 Guided learning hours: 60 Aim and purpose Y/600/0339 BTEC Nationals This unit provides learners with an opportunity to gain

More information

Safety Integrated. SIMATIC Safety Matrix. The Management Tool for all Phases of the Safety Lifecycle. Brochure September 2010. Answers for industry.

Safety Integrated. SIMATIC Safety Matrix. The Management Tool for all Phases of the Safety Lifecycle. Brochure September 2010. Answers for industry. SIMATIC Safety Matrix The Management Tool for all Phases of the Safety Lifecycle Brochure September 2010 Safety Integrated Answers for industry. Functional safety and Safety Lifecycle Management Hazard

More information

Short Form Catalogue. Alarm Systems. Reliable Supervision and Control

Short Form Catalogue. Alarm Systems. Reliable Supervision and Control Short Form Catalogue Alarm Systems Reliable Supervision and Control Alarm Monitors and Indicators The SELCO product range includes a number of alarm monitors and indicator panels for use in numerous applications.

More information

CCST Exam Preparation Course Syllabus

CCST Exam Preparation Course Syllabus CCST Exam Preparation Course Syllabus Week Topic 1 Introduction to Process Control Types of Processes Continuous Batch Discrete The Feedback Loop Intro to P&ID Drawings 2 Controlling the Process Process

More information

print close Building Blocks

print close Building Blocks print close Machine Design Kim Hartman Wed, 2015-07-15 11:23 Many OEMs strive to maximize plant productivity by allowing machines to perform multiple operations simultaneously. Some of these concurrent

More information

Introduction. Chapter 1. 1.1 The Motivation

Introduction. Chapter 1. 1.1 The Motivation Chapter 1 Introduction 1.1 The Motivation Hydroelectric power plants, like real systems, have nonlinear behaviour. In order to design turbine controllers, it was normal practice in the past, when computer

More information

How To Build A Rockwell Library Of Process Objects

How To Build A Rockwell Library Of Process Objects Rockwell Automation Library of Process Objects Reducing Development Time Features and Benefits Process objects for a range of field devices and functions Standards-based display elements with consistent

More information

Automation System TROVIS 6400 TROVIS 6493 Compact Controller

Automation System TROVIS 6400 TROVIS 6493 Compact Controller Automation System TROVIS 6400 TROVIS 6493 Compact Controller For panel mounting (front frame 48 x 96 mm/1.89 x 3.78 inch) Application Digital controller to automate industrial and process plants for general

More information

Process Control Primer

Process Control Primer Process Control Primer At the onset of the Industrial Revolution, processes were controlled manually. Men turned valves, pulled levers or changed switches based on the need to turn devices on or off. As

More information

ISA108 Intelligent Device Management (IDM)

ISA108 Intelligent Device Management (IDM) ISA108 Intelligent Device Management (IDM) Intelligent Digital Devices - Have Self-Diagnostics and More Eight-channel two-wire temperature transmitter Intelligent two-wire on/off valve 2 Fully integrated

More information

ezsystem elab16m Project 1F: Alarm System (Full Project description)

ezsystem elab16m Project 1F: Alarm System (Full Project description) ezsystem elab16m Project 1F: Alarm System (Full Project description) ezsystem The aim of ezsystem is to enable Creativity and Innovation at an early age in a Problem Based Learning (PBL) approach. ezsystem

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

OpEx Advantages + Asset Optimization

OpEx Advantages + Asset Optimization OpEx Advantages + Asset Optimization Francois Ichtertz / Dominik Brand Manager FOUNDATION Fieldbus Endress+Hauser Process Solutions AG. Panos Giannakoulias Certified FF Systems Manager Endress+Hauser II

More information

Hydro MPC Integrated Pump Systems and HVAC Applications GRUNDFOS HYDRO MPC

Hydro MPC Integrated Pump Systems and HVAC Applications GRUNDFOS HYDRO MPC Hydro MPC Integrated Pump Systems and HVAC Applications GRUNDFOS HYDRO MPC Advantages of Packaged Systems Grundfos integrated packaged pumping systems are factory-designed for optimized pumping and simplified

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

Chapter 10. Control Design: Intuition or Analysis?

Chapter 10. Control Design: Intuition or Analysis? Chapter 10 Control Design: Intuition or Analysis? Dan P. Dumdie 10.1 Introduction In previous chapters, we discussed some of the many different types of control methods available and typically used in

More information

REMOTE LABORATORY PLANT CONTROL

REMOTE LABORATORY PLANT CONTROL REMOTE LABORATORY PLANT CONTROL HALÁS Rudolf, ĎURINA Pavol Institute of Information Engineering, Automation and Mathematics Faculty of Chemical and Food Technology Slovak University of Technology in Bratislava,

More information

Using MODBUS for Process Control and Automation

Using MODBUS for Process Control and Automation MODBUS is the most popular industrial protocol being used today, for good reasons. It is simple, inexpensive, universal and easy to use. Even though MODBUS has been around since the past century nearly

More information

Master Programming Manual for TotalCare, CareSoft Elite, CareSoft Pro, Ion Pro and CareClear Pro Models

Master Programming Manual for TotalCare, CareSoft Elite, CareSoft Pro, Ion Pro and CareClear Pro Models Master Programming Manual for TotalCare, CareSoft Elite, CareSoft Pro, Ion Pro and CareClear Pro Models Effective December 2014 Button appearance and position may be different than actual valve. Cycle

More information

Hardware safety integrity Guideline

Hardware safety integrity Guideline Hardware safety integrity Comments on this report are gratefully received by Johan Hedberg at SP Swedish National Testing and Research Institute mailto:johan.hedberg@sp.se Quoting of this report is allowed

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

Monitoring and diagnostics. Field data integration to control room solution guide

Monitoring and diagnostics. Field data integration to control room solution guide Monitoring and diagnostics Field Contents data integration to control room The application Page The solution Page Hardware overview Page System and network architechture Page HMI and Visu+ software application

More information

Configuring PROFINET

Configuring PROFINET CHAPTER 9 This chapter describes how to configure the PROFINET feature on the Cisco IE 3000 switch. Understanding PROFINET, page 9-1, page 9-4 Displaying the PROFINET Configuration, page 9-5 Troubleshooting

More information

Partner for automation Water technology

Partner for automation Water technology Partner for automation Water technology Your objective: Economy in plant engineering and plant lifecycle management Energy prices today are high and rising even further, forcing you as municipal or industrial

More information

Programmable Logic Controllers

Programmable Logic Controllers Programmable Logic Controllers PLC Basics Dr. D. J. Jackson Lecture 2-1 Operating systems and application programs A PLC contains a basic operating system that allows for: Downloading and executing user

More information

NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER

NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER Understanding what a PAC is starts from the understanding of PLC. A PLC is a Programmable Logic while

More information

S7 for Windows S7-300/400

S7 for Windows S7-300/400 S7 for Windows S7-300/400 A Programming System for the Siemens S7 300 / 400 PLC s IBHsoftec has an efficient and straight-forward programming system for the Simatic S7-300 and ern controller concept can

More information

Raffaele Rea GE-Bayer Specialties Srl - Termoli Paolo Belli, Nunzio Bonavita ABB PS&S SpA - Genova ABB - 1 -

Raffaele Rea GE-Bayer Specialties Srl - Termoli Paolo Belli, Nunzio Bonavita ABB PS&S SpA - Genova ABB - 1 - Raffaele Rea GE-Bayer Specialties Srl - Termoli Paolo Belli, Nunzio Bonavita ABB PS&S SpA - Genova ABB - 1 - Agenda An Innovative Approach to Control Loop Performance Assessment Why Control Loop Condition

More information

RTM X42 Multi-Channel Radio Transmission Tension Monitoring and Control System

RTM X42 Multi-Channel Radio Transmission Tension Monitoring and Control System RTM X42 Multi-Channel Radio Transmission Tension Monitoring and Control System RTM X42 is an innovative system that utilizes force measuring rollers to capture the tension of individual wires or strands,

More information

Data Sheet 10/68-2.40-EN. Contrac power electronics Customer specific settings

Data Sheet 10/68-2.40-EN. Contrac power electronics Customer specific settings Data Sheet 10/68-2.40-EN Contrac power electronics Customer specific settings Contrac Electronics Customer Specific Settings 10/68-2.40 EN Order Information Contrac Electronics Code EUR Bus tag No bus

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