REMOTE CONTROL AND MONITORING OF AN INDUCTION MOTOR

Size: px
Start display at page:

Download "REMOTE CONTROL AND MONITORING OF AN INDUCTION MOTOR"

Transcription

1 Proceedings of COMADEM 2007 The 20 th International Congress on Condition Monitoring and Diagnostic Engineering Management Faro, Portugal, June 13-15, 2007 REMOTE CONTROL AND MONITORING OF AN INDUCTION MOTOR A. Antonelli, C. Boccaletti, G. Duni, G. Fabbri Department of Electrical Engineering, University of Rome Sapienza, Via Eudossiana, Rome, Italy, tel: (+39) , fax: (+39) ABSTRACT The paper deals with the design and implementation of a tool for the control and the monitoring of a remote power system. Commands can be sent to an equipment, and measurement parameters, such as current or temperature, can be monitored with feedbacks that can be sent back and stored. Operations are performed along the Internet, between one or more clients and a PC-server that is connected to the equipment to be monitored. The client sends a command by means of an to the PC-server through the Internet; the PC-server receives and decodes it, and let the terminal execute it if the client has the necessary authorization; the PC-server also detects the feedback quantities and sends them back to the client. The tool can be very effective when it is not possible to reach distributed systems by means of wire connections and only GSM/GPRS connections are available. It also aims at optimising the costs of installation and of the connections with the monitoring times fixed by the user. The experimental setup was built by using conventional components that are commonly available on the market. The whole architecture was developed through the following steps: design and assembly of the electronic circuits, selection of electrical and electronic devices, coding of the software for managing the complex Internet connection - client - electronic and electrical devices. The experimental prototype has been extensively tested with satisfactory results. KEYWORDS Remote control, monitoring, GRPS, GSM, Internet INTRODUCTION Nowadays the Internet is well accessible by many users, and can be used not only for information, communication or file transfer, but also for remote control. Remote control can be used for diagnosis and monitoring of devices - such as motors or drives even when the user is not present. If a problem arises in the remote system, it is possible to analyse the drive performance and make appropriate parameter changes on a remote basis to solve the problem. This can be done without an engineer being on site, by utilizing the communication port of the drive and the available 505

2 COMADEM 2007 network (Errath and Dominguez, 1999; Lee and Schneeman, 1999). The aim of this work is the design and implementation of a tool for remote control and monitoring of a power system via the Internet. The Internet wireless telemetry can be obtained by means of a GPRS/GSM connection; the cabling costs can be further reduced and power systems that are distributed in a territory where no other kinds of communication are available can be easily reached. The connection costs can be minimised since the monitoring times can be fixed by the user. Such a system and the relevant software are described in the following. Tests have been performed and the results show the effectiveness of the system. SYSTEM DESCRIPTION One or more clients, the Internet, a PC-server and a remote equipment (the motor) interact one with the other in the system. A client with the necessary authorization can send a command to the PC-server via the Internet (TCP/IP); the PC-server checks and decodes it and lets the motor execute it by means of an electronic interface. The PC-server also checks the measured parameters of the motor and sends it back to the client together with the report of the commands that have been executed. All the exchanged messages and the performed operations are stored in a database. Figure 1 shows the connections between the main elements of the project. The communications are performed via and a particular syntax is required. Figure 1. Scheme of the architecture 506

3 Faro, Portugal, June 13 15, 2007 The electronic interface An electronic interface allows the communication between the PC-server and the motor. It consists of two main sections (A and B): an actuator and an analog/digital converter, as shown in Figure 2. Figure 2. Scheme of the electronic interface The main functions are as follows: the actuator receives the signals from the PC-server and allows the opening and closing operations of four relays (5V DC) that select different power drives of the motor (speed, direction). It has been designed to fit the voltage and current levels of the PC-server. An electronic circuit between the PC-server and the relay has been also included. Thus, the safety is ensured and the reliability improved. Section B is devoted to the measurement of a motor quantity such as temperature or current. In the experimental setup it consists of a temperature sensor fixed on the motor (a 1 kω NTC thermistor) and an AD converter (ADC0803) that allows the discretisation of the measured temperature and the generation of a signal to be sent back to the client (Anton et al.,2004). A LED circuit is added to indicate the binary conversion from the analog temperature signal. The interface is connected to a parallel port of the PC-server (DB-25 connector). The motor An asynchronous monophase motor has been chosen for the remote control tests (see Fig 3 and Table 1). Two speeds are possible by means of different alimentation. Two of the four windings generate a twelve pole magnetic rotary field for the lowest speed; the other two generate a two pole field corresponding to the highest speed. The motor is supplied through four relays that are connected with logical ports. Signals coming from the PC-server are combined with the ones coming from the NTC sensor to determine the voltage level for the relays. 507

4 COMADEM 2007 Figure 3. The asynchronous motor Table 1. Motor technical data V 500 RPM 50Hz A W RPM The software The PC-server can be considered the core of the whole system. It is equipped with an Internet connection, an client, and a software that allows the data exchange with the electronic interface. Such software has been developed ad hoc and installed on the PC-server to manage the client and the exchange of information between the PC-server itself and the electronic interface. Its tasks are the following: management of the Internet connection, analysis of received s, generation of reply s, management of the commands to be send to the actuator and of the signal received from the ADC, database storage of the system actions and of the detected temperatures. This software was developed with Microsoft Visual Studio 6.0 with the integration of three libraries: MAPI for dealing with , I/O for the data exchange through the parallel port, Microsoft Activex Data Object for database management. The software is divided into two main blocks that correspond to two different timers: Timer 1 and Timer 2. Timer 1 calls the following modules: Internet connection check, connection to the client (e.g. Microsoft Outlook), analysis of new messages, sender check, syntax check, communication with the electronic interface, feedback to the user. Timer 2 depends on Timer 1. It checks if data are present on the parallel port, stores them in the database and manages the temperature measurements. In the case of an Internet disconnection, the command execution is suspended and a message is sent to the user as soon as the connection is again available. Figure 4 shows the user interface of the software. The commands are available on buttons and the data windows are user-friendly. 508

5 Faro, Portugal, June 13 15, 2007 Figure 4. Software user interface SAFETY ISSUES Some safety measures have been taken before setting up the system and performing the tests. The asynchronous motor should not run at speeds below the nominal ones (300rpm and 2800rpm/min), because this implies the circulation of huge currents in the rotor and in the stator. If they last for a long time, the isolation can be damaged and the whole system run a risk. If the load is high enough to slacken or even to stop the motor, the motor slip rises and this leads to greater electromagnetic forces and a dangerous increase of the rotor current. A speed sensor and some modifications in the software provide to avert this event. As better explained below, the sensor sends digital voltage signals to the PC-server, and if the signal corresponds to a lower voltage than the nominal one, after five seconds (a possible starting delay), a command is sent to stop the motor alimentation. An alert message is sent to the user to inform him about the event. The protection of the system can be subdivided into: software protection and hardware protection. The former is managed by the software in case of net logoff (see following paragraph) in case of accidental exit escape from the software, by the instant block of all functions of the card and the motor. The hardware protection consists of the thermal sensor connected to the logic circuit: the supply of the relays is disconnected if the temperature exceeds a fixed maximum value or goes below the minimum. The relay supply is only possible when the control system sends an OK signal. Network fault If the server is disconnected from the Internet, the software can manage the event in to ways: 1) All the functions are suspended a. the relays are disconnected and the motor is stopped b. the thermal sensor recording system is disabled c. an alert is generated and left in standby until the connection is resumed 509

6 COMADEM ) All the functions are kept running a. the relays and motor state is maintained for a time that can be previously fixed; if the connection is not resumed within that time, all the functions are suspended b. an alert is generated and left in standby until the connection is resumed EXPERIMENTAL SET-UP A system prototype has been assembled to be extensively tested (see Fig. 5). The relays are sized considering that at high speed the motor requires a power of 350 W at 220 V AC (the relays are chosen so that they allow 5A/220V). The PC-server is connected to the two sections of the electronic interface. Two voltage levels are possible from the PC: 0 V (binary 0) and 5 V (binary 1). The permanent Internet connection necessary for the test is established by means of an UMTS mobile phone. The thermal sensor is glued on the stator surface. Figure 5. Prototype components. On the left is the motor with the temperature sensor. TESTS AND RESULTS Before connecting the system to the PC-server, tests were performed to verify its safety. After starting the Internet connection, a set of commands were sent by the client, and the system promptly replied with changes of the drive state, and messages confirming the execution of the operations have been delivered. Also network disconnections have been manually generated to verify the tool reliability. In Figure 6 the temperature variation is shown for two cases: High Speed (HS) and Low Speed (LS). For both cases a START command is sent at time 0 and a STOP command after 35 minutes. After the machine has stopped, the temperature rises to its maximum value. This is due to the lack of ventilation in both cases, with a greater gradient for the high speed. 510

7 Faro, Portugal, June 13 15, 2007 Temperature [ C] HS LS Time [m] Figure 6. Measured temperature during two tests, at High Speed (blue diamonds) and at Low Speed (pink squares). Start command is given at t=0 and Stop command is given at t=35 min. Other tests have been performed, inserting a speed sensor in the system to measure and control the motor rotation speed. Like the temperature, the speed is converted into a digital signal by the same successive approximation A/D converter used for the temperature sensor and the detection is indicated by a LED array. For this reason a dynamo tachometer has been chosen as speed sensor instead of other types like, for instance, an encoder (see Fig. 7). A proper circuit has been inserted between the tachometer and the A/D converter to make the signal suitable to the latter. Three possible rotation speeds has been considered according to the motor application. The chosen speeds and the corresponding voltage levels and digital signals are shown in Table 2. The software provides a control on the voltage level (first four BITs of the sequence): if it is below one of the values set by the user (with a certain tolerance), after a time delay of 5 s (corresponding to the starting time) the motor is switched off and the user receives a message. Figure 7. Prototype components. In the foreground is the dynamometer. 511

8 COMADEM 2007 Table 2. Results of speed measurements. Speed Analog signal Digital signal (RPM) (V) (BIT) CONCLUSIONS AND FUTURE DEVELOPMENTS In this work a robust tool has been developed and tested for the integration of information systems, the Internet and power systems for control, monitoring and diagnostic purposes. The electronic components used for this work are available in the market at low price. Moreover, standard communication softwares have been used. Since the digital signals are very simple, no particular QoS (Quality of Service) issues are needed (Wang et al., 2001). Such modular system can have several applications. It can suit to all the cases in which the presence of an operator is not needed or not possible for a particular application. It is possible to know in real time the machine state by means of different sensors, whose signals (speed, temperature, etc.) can be decoded and sent to the PC-server and then to the final remote user. The information on the machine state can be obtained by request or delivered in case of fault. If there is more than one sensor, one converter is needed for each of them, or a switching system can be used. Since all the messages and events are stored in a database, statistics could be drawn for the relevant parameters (time, duration, sequence, etc.). The tool could be provided also with learning capability; for instance, such an expert system could take decisions in case of a network fault on the basis of the previous behaviour. A possible modification of the system is the introduction of a different mean for the remote connection, e.g. GSM. In this case an SMS protocol manager could be introduced in the software. This would be useful in all locations that are not reached by an Internet connection or a wireless network (Hossain and Fathizadeh, 2005). Control of more motors is possible by means of some modification of the software. More PC-servers are needed if the motors are located in different remote places. If they share the same location, the introduction of ad hoc codes can manage the distribution of the commands to the motor to be operated. E-learning is also an interesting application, online experimentation being available for students operating remote instruments (Anton et al., 2004; Yan et al., 2005). In conclusion, the system is reliable, can be built with cheap components, and is very easy to be modified according to different needs. REFERENCES Anton, D., Bragos, R., Riu, P.J (2004), Remotely accessible laboratory for instrumentation and sensors, Proceedings of the 21st IEEE Instrumentation and Measurement Technology Conference, Vol. 2, pgs Errath, R.A, Dominguez, J.J (1999), Remote drive condition monitoring, IEEE-IAS/PCA Cement Industry Technical Conference, Conference Record, pgs Hossain, A.; Fathizadeh, M (2005), Advanced Computer Control and Testing of Remote Rotating Machinery Using Dependable Wireless Conduit, Sensors for Industry Conference, pgs Lee, K.B., Schneeman, R.D. (1999), Internet-based distributed measurement and control applications, 512

9 Faro, Portugal, June 13 15, 2007 IEEE Instrumentation & Measurement Magazine, Vol. 2, Issue 2, pgs Wang, Q.P.; Tan, D.L.; Ning Xi; Wang, Y.C. (2001), The control oriented QoS: analysis and prediction, Proceedings of IEEE International Conference on Robotics and Automation (ICRA 2001), Vol. 2, pgs Yan, Y., Liang, Y., Du, X. (2005), Controlling remote instruments using Web services for online experiment systems, Proceedings of IEEE International Conference on Web Services (ICWS 2005) 513

EVAL-UFDC-1/UFDC-1M-16

EVAL-UFDC-1/UFDC-1M-16 Evaluation Board for Universal Frequency-to- Digital Converters UFDC-1 and UFDC-1M-16 EVAL-UFDC-1/UFDC-1M-16 FEATURES Full-Featured Evaluation Board for the Universal Frequency-to-Digital Converters UFDC-1

More information

Design and Development of SMS Based Wireless Home Appliance Control and Security System

Design and Development of SMS Based Wireless Home Appliance Control and Security System Design and Development of SMS Based Wireless Home Appliance Control and Security System Md. Abdullah Al Asad 1, Md. Al Muzahid 2 and Md. Saifuddin Faruk 3 The rapid change in the wireless communication

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

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

Design and Implementation of SCADA System Based Power Distribution for Primary Substation ( Monitoring System)

Design and Implementation of SCADA System Based Power Distribution for Primary Substation ( Monitoring System) Design and Implementation of SCADA System Based Power Distribution for Primary Substation ( Monitoring System) Aye Min Zaw 1, Hla Myo Tun 2 Department of Electronic Engineering, Mandalay Technological

More information

..OR How To Protect your 3-Phase Equipment Investment with 3-Phase Monitors from Time Mark...

..OR How To Protect your 3-Phase Equipment Investment with 3-Phase Monitors from Time Mark... ..OR How To Protect your 3-Phase Equipment Investment with 3-Phase Monitors from Time Mark... TIME MARK CORPORATION 11440 EAST PINE STREET TULSA, OK 74116 USA tel 918 438-1220 fax 918 437-7584 www.time-mark.com

More information

Simplify Data Acquisition with a Built-in LXI Web Server

Simplify Data Acquisition with a Built-in LXI Web Server M E A S U R E M E N T T I P S Volume 9, Number 3 Simplify Data Acquisition with a Built-in LXI Web Server Snapshot: Make temperature measurements quickly and easily There are many applications in which

More information

T-BOXN12R. First steps with T-BOXN12R. You can make it wireless. Date: 2004-07-16 Version 1.0

T-BOXN12R. First steps with T-BOXN12R. You can make it wireless. Date: 2004-07-16 Version 1.0 T-BOXN12R You can make it wireless First steps with T-BOXN12R Date: 2004-07-16 Version 1.0 Content 1. Purpose of this document... 3 2. T-BoxN12R overview... 4 3. First step... 5 3.1. Preparing your workshop

More information

How to read this guide

How to read this guide How to read this guide The following shows the symbols used in this Quick start guide with descriptions and examples. Symbol Description Example P oint Reference Caution [ ] This symbol explains information

More information

THEME Competence Matrix - Electrical Engineering/Electronics with Partial competences/ Learning outcomes

THEME Competence Matrix - Electrical Engineering/Electronics with Partial competences/ Learning outcomes COMPETENCE AREAS STEPS OF COMPETENCE DEVELOPMENT 1. Preparing, planning, mounting and installing electrical for buildings and industrial applications He/She is able to prepare and carry out simple electrical

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

Switch Actuator, 8-fold, 10 A, MDRC AT/S 8.10.1, GH Q631 0075 R0111

Switch Actuator, 8-fold, 10 A, MDRC AT/S 8.10.1, GH Q631 0075 R0111 , GH Q631 0075 R0111 The 8-fold switch actuator is a DIN rail mounted device for insertion in the distribution board. It is connected to the EIB via a bus terminal. In the event of bus voltage failure,

More information

INDUCTION MOTOR PERFORMANCE TESTING WITH AN INVERTER POWER SUPPLY, PART 2

INDUCTION MOTOR PERFORMANCE TESTING WITH AN INVERTER POWER SUPPLY, PART 2 INDUCTION MOTOR PERFORMANCE TESTING WITH AN INVERTER POWER SUPPLY, PART 2 By: R.C. Zowarka T.J. Hotz J.R. Uglum H.E. Jordan 13th Electromagnetic Launch Technology Symposium, Potsdam (Berlin), Germany,

More information

Design and Development of SMS Based Wireless Home Appliance Control and Security System

Design and Development of SMS Based Wireless Home Appliance Control and Security System Journal of Modern Science and Technology Vol. 3. No. 1. March 2015 Issue. Pp.80-87 Design and Development of SMS Based Wireless Home Appliance Control and Security System Md. Abdullah Al Asad *, Md. Al

More information

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM.

GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. Introduction: The Proposed design is cost-effective, reliable and has the function of accurate tracking. When large object or vehicles were spread out

More information

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2 Instruction Manual Firmware version: 2.0.1 Issue: 0.6 Version of the GPRS transmitters configurator: 1.3.6.3 Date of issue: 07.03.2012 TABLE OF CONTENTS

More information

Simulation and Analysis of Parameter Identification Techniques for Induction Motor Drive

Simulation and Analysis of Parameter Identification Techniques for Induction Motor Drive International Journal of Electronic and Electrical Engineering. ISSN 0974-2174 Volume 7, Number 10 (2014), pp. 1027-1035 International Research Publication House http://www.irphouse.com Simulation and

More information

Sensors Collecting Manufacturing Process Data

Sensors Collecting Manufacturing Process Data Sensors & Actuators Sensors Collecting Manufacturing Process Data Data must be collected from the manufacturing process Data (commands and instructions) must be communicated to the process Data are of

More information

2.0 Command and Data Handling Subsystem

2.0 Command and Data Handling Subsystem 2.0 Command and Data Handling Subsystem The Command and Data Handling Subsystem is the brain of the whole autonomous CubeSat. The C&DH system consists of an Onboard Computer, OBC, which controls the operation

More information

A Novel Solution for Remote Monitoring of Electrical and Electronic Gadgets

A Novel Solution for Remote Monitoring of Electrical and Electronic Gadgets A Novel Solution for Remote Monitoring of Electrical and Electronic Gadgets Pradipta Biswas University of Kalyani, India 1 Introduction Remote control of electrical and electronic gadgets in domestic and

More information

MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY

MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY F. Shawki 1,2, M. El-Shahat. Dessouki 1,3, A. I. Elbasiouny 4, A.N. Almazroui 5, F. M. R. Albeladi 5 1 Assistant Professor, Electrical

More information

Advance Electronic Load Controller for Micro Hydro Power Plant

Advance Electronic Load Controller for Micro Hydro Power Plant Journal of Energy and Power Engineering 8 (2014) 1802-1810 D DAVID PUBLISHING Advance Electronic Load Controller for Micro Hydro Power Plant Dipesh Shrestha, Ankit Babu Rajbanshi, Kushal Shrestha and Indraman

More information

Rotating Machinery Diagnostics & Instrumentation Solutions for Maintenance That Matters www.mbesi.com

Rotating Machinery Diagnostics & Instrumentation Solutions for Maintenance That Matters www.mbesi.com 13 Aberdeen Way Elgin, SC 29045 Cell (803) 427-0791 VFD Fundamentals & Troubleshooting 19-Feb-2010 By: Timothy S. Irwin, P.E. Sr. Engineer tsi@mbesi.com Rotating Machinery Diagnostics & Instrumentation

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

Current Monitoring Kit QUICK START GUIDE

Current Monitoring Kit QUICK START GUIDE Current Monitoring Kit QUICK START GUIDE Pico Technology EL040 Current Monitoring Kit Quick Start Guide CONTENTS 1 Introduction... 1 2 Kit contents... 3 3 Installation... 3 3.1 Connecting the system together...

More information

Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill

Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill Objectives: Analyze the operation of sequential logic circuits. Understand the operation of digital counters.

More information

Computer Controlled Generating Stations Control and Regulation Simulator, with SCADA SCE

Computer Controlled Generating Stations Control and Regulation Simulator, with SCADA SCE Technical Teaching Equipment Computer Controlled Generating Stations Control and Regulation Simulator, with SCADA SCE EDIBON SCADA System Teaching Technique used 4 5 2 Data Acquisition Board Cables and

More information

PROGRAM CRITERIA FOR ELECTRICAL ENGINEERING TECHNOLOGY

PROGRAM CRITERIA FOR ELECTRICAL ENGINEERING TECHNOLOGY PROGRAM CRITERIA FOR ELECTRICAL ENGINEERING TECHNOLOGY Scope These program criteria apply to programs having titles involving Electrical Engineering Technology including: electrical engineering, electrical

More information

Current Monitoring Kit

Current Monitoring Kit Current Monitoring Kit QUICK START GUIDE DO090-6 CONTENTS Issues: 1) 2.10.02 WP A4 format 2) 2.10.02 Added safety warning 3) 17.3.06 Word A5 format. S1: Removed relay modules. S2: Added MI010. S4.1: added

More information

Embedded Systems on ARM Cortex-M3 (4weeks/45hrs)

Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Course & Kit Contents LEARN HOW TO: Use of Keil Real View for ARM Use ARM Cortex-M3 MCU for professional embedded application development Understanding

More information

Smart Home Security System Based on Microcontroller Using Internet and Android Smartphone

Smart Home Security System Based on Microcontroller Using Internet and Android Smartphone International Conference on Materials, Electronics & Information Engineering, ICMEIE-205 05-06 June, 205, Faculty of Engineering, University of Rajshahi, Bangladesh www.ru.ac.bd/icmeie205/proceedings/

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

Products Range Overview. Products Range Overview. The ZigBee Plug & Play wireless Network for Building and Industrial Applications

Products Range Overview. Products Range Overview. The ZigBee Plug & Play wireless Network for Building and Industrial Applications The ZigBee Plug & Play wireless Network for Building and Industrial Applications Energy Management Renewable Monitoring Environment Monitoring Open Modbus Integration Products Range Overview Products Range

More information

WinLIN Setup and Operation:

WinLIN Setup and Operation: Frequently Asked Questions about the 07551-Series Masterflex L/S Computer-Compatible drives and about the Masterflex WinLIN Linkable Instrument Control Software (07551-70) WinLIN Setup and Operation: Will

More information

Inwall Room Temperature Unit

Inwall Room Temperature Unit Inwall Room Temperature Unit TM11B01KNX TM11B11KNX TM11B21KNX Product Handbook Product: Inwall Room Temperature Unit Order Code: TM11B01KNX TM11B11KNX TM11B21KNX Application Program ETS: TM11B_1KNX Inwall

More information

L5354 ControlNet Communications Interface

L5354 ControlNet Communications Interface L5354 ControlNet Communications Interface Technical Manual HA470733 Issue 2 Copyright SSD Drives Inc 2005 All rights strictly reserved. No part of this document may be stored in a retrieval system, or

More information

HIGH SECURED VEHICLE WITH INTERIOR VENTILATION CONTROL AND PERIMETER MONITORING SYSTEM

HIGH SECURED VEHICLE WITH INTERIOR VENTILATION CONTROL AND PERIMETER MONITORING SYSTEM HIGH SECURED VEHICLE WITH INTERIOR VENTILATION CONTROL AND PERIMETER MONITORING SYSTEM K. Supriya 1 and Mr. S. Ramkumar 2 Student (M.Tech), Electronics and Communication Engineering, Lingayas institute

More information

8 Speed control of Induction Machines

8 Speed control of Induction Machines 8 Speed control of Induction Machines We have seen the speed torque characteristic of the machine. In the stable region of operation in the motoring mode, the curve is rather steep and goes from zero torque

More information

An overview of Computerised Numeric Control (C.N.C.) and Programmable Logic Control (P.L.C.) in machine automation

An overview of Computerised Numeric Control (C.N.C.) and Programmable Logic Control (P.L.C.) in machine automation An overview of Computerised Numeric Control (C.N.C.) and Programmable Logic Control (P.L.C.) in machine automation By Pradeep Chatterjee, Engine Division Maintenance, TELCO, Jamshedpur 831010 E-mail: pradeep@telco.co.in

More information

Technical Specifications: The specifications represent a particular hardware platform. Application-specific software is provided.

Technical Specifications: The specifications represent a particular hardware platform. Application-specific software is provided. Preliminary TECHNICAL DATASHEET #TDAX020700 HYDRAULIC VALVE CONTROLLER 24 I/O 5 Analog and 6 Digital Inputs 1 Temperature Sensor and 1 RPM Sensor Interface 2 PWM Inputs 6 Proportional and 4 ON/OFF Current

More information

FLEET MANAGEMENT & CAR SECURITY SYSTEM GPRS/GPS

FLEET MANAGEMENT & CAR SECURITY SYSTEM GPRS/GPS FLEET MANAGEMENT & CAR SECURITY SYSTEM FOR PROVIDERS AND CUSTOMERS The Tracker Server Communication Program for data collection The Tracker Client Map Program intended for dispatching desks The GSM/GPRS

More information

How to Turn an AC Induction Motor Into a DC Motor (A Matter of Perspective) Steve Bowling Application Segments Engineer Microchip Technology, Inc.

How to Turn an AC Induction Motor Into a DC Motor (A Matter of Perspective) Steve Bowling Application Segments Engineer Microchip Technology, Inc. 1 How to Turn an AC Induction Motor Into a DC Motor (A Matter of Perspective) Steve Bowling Application Segments Engineer Microchip Technology, Inc. The territory of high-performance motor control has

More information

FlexPak 3000 Digital DC Drive Software Reference Manual Version 4.3

FlexPak 3000 Digital DC Drive Software Reference Manual Version 4.3 FlexPak 3000 Digital DC Drive Software Reference Manual Version 4.3 Instruction Manual D2-3405-2 The information in this manual is subject to change without notice. Throughout this manual, the following

More information

Overview. 1. GPS data tracking via GSM SMS / GPRS. 2. GPS data logging in internal memory. 3. Alarm alert via GSM SMS / Dialing / GPRS

Overview. 1. GPS data tracking via GSM SMS / GPRS. 2. GPS data logging in internal memory. 3. Alarm alert via GSM SMS / Dialing / GPRS Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking Auto Accident Report Global Position System (GPS) Navigation System Anti theft Alarm System Overview 1. GPS data tracking via GSM

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

Adept SmartModules Quick Setup Guide. V-G(HH) Configuration

Adept SmartModules Quick Setup Guide. V-G(HH) Configuration Adept SmartModules Quick Setup Guide V-G(HH) Configuration Part Number 00404-0030 Rev. A March, 00 The information contained herein is the property of Adept Technology, Inc., and shall not be reproduced

More information

imc BUSDAQ autonomous intelligent synchronized Field bus data acquisition - from stationary to mobile imc productive testing

imc BUSDAQ autonomous intelligent synchronized Field bus data acquisition - from stationary to mobile imc productive testing imc BUSDAQ autonomous intelligent synchronized Field bus data acquisition - from stationary to mobile imc productive testing www.imc-berlin.com/busdaq imc BUSDAQ/BUSLOG at a glance Processes multiple networks

More information

SYSTEM 45. C R H Electronics Design

SYSTEM 45. C R H Electronics Design SYSTEM 45 C R H Electronics Design SYSTEM 45 All in one modular 4 axis CNC drive board By C R Harding Specifications Main PCB & Input PCB Available with up to 4 Axis X, Y, Z, & A outputs. Independent 25

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

Business/Home GSM Alarm System. Installation and User Manual

Business/Home GSM Alarm System. Installation and User Manual Business/Home GSM Alarm System Installation and User Manual Brief Introduction: GSM 900/1800/1900 bands, can be used in most parts of the world Full duplex communication with the host Monitor the scene

More information

CHAPTER 4 DESIGN OF INTEGRAL SLOT AND FRACTIONAL SLOT BRUSHLESS DC MOTOR

CHAPTER 4 DESIGN OF INTEGRAL SLOT AND FRACTIONAL SLOT BRUSHLESS DC MOTOR 47 CHAPTER 4 DESIGN OF INTEGRAL SLOT AND FRACTIONAL SLOT BRUSHLESS DC MOTOR 4.1 INTRODUCTION This chapter deals with the design of 24 slots 8 poles, 48 slots 16 poles and 60 slots 16 poles brushless dc

More information

Speed Control Motors. Speed Control Motors. Brushless Motor's Structure and Principle of Operation H-40. Structure of Brushless Motor

Speed Control Motors. Speed Control Motors. Brushless Motor's Structure and Principle of Operation H-40. Structure of Brushless Motor Speed Control Speed Control Brushless Motor's Structure and Principle of Operation Structure of Brushless Motor Ball Bearing Shaft Brushless motors have built-in magnetic component or optical encoder for

More information

SMS Alarm Messenger. Setup Software Guide. SMSPro_Setup. Revision 090210 [Version 2.2]

SMS Alarm Messenger. Setup Software Guide. SMSPro_Setup. Revision 090210 [Version 2.2] SMS Alarm Messenger SMSPro_Setup Revision 090210 [Version 2.2] ~ 1 ~ Contents 1. How to setup SMS Alarm Messenger?... 3 2. Install the SMSPro_Setup software... 5 3. Connection Type... 6 4. Connection Port

More information

Wireless power meter monitoring with power theft detection and intimation system using GSM and Zigbee networks

Wireless power meter monitoring with power theft detection and intimation system using GSM and Zigbee networks IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 6, Ver. I (Nov - Dec. 2014), PP 04-08 Wireless power meter monitoring with power

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

Millenium Web Server

Millenium Web Server Web Control System Cooling management Water management Building management system Millenium Web Server freedom for professionals f r e e d o m f o r p r o f e s s i o n a l s Supervise your installations

More information

SPEED CONTROL OF INDUCTION MACHINE WITH REDUCTION IN TORQUE RIPPLE USING ROBUST SPACE-VECTOR MODULATION DTC SCHEME

SPEED CONTROL OF INDUCTION MACHINE WITH REDUCTION IN TORQUE RIPPLE USING ROBUST SPACE-VECTOR MODULATION DTC SCHEME International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 7, Issue 2, March-April 2016, pp. 78 90, Article ID: IJARET_07_02_008 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=7&itype=2

More information

Network Time Accessories LED CLOCK. (for NTP Synchronization)

Network Time Accessories LED CLOCK. (for NTP Synchronization) Network Time Accessories LED CLOCK (for NTP Synchronization) 1 Table of Contents 1. Specification... 3 2. Introduction... 3 3. User safety... 3 4. Assembly notes... 4 5. LAN (Ethernet)... 5 6. Relay control...

More information

Trigno/Vicon System Integration

Trigno/Vicon System Integration Delsys and Vicon Analog Integration Motion capture systems will often have the ability to sample analog data channels as a convenient means for synchronizing external data streams with motion capture data.

More information

GSM HOME SECURITY SYSTEM

GSM HOME SECURITY SYSTEM Cell /Mobile phone home security system GSM HOME SECURITY SYSTEM Model : GSM-120 TABLE OF CONTENTS 1. FEATURES... 1 2. APPLICATION... 2 3. SPECIFICATIONS... 3 4. FRONT PANEL & LAYOUT DESCRIPTION...6 5.

More information

14. Troubleshooting Guide

14. Troubleshooting Guide 14. Guide 14.1 Refrigeration Cycle System In order to diagnose malfunctions, ensure the air conditioner is free from electrical problems before inspecting the refrigeration cycle. Such problems include

More information

Series Six Plus Programmable Controller

Series Six Plus Programmable Controller Series Six Plus Programmable Controller Gl?K-0147B June 1989 Central Processor Unit 8-Slot Rack 1l-Slot Rack General Description The Central Processor Unit (CPU) for the Series Six Plus Programmable Logic

More information

ABB i-bus EIB / KNX Analogue Input AE/S 4.2

ABB i-bus EIB / KNX Analogue Input AE/S 4.2 Product Manual ABB i-bus EIB / KNX Analogue Input AE/S 4.2 Intelligent Installation Systems This manual describes the functionality of Analogue Input AE/S 4.2. Subject to changes and errors excepted. Exclusion

More information

SOLARCARE SERIES PRODUCT AND APPLICATION GUIDE

SOLARCARE SERIES PRODUCT AND APPLICATION GUIDE SOLARCARE SERIES PRODUCT AND APPLICATION GUIDE for solar energy management LEATEC Delivering Solutions for Energy Management SOLAR ENERGY DATA CENTER BUILDING 4 to8 String Monitoring with 0.% Accuracy

More information

AN2680 Application note

AN2680 Application note Application note Fan speed controller based on STDS75 or STLM75 digital temperature sensor and ST72651AR6 MCU Introduction This application note describes the method of defining the system for regulating

More information

ABB Drives. User s Manual. Pulse Encoder Interface Module RTAC-01

ABB Drives. User s Manual. Pulse Encoder Interface Module RTAC-01 ABB Drives User s Manual Pulse Encoder Interface Module RTAC-0 Pulse Encoder Interface Module RTAC-0 User s Manual 3AFE 64486853 REV A EN EFFECTIVE:.5.00 00 ABB Oy. All Rights Reserved. Safety instructions

More information

INDUSTRIAL AUTOMATION EQUIPMENT EDITION 2016. www.elipse-automation.eu

INDUSTRIAL AUTOMATION EQUIPMENT EDITION 2016. www.elipse-automation.eu INDUSTRIAL AUTOMATION EQUIPMENT EDITION 2016 Your partner in an automated industry Our combination of technical know-how, product responsibility and on-time deliveries guarantees you the best WHY CHOOSE

More information

GSM SMS Controller GSM SMS Alarm Unit S130 S140 S150. User Manual

GSM SMS Controller GSM SMS Alarm Unit S130 S140 S150. User Manual Remote switching machines with a SMS text from your mobile phone! Remote Monitoring your assets in the worldwide by your mobile Phone! GSM SMS Controller GSM SMS Alarm Unit S130 S140 S150 User Manual Ver

More information

Micro-Step Driving for Stepper Motors: A Case Study

Micro-Step Driving for Stepper Motors: A Case Study Micro-Step Driving for Stepper Motors: A Case Study N. Sedaghati-Mokhtari Graduate Student, School of ECE, University of Tehran, Tehran, Iran n.sedaghati @ece.ut.ac.ir Abstract: In this paper, a case study

More information

ISIO 200. Binary Input/Output (I/O) Terminal with IEC 61850 Interface

ISIO 200. Binary Input/Output (I/O) Terminal with IEC 61850 Interface ISIO 200 Binary Input/Output (I/O) Terminal with IEC 61850 Interface Compact and Easy ISIO 200 Put your Binary I/Os where you need them ISIO 200 is a simple and versatile binary I/O terminal with IEC 61850

More information

Sierra Dual 24 Volt Brushless DC Motor Controller Product Specification

Sierra Dual 24 Volt Brushless DC Motor Controller Product Specification Sierra Dual 24 Volt Brushless DC Motor Controller Product Specification Assembly 025A0215 600A0942 Rev. A May 14, 2012 025A0215 Brushless DC Motor Controller Page 1 Revision History ECN # Date Rev Description

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

AUTOMATIC TRANSFER SWITCH CONTROL UNIT OPERATOR S MANUAL

AUTOMATIC TRANSFER SWITCH CONTROL UNIT OPERATOR S MANUAL ATS-220 AUTOMATIC TRANSFER SWITCH CONTROL UNIT OPERATOR S MANUAL For Use in 208 to 240 Volts Single and 3 Phase ATS Systems With 110Volt AC or DC Control Motors and selenoids 4501 NW 27 ave Miami FL 33142

More information

A Practical Approach to Education of Embedded Systems Engineering

A Practical Approach to Education of Embedded Systems Engineering A Practical Approach to Education of Embedded Systems Engineering Özgür Yürür Department of Electrical Engineering University of South Florida Tampa, Florida, 33620 oyurur@mail.usf.edu Wilfrido Moreno

More information

Automated Security System using ZigBee

Automated Security System using ZigBee IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 01 June 2015 ISSN (online): 2349-6010 Automated Security System using ZigBee Sneha Susan Abraham Saveetha School

More information

Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant

Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant International Journal of Computational Engineering Research Vol, 03 Issue, 4 Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant 1, Mr.S.Vimalraj, 2, Gausalya.R.B, 3, Samyuktha.V,

More information

Self-Evaluation Configuration for Remote Data Logging Systems

Self-Evaluation Configuration for Remote Data Logging Systems IEEE International Workshop on Intelligent Data Acquisition and Advanced Computing Systems: Technology and Applications 6-8 September 2007, Dortmund, Germany Self-Evaluation Configuration for Remote Data

More information

Chapter 5. Data Communication And Internet Technology

Chapter 5. Data Communication And Internet Technology Chapter 5 Data Communication And Internet Technology Purpose Understand the fundamental networking concepts Agenda Network Concepts Communication Protocol TCP/IP-OSI Architecture Network Types LAN WAN

More information

CHAPTER 11: Flip Flops

CHAPTER 11: Flip Flops CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach

More information

INTERNATIONAL TELECOMMUNICATION UNION. SERIES V: DATA COMMUNICATION OVER THE TELEPHONE NETWORK Interfaces and voiceband modems

INTERNATIONAL TELECOMMUNICATION UNION. SERIES V: DATA COMMUNICATION OVER THE TELEPHONE NETWORK Interfaces and voiceband modems INTERNATIONAL TELECOMMUNICATION UNION ITU-T V.24 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (02/2000) SERIES V: DATA COMMUNICATION OVER THE TELEPHONE NETWORK Interfaces and voiceband modems List of

More information

AutoLog ControlMan. Remote Monitoring & Controlling Service

AutoLog ControlMan. Remote Monitoring & Controlling Service AutoLog 1 AutoLog ControlMan Remote Monitoring & Controlling Service Web browser based HMI / SCADA interface Server is hosted by Internet server hosting company Control units communicate wirelessly via

More information

ELECTRONIC BOARDS - SUPRA

ELECTRONIC BOARDS - SUPRA ELECTRONIC BOARDS - SUPRA INDEX TROUBLESHOOTING BOARD SOURCE INTERCONNECTION C.E. INTERFACE PH INTERFACE HARD SWITCH RELAYS 32-OUTPUT CARD BOARD # 7520 # TROUBLESHOOTING BOARD 12V CONNECTIONS: CONNECTOR

More information

S100. GSM House Alarm System. Http://www.GSMalarmsystem.com

S100. GSM House Alarm System. Http://www.GSMalarmsystem.com S100 GSM House Alarm System Http://www.GSMalarmsystem.com 1. Brief introduction The GSM Alarm System is a new security protection solution special for home, house and office and other applications. It

More information

MCM & MCMSoC. Concept & Practice. The MCM & MCMSoC

MCM & MCMSoC. Concept & Practice. The MCM & MCMSoC The MCM & MCMSoC MCM & MCMSoC Concept & Practice A new technology to be an industry standard for condition monitoring of motor based systems and beyond Artesis Products MCM Motor Condition Monitor MQM

More information

Chen. Vibration Motor. Application note

Chen. Vibration Motor. Application note Vibration Motor Application note Yangyi Chen April 4 th, 2013 1 Table of Contents Pages Executive Summary ---------------------------------------------------------------------------------------- 1 1. Table

More information

Construction and Application of a Computer Based Interface Card

Construction and Application of a Computer Based Interface Card Session 4 Construction and Application of a Computer Based Interface Card Michael Combs Telescope Operations Engineer m.combs@morehead-st.edu Morehead State University Morehead, Kentucky Ahmad Zargari,

More information

VLT AutomationDrive for Marine winch applications

VLT AutomationDrive for Marine winch applications MAKING MODERN LIVING POSSIBLE VLT APPLICATION NOTE VLT AutomationDrive for Marine winch applications This Application note is meant to be a guideline for using Danfoss VLT AutomationDrive in winch applications.

More information

Thermal Modeling and Analysis of a Wind Turbine Generator

Thermal Modeling and Analysis of a Wind Turbine Generator Thermal Modeling and Analysis of a Wind Turbine Generator Authors: Dr Bogi Bech Jensen (Associate Professor) Technical University of Denmark Mathew Lee Henriksen (PhD student) Technical University of Denmark

More information

SUBJECT: How to wire a motor starter Number: AN-MC-004 Date Issued: 2/08/2005 Revision: Original

SUBJECT: How to wire a motor starter Number: AN-MC-004 Date Issued: 2/08/2005 Revision: Original SUBJECT: How to wire a motor starter Number: AN-MC-004 Date Issued: 2/08/2005 Revision: Original A motor starter is a combination of devices to allow an induction motor to start, run and stop according

More information

Simulation of Electric Drives using the Machines Library and the SmartElectricDrives Library

Simulation of Electric Drives using the Machines Library and the SmartElectricDrives Library Simulation of Electric Drives using the Machines Library and the SmartElectricDrives Library J.V. Gragger, H. Giuliani, H. Kapeller, T. Bäuml arsenal research, Vienna 04.09.2006 1 Contents Chapter 1: The

More information

Designing an efficient Programmable Logic Controller using Programmable System On Chip

Designing an efficient Programmable Logic Controller using Programmable System On Chip Designing an efficient Programmable Logic Controller using Programmable System On Chip By Raja Narayanasamy, Product Apps Manager Sr, Cypress Semiconductor Corp. A Programmable Logic Controller (PLC) is

More information

FRENIC5000MS5 for Machine Tool Spindle Drives

FRENIC5000MS5 for Machine Tool Spindle Drives FRENIC5MS5 for Machine Tool Spindle Drives Yoshikazu Tanaka Hiroaki Hayashi Hiroshi Takahashi 1. Introduction Fig.1 External view of FRENIC5MS5 In AC spindle drive systems for machine tools, operation

More information

DALI RC BASIC SO. Control unit Operating instructions

DALI RC BASIC SO. Control unit Operating instructions DALI RC BASIC SO Control unit Operating instructions Contents Safety... 4 General instructions 4 Safety instructions 4 Description... 5 Purpose and application 5 Function 5 Light control 5 Brightness

More information

Smart Queue Management System Using GSM Technology

Smart Queue Management System Using GSM Technology Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 8 (2013), pp. 941-950 Research India Publications http://www.ripublication.com/aeee.htm Smart Queue Management System Using

More information

Location-Aware and Safer Cards: Enhancing RFID Security and Privacy

Location-Aware and Safer Cards: Enhancing RFID Security and Privacy Location-Aware and Safer Cards: Enhancing RFID Security and Privacy 1 K.Anudeep, 2 Mrs. T.V.Anantha Lakshmi 1 Student, 2 Assistant Professor ECE Department, SRM University, Kattankulathur-603203 1 anudeepnike@gmail.com,

More information

A Smart Telephone Answering Machine with Voice Message Forwarding Capability

A Smart Telephone Answering Machine with Voice Message Forwarding Capability A Smart Telephone Answering Machine with Voice Message Forwarding Capability Chih-Hung Huang 1 Cheng Wen 2 Kuang-Chiung Chang 3 1 Department of Information Management, Lunghwa University of Science and

More information

Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms

Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms Arifa Ferdousi 1 and Sadeque Reza Khan 2 1 Dept. of Computer Science and Engineering, Varendra University, Rajshahi, Bangladesh

More information

RN-XV-RD2 Evaluation Board

RN-XV-RD2 Evaluation Board RN-XV-RD2 Evaluation Board 2012 Roving Networks. All rights reserved. -1.01Version 1.0 9/28/2012 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks RN-XV-RD2

More information

Nuclear Power Plant Electrical Power Supply System Requirements

Nuclear Power Plant Electrical Power Supply System Requirements 1 Nuclear Power Plant Electrical Power Supply System Requirements Željko Jurković, Krško NPP, zeljko.jurkovic@nek.si Abstract Various regulations and standards require from electrical power system of the

More information

Sensor network infrastructure for intelligent building monitoring and management system

Sensor network infrastructure for intelligent building monitoring and management system Sensor network infrastructure for intelligent building monitoring and management system 1 R.VENKATESH, 2 K.RADHA, 3 M.GANTHIMATHI 1.B.E-CSE, Muthayammal Engineering College, Rasipuram. 2. Assistant Professor

More information