Peradeniya, Peradeniya 20400, Sri Lanka. Royal Institute of Technology, Stockholm, Sweden.

Size: px
Start display at page:

Download "Peradeniya, Peradeniya 20400, Sri Lanka. E-mail: sanath@ee.pdn.ac.lk. Royal Institute of Technology, 100 44 Stockholm, Sweden."

Transcription

1 REMOTE MONITORING AND DISTRIBUTED REAL-TIME CONTROL VIA ETHERNET SANATH ALAHAKOON 1, LILANTHA SAMARANAYAKE 2, THILAKASIRI VIJAYANANDA 1, MATS LEKSELL 2 1 Dept. of Electrical and Electronic Engineering, University of Peradeniya, Peradeniya 20400, Sri Lana. sanath@ee.pdn.ac.l 2 Division of Electrical Machines and Power Electronics, Royal Institute of Technology, Stocholm, Sweden. ABSTRACT Ethernet today is the most widely used information carrier and the service provider for many important applications in our day-to-day life such as , voice-image data and web based information. It is also emerging strongly in the area of industrial communication. This paper presents research and development being carried out to enhance the possibilities of using standard TCP/IP Ethernet for real-time condition monitoring and distributed real-time control. 1. INTRODUCTION Condition monitoring and closed-loop control are essential and well-nown techniques in any industrial environment. A controller or an observer receives information about the system (or process) to be controlled or observed from the sensors and in case of a controller it sends out driving signals to the actuator. Condition monitoring done from a location remote to the place at which the particular industrial process is located is more common nowadays (e.g. Control room of a factory). Control loops that are closed over a communication networ also get more and more common as the hardware devices for networ and networ nodes become cheaper due to advanced cost effective silicon technology. In such a system, measurement and control signals are transmitted between process and controller/observer modules as pacets of data. A control system communicating with sensors and actuators over a communication networ is called a distributed control system. Networ nodes that are of specific interest here are sensor nodes, actuator nodes, and controller nodes. These types of industrial applications demand fast, reliable and robust data communication at a reasonable cost. Employing a suitable field-bus full-fills some of them. Profibus, ControlNet, DeviceNet, Ethernet, Suconet, and Interbus etc are among

2 SENSOR 1 PROCESS OUTPUT SENSOR RJ45 Ethernet Rx/ Tx TCP/IP SENSOR 2 Ethernet Ethernet PROCESS OUTPUT SENSOR Microcontroller Monitoring Computer Control Computer Additional memory A/D Converter D/A Converter (a) Condition monitoring (b) Distributed Control External system Figure 1: Ethernet for industrial communication Figure 2: Ethernet module for ADC and DAC the commonly used field-buses. Whatever the networ used for the communication, one major requirement of such a system is acquiring the ability to easily connect any physical sensor or actuator to it. In other words it is the interfacing of the sensor/actuator node to the communication networ. Being a commonly available hardware and software solution for communication networing, Ethernet has received a lot of attention from industry as the future industrial communication medium [1]. One objective of this research is to address this problem of interfacing of the sensor/actuator node to the communication networ, when the communication is done via Ethernet. The second objective is to investigate the possibility of using standard TCP/IP Ethernet for distributed control [2]. This would enable real-time condition monitoring and distributed control system topologies based on Ethernet shown in Figure ETHERNET-READY SENSORS AND ACTUATORS Objective of this part of the research is to design and implement sensor and actuator nodes that can easily be connected to Ethernet. Most of the outputs of physical sensors can be obtained in the form of an analog voltage (a taco generator) or a digital word (an incremental encoder). Similarly, inputs of many actuators can be provided in the form of an analog voltage (linear power amplifier) or a digital word (PWM inverter). Thus, the whole design problem is reduced to design and implementing the hardware needed to interface (a) An Analog to Digital Converter (ADC), (b) Digital to Analog Converter (DAC) and (c) A digital I/O to the Ethernet. The complete design problem is divided into two phases. Namely, Phase I - Interfacing of an ADC and a DAC to the Ethernet and Phase II - Interfacing of a digital I/O to the Ethernet.

3 2.1 Interfacing of an ADC and a DAC to the Ethernet A hardware module that interfaces an ADC and a DAC to the Ethernet through a hardware TCP/IP stac as shown in Figure 2 has been designed and implemented. Associated software programming is being done at present. The unit will be capable of first receiving the information such as sampling time etc. from the central control or monitoring computer and operating the ADC and DAC accordingly. The prototype module has been designed to meet the performance demands of hard real-time applications (closed loop control) as they are more demanding than real-time condition monitoring. The particular application considered here is the closed loop speed control of motor drives through Ethernet. The prototype module will be capable of completing one AD conversion and a DA conversion needed for a single actuation cycle within 1 ms. The expected timing diagram is shown in Figure 3. Communication lin diagram obtained from the protocol analyzer while the prototype is maintaining a TCP/IP connection with the server is given in the Figure 4. The hardware module designed and fabricated is shown in Figure DISTRIBUTED REAL TIME CONTROL VIA ETHERNET Investigations on adapting Ethernet for distributed control systems is an interesting topic in the motion control industry, due to its commercially off the shelf hardware availability and compatibility at a comparatively lower price. Conversely, communication through shared media in standard Ethernet is non-deterministic due to its media access control method CSMA/CD (Carrier Sense Multiple Access with Collision Detection). This results in non-deterministic (stochastic) delays of data transfer. The main goal of this part of the research is to develop controller strategies, which can successfully overcome the problems associated with these non-deterministic time delays when a real-time control loop is closed via Ethernet. In other words, no changes will be suggested to the standard TCP/IP. It is believed that this approach will finally lead to a unified industrial communication standard based on Ethernet TCP/IP. The approach is also justified by the recent developments in the TCP/IP (the newer version of the IP protocol IPv6, which has Data conversion Data conversion PC Received the Data Transmission delay Data storing, processing, sampling & holding DAC Send to actuator ADC Transmission delay Control signal computation & Data conversion for the Ethernet Tc<1ms Figure 3: Timing diagram showing a single actuation cycle

4 Figure 4: Lin between the prototype module (IP address ) and the server (IP address ) Figure 5: Ethernet connectable hardware Figure 6: BLDC motor drive system with module speed control loop closed via Ethernet hard real-time capabilities) [1]. As the test rig for verifying controller strategies developed to handle the non-deterministic time delays in the Ethernet, a Brush Less DC (BLDC) motor drive system of which the speed sensor and the power electronic actuator

5 (inverter) are interfaced to the Ethernet by means of a micro-controller is used [3]. The complete system is shown in Figure Speed Controller Strategies It is intended to implement different speed controller strategies that can cater the nondeterministic time delays of the standard Ethernet in order to mae a good comparative study between them. The controllers that have been implemented so far are (a) PI with special tuning for time delays [4,5,6], (b) Smith Predictor modified for time delayed systems [7,8] and (c) State feedbac controller with online delay compensation [2]. Each of the above controller strategies will be summarized here. It must be noted here that in the Proportional and Integral (PI) controller design and in the Smith Predictor design, the control delay τ is taen as constant and equivalent to its mean τ mean, which is evaluated off-line prior to activate the controller. In this way the need to compute controller parameters during each sampling period can be avoided. (a) PI Controller This method is applicable only for the case where 0<τ<h (sampling time). In other words, it guarantees that all samples arrive at the controller node in chronological order. Then the harm caused by the delay is limited to the non-periodic arrival of the control signals at the actuator node. The tuning rules are first derived in [6] as 1 1 K p τ K i 2 mean mean 3τ sτ for a first order, type 1, and time-delayed system. e. Later some modifications were mean s added by trial and error in [4] and [5] as a a 1 K K p i aτ mean aτ mean for the first order, type 0, time delayed system. Stability enhancement together with the integrator wind-up is discussed in [9] and [10] and its implementation is discussed in [2]. (b) Smith Predictor This is an effective dead-time compensator for stable processes with time delays. The controller is applicable for τ>h as well. The closed loop transfer function for the complete distributed system in Figure 7 can be given by τs ω() s Gc () s G() s e () 1 ()[ () () () ], (1) τs τ m s ωref s Gc s Gm s G s e Gm s e where G(s)} - system to be controlled, G m (s) - estimated model system of G(s), G c (s) controller, τ mean - estimated control delay. Stability of the Smith predictor is affected by the accuracy with which the model i.e., G m (s) and τ m represent G(s) and τ respectively. Based on the assumption that model matches actual system perfectly, the transfer function reduces to

6 (s) ω ref - - G c (s) G (s) Motor e τs Networ ω(s) G m (s) Motor model e τ ms Networ model - ω ω () s () s ref τ mean s () s G( s) e G () s G (). Gc 1 s c m Figure 7: Smith predictor The parameters of the primary controller are determined using a model of the delay free part of the system. G c (s) can be PI, PD or PID depending on the order of G(s) [7]. To derive G c (s) the Coefficient Diagram Method (CDM), whose mathematical derivations are found in [8] is used. (c) State feedbac controller A general disturbance free continuous time control system with negligible input time delay and a discrete time state feedbac controller can be described as dx Ax( t) Bu( t), (3) dt y ( t) Cx( t), (4) u ( h) Kx( h), 0,1,2.. (5) n m p where x R, u R and y R and K s dimensions are compatible with A, B and C. In the following analysis, the control delay corresponding to the th sample will be taen as τ in place of τ in the previous discussions. i For 0< τ <h With this constraint, at most two system inputs u(h-h) and u(h) are available during the th sampling period. Then the system equations in continuous time are dx() t Ax() t Bu() t, t [ h τ, h h τ 1] dt y t Cx t, (6) () () ( t ) Kx( t τ ), t [ h τ, 0,1,2... ] u where u(t ) is piecewise continuous and only changes the value at time version of the system is (2) h τ.the discrete

7 ( h h) Φ( h) x( h) Γ ( h, τ ) u( h) Γ ( h, τ ) u( h h) 1 ( h) Cx( h) x y 0 (7) h Ah As As where Φ( h) e, Γ1 ( h, τ ) e ds. B, Γ0 ( h, τ ) e ds. B. h τ 0 The closed loop system becomes, ζ ( h h) Ψ( h) ζ ( h) ζ ( h) [ x( h), u( h h) ] T and Φ( h) Γ ( h, τ ) K Γ ( h, τ ) 0 1 Ψ( h). h τ, where K 0 ii For τ >h With 0< τ <dh, where d>1 there can be zero, one or more than one (upto d) sample(s) in a single sampling period. In the case where (d-1)h< τ <dh, for all >d, only one sample is received in every sampling period. Following the same analysis as ' ' Φ( h) Γ ( h, τ ) Γ (, ) h τ I... 0 Ψ( h) I K Hence in the time-invariant systems, the instantaneous τ can be compensated by using it on the measured plant state, in estimating the plant state by the time the control signal reaches the actuator. An estimator is used to determine the actual speed state of the motor using the delayed speed measurement, delay magnitude of the previous control signal and the dynamics of the system, i.e. the motor. This demands the real-time delay data, which is achieved through time stamped speed measurements and the characteristics of the networ used. A time delay profile is illustrated in Figure 8. The process state represents the actuator communication delay τ ca, where their summation is termed as control delay τ. τ sc is the only parameter nown a priori and τ ca can be predicted based on the delay patterns of the networ. Hence τ c is nown off-line and τ can be evaluated in advance and used in the estimator as h τ Aτ A( h τ m ) x( h τ ) e x( h) e Bu( m) dm (8) h where A and B are the system and input matrices respectively of the plant. 3.3 Experimental Results The experiments conducted so far reveals that the state feedbac controller with online delay compensation, which is a new contribution of this wor has better step response performance. This is verified from Figure 9.

8 Process State x(h) Estimator x h τ ) ( sc τ sc Controller u τ c ( h τ ) τ ca Actuator ( 1)h h ( 1) h τ h: sampling period : th sample Figure 8: Time delay profile. Figure 9: Step response comparison 4. ACKNOWLEDGEMENTS The authors would lie to pay their gratitude to SIDA Sweden for the financial support. 5. REFERENCES [1] N.D. Aavaag, N.A. Nordbotten, Implications of the Next-Generation Internet Protocol for ABB IPv6 the new Internet Protocol, ABB Review, Jan 2003, pp [2] L. Samaranayae, Distributed Control of Electric Drives via Ethernet, Tech. Lic. Thesis, Department of Electrical Engineering, Royal Institute of Technology, Sweden, [3] C-Programmable Single-Board Computer with Ethernet and Operator, User Manual, Z-World Inc, California, USA. [4] A. O Dwyer, Performance and robustness issues in the compensation of FOLPD processes with PI and PID controllers, Irish Signals and Systems Conference, Dublin, Ireland, June [5] J. Syder, T. Heeg, A. O Dwyer, Dead-time compensators: performance and robustness issues, Dublin Institute of Technology, [6] J. G. Ziegler and N. B. Nichols, Optimum settings for automatic controllers, ASME Trans.1942, Vol. 64, pp [7] S. E. Hamamchi, I. Kaya, D. P. Atherton, Smith Predictor Design by CDM, European Control Conference [8] S. Manabe, Application of Coefficient Diagram Method to MIMO design in aerospace, IFAC 15th Triennial World Congress, Barcelona, Spain, [9] K. S. Walgama, On the Control Systems with Input Saturation or Periodic Disturbances, Luleå University of Technology, Luleå, Sweden, [10] S. Alahaoon, Digital Motion Control Techniques for Electrical Drives, Royal Institute of Technology, Stocholm, Sweden, 2000.

PC BASED PID TEMPERATURE CONTROLLER

PC BASED PID TEMPERATURE CONTROLLER PC BASED PID TEMPERATURE CONTROLLER R. Nisha * and K.N. Madhusoodanan Dept. of Instrumentation, Cochin University of Science and Technology, Cochin 22, India ABSTRACT: A simple and versatile PC based Programmable

More information

Vorlesung Kommunikationsnetze Fieldbus Systems

Vorlesung Kommunikationsnetze Fieldbus Systems Vorlesung Kommunikationsnetze Fieldbus Systems Prof. Dr. H. P. Großmann mit B. Wiegel sowie A. Schmeiser und M. Rabel Sommersemester 2009 Institut für Organisation und Management von Informationssystemen

More information

EDUMECH Mechatronic Instructional Systems. Ball on Beam System

EDUMECH Mechatronic Instructional Systems. Ball on Beam System EDUMECH Mechatronic Instructional Systems Ball on Beam System Product of Shandor Motion Systems Written by Robert Hirsch Ph.D. 998-9 All Rights Reserved. 999 Shandor Motion Systems, Ball on Beam Instructional

More information

Comparison of Real-time Network Traffic Estimator Models in Gain Scheduler Middleware by Unmanned Ground Vehicle Network-Based Controller

Comparison of Real-time Network Traffic Estimator Models in Gain Scheduler Middleware by Unmanned Ground Vehicle Network-Based Controller Comparison of Real-time Networ Traffic Estimator Models in Gain Scheduler Middleware by Unmanned Ground Vehicle Networ-Based Controller Zheng Li, Rangsarit Vanijjirattihan, Mo-Yuen Chow, Yannis Viniotis

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

Outline Servo Control

Outline Servo Control Outline Servo Control Servo-Motor Drivers Control Modes orque Capability Servo-control Systems Direct/Indirect Control System Control Algorithm Implementation Controller Design by Emulation Discretization

More information

MECE 102 Mechatronics Engineering Orientation

MECE 102 Mechatronics Engineering Orientation MECE 102 Mechatronics Engineering Orientation Mechatronic System Components Associate Prof. Dr. of Mechatronics Engineering Çankaya University Compulsory Course in Mechatronics Engineering Credits (2/0/2)

More information

EE 402 RECITATION #13 REPORT

EE 402 RECITATION #13 REPORT MIDDLE EAST TECHNICAL UNIVERSITY EE 402 RECITATION #13 REPORT LEAD-LAG COMPENSATOR DESIGN F. Kağan İPEK Utku KIRAN Ç. Berkan Şahin 5/16/2013 Contents INTRODUCTION... 3 MODELLING... 3 OBTAINING PTF of OPEN

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

PID Control. Chapter 10

PID Control. Chapter 10 Chapter PID Control Based on a survey of over eleven thousand controllers in the refining, chemicals and pulp and paper industries, 97% of regulatory controllers utilize PID feedback. Desborough Honeywell,

More information

From Control Loops to Software

From Control Loops to Software CNRS-VERIMAG Grenoble, France October 2006 Executive Summary Embedded systems realization of control systems by computers Computers are the major medium for realizing controllers There is a gap between

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

Controller Design in Frequency Domain

Controller Design in Frequency Domain ECSE 4440 Control System Engineering Fall 2001 Project 3 Controller Design in Frequency Domain TA 1. Abstract 2. Introduction 3. Controller design in Frequency domain 4. Experiment 5. Colclusion 1. Abstract

More information

SCADA and Monitoring for Solar Energy Plant

SCADA and Monitoring for Solar Energy Plant SCADA and Monitoring for Solar Energy Plant Segment: Industry Country: Thailand Author: Ranon Satitpanyapan Products: NI LabVIEW with LabVIEW Real-Time Module crio Real-Time controller 8 slot with 16 current

More information

Power Electronics. Prof. K. Gopakumar. Centre for Electronics Design and Technology. Indian Institute of Science, Bangalore.

Power Electronics. Prof. K. Gopakumar. Centre for Electronics Design and Technology. Indian Institute of Science, Bangalore. Power Electronics Prof. K. Gopakumar Centre for Electronics Design and Technology Indian Institute of Science, Bangalore Lecture - 1 Electric Drive Today, we will start with the topic on industrial drive

More information

Ziegler-Nichols-Based Intelligent Fuzzy PID Controller Design for Antenna Tracking System

Ziegler-Nichols-Based Intelligent Fuzzy PID Controller Design for Antenna Tracking System Ziegler-Nichols-Based Intelligent Fuzzy PID Controller Design for Antenna Tracking System Po-Kuang Chang, Jium-Ming Lin Member, IAENG, and Kun-Tai Cho Abstract This research is to augment the intelligent

More information

Series: IDAM Servo Drive E Digital Motor Drive - DMD-078.12

Series: IDAM Servo Drive E Digital Motor Drive - DMD-078.12 Series: IDAM Servo Drive E Digital Motor Drive - DMD-078.12 inside Integrated amplifiers for 8 single-phase motors, 4 two-phases motors or 4 three-phases motors or combinations of them in one device Position

More information

Force/position control of a robotic system for transcranial magnetic stimulation

Force/position control of a robotic system for transcranial magnetic stimulation Force/position control of a robotic system for transcranial magnetic stimulation W.N. Wan Zakaria School of Mechanical and System Engineering Newcastle University Abstract To develop a force control scheme

More information

ELECTRICAL ENGINEERING

ELECTRICAL ENGINEERING EE ELECTRICAL ENGINEERING See beginning of Section H for abbreviations, course numbers and coding. The * denotes labs which are held on alternate weeks. A minimum grade of C is required for all prerequisite

More information

Active Vibration Isolation of an Unbalanced Machine Spindle

Active Vibration Isolation of an Unbalanced Machine Spindle UCRL-CONF-206108 Active Vibration Isolation of an Unbalanced Machine Spindle D. J. Hopkins, P. Geraghty August 18, 2004 American Society of Precision Engineering Annual Conference Orlando, FL, United States

More information

Application of Virtual Instrumentation for Sensor Network Monitoring

Application of Virtual Instrumentation for Sensor Network Monitoring Application of Virtual Instrumentation for Sensor etwor Monitoring COSTATI VOLOSECU VICTOR MALITA Department of Automatics and Applied Informatics Politehnica University of Timisoara Bd. V. Parvan nr.

More information

SAMPLE CHAPTERS UNESCO EOLSS DIGITAL INSTRUMENTS. García J. and García D.F. University of Oviedo, Spain

SAMPLE CHAPTERS UNESCO EOLSS DIGITAL INSTRUMENTS. García J. and García D.F. University of Oviedo, Spain DIGITAL INSTRUMENTS García J. and García D.F. University of Oviedo, Spain Keywords: analog-to-digital conversion, digital-to-analog conversion, data-acquisition systems, signal acquisition, signal conditioning,

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

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

Sensorless Control of a Brushless DC motor using an Extended Kalman estimator.

Sensorless Control of a Brushless DC motor using an Extended Kalman estimator. Sensorless Control of a Brushless DC motor using an Extended Kalman estimator. Paul Kettle, Aengus Murray & Finbarr Moynihan. Analog Devices, Motion Control Group Wilmington, MA 1887,USA. Paul.Kettle@analog.com

More information

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org

Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya dev_bhattacharya@ieee.org Internet of things (IOT) applications covering industrial domain Dev Bhattacharya dev_bhattacharya@ieee.org Outline Internet of things What is Internet of things (IOT) Simplified IOT System Architecture

More information

Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2

Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2 Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2 1 PG Student (M. Tech), Dept. of ECE, Chirala Engineering College, Chirala., A.P, India. 2 Assistant Professor, Dept.

More information

DCMS DC MOTOR SYSTEM User Manual

DCMS DC MOTOR SYSTEM User Manual DCMS DC MOTOR SYSTEM User Manual release 1.3 March 3, 2011 Disclaimer The developers of the DC Motor System (hardware and software) have used their best efforts in the development. The developers make

More information

1. s to Z-Domain Transfer Function

1. s to Z-Domain Transfer Function 1. s to Z-Domain Transfer Function 1. s to Z-Domain Transfer Function Discrete ZOH Signals 1. s to Z-Domain Transfer Function Discrete ZOH Signals 1. Get step response of continuous transfer function y

More information

Kalman Filter Applied to a Active Queue Management Problem

Kalman Filter Applied to a Active Queue Management Problem IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 4 Ver. III (Jul Aug. 2014), PP 23-27 Jyoti Pandey 1 and Prof. Aashih Hiradhar 2 Department

More information

Spike-Based Sensing and Processing: What are spikes good for? John G. Harris Electrical and Computer Engineering Dept

Spike-Based Sensing and Processing: What are spikes good for? John G. Harris Electrical and Computer Engineering Dept Spike-Based Sensing and Processing: What are spikes good for? John G. Harris Electrical and Computer Engineering Dept ONR NEURO-SILICON WORKSHOP, AUG 1-2, 2006 Take Home Messages Introduce integrate-and-fire

More information

The Design of DSP controller based DC Servo Motor Control System

The Design of DSP controller based DC Servo Motor Control System International Conference on Advances in Energy and Environmental Science (ICAEES 2015) The Design of DSP controller based DC Servo Motor Control System Haiyan Hu *, Hong Gu, Chunguang Li, Xiaowei Cai and

More information

Drivetech, Inc. Innovations in Motor Control, Drives, and Power Electronics

Drivetech, Inc. Innovations in Motor Control, Drives, and Power Electronics Drivetech, Inc. Innovations in Motor Control, Drives, and Power Electronics Dal Y. Ohm, Ph.D. - President 25492 Carrington Drive, South Riding, Virginia 20152 Ph: (703) 327-2797 Fax: (703) 327-2747 ohm@drivetechinc.com

More information

PROFINET the Industrial Ethernet standard. Siemens AG 2013. Alle Rechte vorbehalten.

PROFINET the Industrial Ethernet standard. Siemens AG 2013. Alle Rechte vorbehalten. the Industrial Ethernet standard is 100% Ethernet is Ethernet Ethernet is the established standard in the IT world for fast exchange of data (IEEE 802.3) is always full duplex simultaneous communication

More information

Fundamentals of Power Electronics. Robert W. Erickson University of Colorado, Boulder

Fundamentals of Power Electronics. Robert W. Erickson University of Colorado, Boulder Robert W. Erickson University of Colorado, Boulder 1 1.1. Introduction to power processing 1.2. Some applications of power electronics 1.3. Elements of power electronics Summary of the course 2 1.1 Introduction

More information

Braking/Traction Control Systems of a Scaled Railway Vehicle for the Active Steering Testbed

Braking/Traction Control Systems of a Scaled Railway Vehicle for the Active Steering Testbed Braking/Traction Control Systems of a Scaled Railway Vehicle for the Active Steering Testbed Min-Soo Kim and Hyun-Moo Hur Vehicle Dynamics & Propulsion System Research Department Korea Railroad Research

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

Industrial Requirements for a Converged Network

Industrial Requirements for a Converged Network Industrial Requirements for a Converged Network IEEE 802.3 SG DMLT Phoenix (AZ) Albert Tretter, Siemens AG Ethernet captures more and more Applications Traditional Markets - Industrial Automation - Factory

More information

Autonomous Advertising Mobile Robot for Exhibitions, Developed at BMF

Autonomous Advertising Mobile Robot for Exhibitions, Developed at BMF Autonomous Advertising Mobile Robot for Exhibitions, Developed at BMF Kucsera Péter (kucsera.peter@kvk.bmf.hu) Abstract In this article an autonomous advertising mobile robot that has been realized in

More information

How To Use The Sunny Central Communication Controller

How To Use The Sunny Central Communication Controller Technical Information SUNNY CENTRAL COMMUNICATION CONTROLLER Content The Sunny Central Communication Controller is an integral part of the central inverter which is responsible for establishing the connection

More information

Green House Monitoring and Controlling Using Android Mobile Application

Green House Monitoring and Controlling Using Android Mobile Application Green House Monitoring and Controlling Using Android Mobile Application Aji Hanggoro aji.hanggoro@ui.ac.id Mahesa Adhitya Putra mahesa.adhitya91@ui.ac.id Rizki Reynaldo rizki.reynaldo@ui.ac.id Riri Fitri

More information

ECE 3510 Final given: Spring 11

ECE 3510 Final given: Spring 11 ECE 50 Final given: Spring This part of the exam is Closed book, Closed notes, No Calculator.. ( pts) For each of the time-domain signals shown, draw the poles of the signal's Laplace transform on the

More information

DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK

DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK International Journal of Computer Application and Engineering Technology Volume 1-Issue1, January 2012.pp.1-7 www.ijcaet.net DEVELOPMENT OF VIBRATION REMOTE MONITORING SYSTEM BASED ON WIRELESS SENSOR NETWORK

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

AC/DC Power Supply Reference Design. Advanced SMPS Applications using the dspic DSC SMPS Family

AC/DC Power Supply Reference Design. Advanced SMPS Applications using the dspic DSC SMPS Family AC/DC Power Supply Reference Design Advanced SMPS Applications using the dspic DSC SMPS Family dspic30f SMPS Family Excellent for Digital Power Conversion Internal hi-res PWM Internal high speed ADC Internal

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

SAMPLE CHAPTERS UNESCO EOLSS PID CONTROL. Araki M. Kyoto University, Japan

SAMPLE CHAPTERS UNESCO EOLSS PID CONTROL. Araki M. Kyoto University, Japan PID CONTROL Araki M. Kyoto University, Japan Keywords: feedback control, proportional, integral, derivative, reaction curve, process with self-regulation, integrating process, process model, steady-state

More information

Mathematical Modeling and Dynamic Simulation of a Class of Drive Systems with Permanent Magnet Synchronous Motors

Mathematical Modeling and Dynamic Simulation of a Class of Drive Systems with Permanent Magnet Synchronous Motors Applied and Computational Mechanics 3 (2009) 331 338 Mathematical Modeling and Dynamic Simulation of a Class of Drive Systems with Permanent Magnet Synchronous Motors M. Mikhov a, a Faculty of Automatics,

More information

DeviceNet Communication Manual

DeviceNet Communication Manual DeviceNet Communication Manual Soft-Starter Series: SSW-07/SSW-08 Language: English Document: 10000046963 / 00 03/2008 Summary ABOUT THIS MANUAL... 5 ABBREVIATIONS AND DEFINITIONS... 5 NUMERICAL REPRESENTATION...

More information

NEW. EVEN MORE data acquisition and test stand automation

NEW. EVEN MORE data acquisition and test stand automation NEW EVEN MORE data acquisition and test stand automation the new class of data The plug&play complete package User benefits Expert Series is the latest generation of data acquisition Complete hardware

More information

Project Plan. Project Plan. May13-06. Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai

Project Plan. Project Plan. May13-06. Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai Project Plan May13-06 Logging DC Wattmeter Team Member: Ailing Mei Andrew Kom Chongli Cai Advisor : Collin Christy Client: Garmin International David Hoffman Qiaoya Cui Table of Contents Need Statement...

More information

b 1 is the most significant bit (MSB) The MSB is the bit that has the most (largest) influence on the analog output

b 1 is the most significant bit (MSB) The MSB is the bit that has the most (largest) influence on the analog output CMOS Analog IC Design - Chapter 10 Page 10.0-5 BLOCK DIAGRAM OF A DIGITAL-ANALOG CONVERTER b 1 is the most significant bit (MSB) The MSB is the bit that has the most (largest) influence on the analog output

More information

Intelligent Device Management with DCS, PLC, and RTU

Intelligent Device Management with DCS, PLC, and RTU wp_dcs PLC RTU ra 2015-07-04 12:47:00 Intelligent Device Management with DCS, PLC, and RTU EDDL-based Intelligent Device Management (IDM) software part of the Asset Management System (AMS) can be used

More information

Generic term for using the Ethernet standard in automation / industrial applications

Generic term for using the Ethernet standard in automation / industrial applications Seite 24 Industrial Ethernet Generic term for using the Ethernet standard in automation / industrial applications Specific Quality of Service requirements Real-time Cycle time (e.g. < 1 ms for motion control

More information

FOUNDATION Fieldbus High Speed Ethernet Control System

FOUNDATION Fieldbus High Speed Ethernet Control System FOUNDATION Fieldbus High Speed Ethernet Control System Sean J. Vincent Fieldbus Inc. Austin, TX, USA KEYWORDS Fieldbus, High Speed Ethernet, H1, ABSTRACT FOUNDATION fieldbus is described in part by the

More information

A Master-Slave DSP Board for Digital Control

A Master-Slave DSP Board for Digital Control A Master-Slave DSP Board for Digital Control ROSA, F. E. 1 ; CARRARA, A. R. S. 2 ; SOUZA, A.H. 3 (1) M.Sc. candidate e-mail fabio_e_rosa@zipmail.com.br (2) Professor, Ph.D. e-mail dee2arsc@dcc.fej.udesc.br

More information

State-Space Feedback Control for Elastic Distributed Storage in a Cloud Environment

State-Space Feedback Control for Elastic Distributed Storage in a Cloud Environment State-Space Feedback Control for Elastic Distributed Storage in a Cloud Environment M. Amir Moulavi Ahmad Al-Shishtawy Vladimir Vlassov KTH Royal Institute of Technology, Stockholm, Sweden ICAS 2012, March

More information

Chapter 9: Controller design

Chapter 9: Controller design Chapter 9. Controller Design 9.1. Introduction 9.2. Effect of negative feedback on the network transfer functions 9.2.1. Feedback reduces the transfer function from disturbances to the output 9.2.2. Feedback

More information

Manufacturing Equipment Modeling

Manufacturing Equipment Modeling QUESTION 1 For a linear axis actuated by an electric motor complete the following: a. Derive a differential equation for the linear axis velocity assuming viscous friction acts on the DC motor shaft, leadscrew,

More information

Control System Definition

Control System Definition Control System Definition A control system consist of subsytems and processes (or plants) assembled for the purpose of controlling the outputs of the process. For example, a furnace produces heat as a

More information

Advanced Modelling and Control using a Laboratory Plant with Hybrid Processes

Advanced Modelling and Control using a Laboratory Plant with Hybrid Processes Proceedings of the 7th World Congress The International Federation of Automatic Control Seoul, Korea, July 6-, 008 Advanced Modelling and Control using a Laboratory Plant with Hybrid Processes J. Hlava*

More information

Simulation of VSI-Fed Variable Speed Drive Using PI-Fuzzy based SVM-DTC Technique

Simulation of VSI-Fed Variable Speed Drive Using PI-Fuzzy based SVM-DTC Technique Simulation of VSI-Fed Variable Speed Drive Using PI-Fuzzy based SVM-DTC Technique B.Hemanth Kumar 1, Dr.G.V.Marutheshwar 2 PG Student,EEE S.V. College of Engineering Tirupati Senior Professor,EEE dept.

More information

K.Vijaya Bhaskar,Asst. Professor Dept. of Electrical & Electronics Engineering

K.Vijaya Bhaskar,Asst. Professor Dept. of Electrical & Electronics Engineering Incremental Conductance Based Maximum Power Point Tracking (MPPT) for Photovoltaic System M.Lokanadham,PG Student Dept. of Electrical & Electronics Engineering Sri Venkatesa Perumal College of Engg & Tech

More information

Programmable set for Ethernet Modbus/TCP in IP20 TI-BL20-PG-EN-8

Programmable set for Ethernet Modbus/TCP in IP20 TI-BL20-PG-EN-8 CoDeSys-programmable acc. to IEC 61131-3 Cable max. 50 m between interface and read/write head 10/100 Mbps LEDs for display of supply voltage, group and bus errors as well as status and diagnostics Connection

More information

Wireless Technologies for Industrial Applications

Wireless Technologies for Industrial Applications Wireless Technologies for Industrial Applications Mats Andersson, CTO, connectblue Phone: +46 40 630 71 00 Email: mats.andersson@connectblue.com Web: www.connectblue.com Version 2.2 February 2013 Abstract

More information

Accurate Measurement of the Mains Electricity Frequency

Accurate Measurement of the Mains Electricity Frequency Accurate Measurement of the Mains Electricity Frequency Dogan Ibrahim Near East University, Faculty of Engineering, Lefkosa, TRNC dogan@neu.edu.tr Abstract The frequency of the mains electricity supply

More information

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP

Department of Electrical and Computer Engineering Ben-Gurion University of the Negev. LAB 1 - Introduction to USRP Department of Electrical and Computer Engineering Ben-Gurion University of the Negev LAB 1 - Introduction to USRP - 1-1 Introduction In this lab you will use software reconfigurable RF hardware from National

More information

PID Control. Proportional Integral Derivative (PID) Control. Matrix Multimedia 2011 MX009 - PID Control. by Ben Rowland, April 2011

PID Control. Proportional Integral Derivative (PID) Control. Matrix Multimedia 2011 MX009 - PID Control. by Ben Rowland, April 2011 PID Control by Ben Rowland, April 2011 Abstract PID control is used extensively in industry to control machinery and maintain working environments etc. The fundamentals of PID control are fairly straightforward

More information

Real Time Communication with Client/Server Architecture Using Secure Shell Protocol

Real Time Communication with Client/Server Architecture Using Secure Shell Protocol Real Time Communication with Client/Server Architecture Using Secure Shell Protocol Leeja Joseph 1 Doniya Jose 2 1 M.Tech Student, IIET, Kothamangalam, 2 Asst. Prof., IIET, Kothamangalam Abstract Nowadays,

More information

19 Comparison of Ethernet Systems

19 Comparison of Ethernet Systems Frithjof Klasen Ever since the end of the 90 s, the usage of industrial Ethernet in automation has been a pursued target. Along with this, the desire emerged to have a universal and standard communication

More information

XBee Wireless Sensor Networks for Temperature Monitoring

XBee Wireless Sensor Networks for Temperature Monitoring XBee Wireless Sensor Networks for Temperature Monitoring Vongsagon Boonsawat, Jurarat Ekchamanonta, Kulwadee Bumrungkhet, and Somsak Kittipiyakul School of Information, Computer, and Communication Technology

More information

EECE 460 : Control System Design

EECE 460 : Control System Design EECE 460 : Control System Design PID Controller Design and Tuning Guy A. Dumont UBC EECE January 2012 Guy A. Dumont (UBC EECE) EECE 460 PID Tuning January 2012 1 / 37 Contents 1 Introduction 2 Control

More information

EFC 3600. Frequency converters

EFC 3600. Frequency converters 2 Bosch Rexroth AG Electric Drives and Controls Documentation Compact and complete: space saving side-by-side assembly, plug-in I/O terminals, with brake chopper and mains filter for ultra-simple installation

More information

Tamura Closed Loop Hall Effect Current Sensors

Tamura Closed Loop Hall Effect Current Sensors Tamura Closed Loop Hall Effect Current Sensors AC, DC, & Complex Currents Galvanic Isolation Fast Response Wide Frequency Bandwidth Quality & Reliability RoHs Compliance Closed Loop Hall Effect Sensors

More information

Process Control and Automation using Modbus Protocol

Process Control and Automation using Modbus Protocol Process Control and Automation using Modbus Protocol Modbus is the fundamental network protocol used in most industrial applications today. It is universal, open and an easy to use protocol. Modbus has

More information

EtherCAT Cutting Costs with High-speed Ethernet

EtherCAT Cutting Costs with High-speed Ethernet EtherCAT Cutting Costs with High-speed Ethernet The real-time Ethernet fieldbus for automati 2 Real-time Ethernet down to the I/O level Low system costs Flexible topology Maximum performance Easy configuration

More information

H.V.A.C. Design Plumbing Design

H.V.A.C. Design Plumbing Design H.V.A.C. Design H.V.A.C. Design Mira Costa College Arts Complex CP Upgrade 1. PART 1 GENERAL 1.1. DESCRIPTION SECTION 23 09 00 HVAC INSTRUMENTATION AND CONTROL 2. PART 2 - PRODUCTS 2.1. Materials

More information

REMOTE HOST PROCESS CONTROL AND MONITORING OF INDUSTRY APPLIANCES

REMOTE HOST PROCESS CONTROL AND MONITORING OF INDUSTRY APPLIANCES REMOTE HOST PROCESS CONTROL AND MONITORING OF INDUSTRY APPLIANCES 1 Abinath.T.R, 2 Sudhakar.V, 3 Sasikala.S 1,2 UG Scholar, Department of Electrical and Electronics Engineering, Info Institute of Engineering,

More information

Real-Time Systems Versus Cyber-Physical Systems: Where is the Difference?

Real-Time Systems Versus Cyber-Physical Systems: Where is the Difference? Real-Time Systems Versus Cyber-Physical Systems: Where is the Difference? Samarjit Chakraborty www.rcs.ei.tum.de TU Munich, Germany Joint work with Dip Goswami*, Reinhard Schneider #, Alejandro Masrur

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

Nonlinear Systems and Control Lecture # 15 Positive Real Transfer Functions & Connection with Lyapunov Stability. p. 1/?

Nonlinear Systems and Control Lecture # 15 Positive Real Transfer Functions & Connection with Lyapunov Stability. p. 1/? Nonlinear Systems and Control Lecture # 15 Positive Real Transfer Functions & Connection with Lyapunov Stability p. 1/? p. 2/? Definition: A p p proper rational transfer function matrix G(s) is positive

More information

Linear Motion and Assembly Technologies Pneumatics Service. Industrial Ethernet: The key advantages of SERCOS III

Linear Motion and Assembly Technologies Pneumatics Service. Industrial Ethernet: The key advantages of SERCOS III Electric Drives and Controls Hydraulics Linear Motion and Assembly Technologies Pneumatics Service profile Drive & Control Industrial Ethernet: The key advantages of SERCOS III SERCOS III is the open,

More information

Introduction to SMPS Control Techniques

Introduction to SMPS Control Techniques Introduction to SMPS Control Techniques 2006 Microchip Technology Incorporated. All Rights Reserved. Introduction to SMPS Control Techniques Slide 1 Welcome to the Introduction to SMPS Control Techniques

More information

Switch Mode Power Supply Topologies

Switch Mode Power Supply Topologies Switch Mode Power Supply Topologies The Buck Converter 2008 Microchip Technology Incorporated. All Rights Reserved. WebSeminar Title Slide 1 Welcome to this Web seminar on Switch Mode Power Supply Topologies.

More information

Radiological Assessment Display and Control System

Radiological Assessment Display and Control System Features Fast, real-time data acquisition and control Highly reliable communication with remote terminal units Collecting, converting, integrating and analyzing data from all monitors Detecting, annunciating

More information

Industrial Bar Code Scanners

Industrial Bar Code Scanners DX8200A Industrial Bar Code Scanners Configuration SW Tool ACR4 technology PackTrack ASTRA technology APPLICATIONS Postal/Courier parcel sorting and tracking Automated warehousing identification systems

More information

System Modeling and Control for Mechanical Engineers

System Modeling and Control for Mechanical Engineers Session 1655 System Modeling and Control for Mechanical Engineers Hugh Jack, Associate Professor Padnos School of Engineering Grand Valley State University Grand Rapids, MI email: jackh@gvsu.edu Abstract

More information

A General Framework for Tracking Objects in a Multi-Camera Environment

A General Framework for Tracking Objects in a Multi-Camera Environment A General Framework for Tracking Objects in a Multi-Camera Environment Karlene Nguyen, Gavin Yeung, Soheil Ghiasi, Majid Sarrafzadeh {karlene, gavin, soheil, majid}@cs.ucla.edu Abstract We present a framework

More information

obems - open source Building energy Management System T4 Sustainability Ltd

obems - open source Building energy Management System T4 Sustainability Ltd obems - open source Building energy Management System T4 Sustainability Ltd AMR and BMS What are the problems? Cost - hardware, rental or purchase, and software licenses, upgrades etc. Lack of open standards.

More information

M-series Virtual I/O Module 2

M-series Virtual I/O Module 2 DeltaV Distributed Control System Product Data Sheet M-series Virtual I/O Module 2 Non-intrusive DeltaV I/O simulation Powerful integration solution Easy to use Modular, flexible packaging The M-series

More information

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION

DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION DIGITAL-TO-ANALOGUE AND ANALOGUE-TO-DIGITAL CONVERSION Introduction The outputs from sensors and communications receivers are analogue signals that have continuously varying amplitudes. In many systems

More information

System Modelingg Models of Computation and their Applications Axel Jantsch Laboratory for Electronics and Computer Systems (LECS) Royal Institute of Technology, Stockholm, Sweden February 4, 2005 System

More information

Self-Adjusted Network Transmission for Multimedia Data

Self-Adjusted Network Transmission for Multimedia Data Self-Adusted etwor ransmission for Multimedia Data Mei-Ling Shyu Department of Electrical and Computer Engineering University of Miami Coral Gables, FL 334 USA shyu@miami.edu Shu-Ching Chen School of Computer

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

Chapter 11 Current Programmed Control

Chapter 11 Current Programmed Control Chapter 11 Current Programmed Control Buck converter v g i s Q 1 D 1 L i L C v R The peak transistor current replaces the duty cycle as the converter control input. Measure switch current R f i s Clock

More information

NETWORK ENABLED EQUIPMENT MONITOR

NETWORK ENABLED EQUIPMENT MONITOR NETWORK ENABLED EQUIPMENT MONITOR Remotely Monitor Sensors over the Internet Connect Sensors to the Web to Remotely Monitor Equipment, Processes or Other Applications A Complete, Easy to Deploy, Stand-Alone

More information

Conversion Between Analog and Digital Signals

Conversion Between Analog and Digital Signals ELET 3156 DL - Laboratory #6 Conversion Between Analog and Digital Signals There is no pre-lab work required for this experiment. However, be sure to read through the assignment completely prior to starting

More information

Designing Gain and Offset in Thirty Seconds

Designing Gain and Offset in Thirty Seconds Application Report SLOA097 February 2002 Designing Gain and Offset in Thirty Seconds Bruce Carter High Performance Linear ABSTRACT This document discusses how to design an operational amplifier (op amp)

More information

Modeling and Analysis of DC Link Bus Capacitor and Inductor Heating Effect on AC Drives (Part I)

Modeling and Analysis of DC Link Bus Capacitor and Inductor Heating Effect on AC Drives (Part I) 00-00-//$0.00 (c) IEEE IEEE Industry Application Society Annual Meeting New Orleans, Louisiana, October -, Modeling and Analysis of DC Link Bus Capacitor and Inductor Heating Effect on AC Drives (Part

More information

AIDIAG PREMIUM. Offer positioning

AIDIAG PREMIUM. Offer positioning PREMIUM A new Premium module janv. 2003-1 Offer positioning PROSYST Products PROSYST Services PROSYST Advanced Services OEM / IS SIMAC : machine simulator for PLC and HMI applications validation, for machine

More information