Mobile phone based SCADA for industrial automation
|
|
|
- Georgina McCormick
- 10 years ago
- Views:
Transcription
1 ISA Transactions Volume 45, Number 1, January 2006, pages Mobile phone based SCADA for industrial automation Engin Ozdemir* Mevlut Karacor Kocaeli University, Technical Education Faculty, Electrical Education Department, Umuttepe Kampus, İzmit, Turkey Received 5 August 2004; accepted 25 May 2005 Abstract SCADA is the acronym for Supervisory Control And Data Acquisition. SCADA systems are widely used in industry for supervisory control and data acquisition of industrial processes. Conventional SCADA systems use PC, notebook, thin client, and PDA as a client. In this paper, a Java-enabled mobile phone has been used as a client in a sample SCADA application in order to display and supervise the position of a sample prototype crane. The paper presents an actual implementation of the on-line controlling of the prototype crane via mobile phone. The wireless communication between the mobile phone and the SCADA server is performed by means of a base station via general packet radio service GPRS and wireless application protocol WAP. Test results have indicated that the mobile phone based SCADA integration using the GPRS or WAP transfer scheme could enhance the performance of the crane in a day without causing an increase in the response times of SCADA functions. The operator can visualize and modify the plant parameters using his mobile phone, without reaching the site. In this way maintenance costs are reduced and productivity is increased ISA The Instrumentation, Systems, and Automation Society. Keywords: SCADA; Automation; Mobile phone; WAP; GPRS 1. Introduction *Tel: ; fax: address: [email protected] address: [email protected] The term supervisory control and data acquisition SCADA was first introduced in the 1960s at Bonneville Power Administration and was first published in the PICA Power Industry Computer Applications Conference Proceedings. The SCADA system is used for monitoring and controlling of industrial processes from remote areas. The need to monitor the process and possibly control the operation of industrial systems from virtually anywhere is becoming an important issue. However, with different types of platforms used in present SCADA systems, incompatibility has become the main obstacle 1. Other problems include cost, security, accessibility, system integration, data integrity, and consistency 2. Many companies are considering SCADA systems to provide access to real time data display, alarming, trending, and reporting from remote equipment by using different communication media such as Internet, private leased line PLL, dial-up connection, satellite, and radio modem. Recent technological advances have made location transparency achievable through the Internet at a relatively low cost and acceptable level of security. Some of the potentially valuable developments are Intranet and Extranet. Nowadays, improvements in the visual interface of the SCADA GUI Graphical User Interface have fairly highresolution graphical animations. In spite of all these improvements, a need has emerged to access system information instead of controlling it from specific control centers /2006/$ - see front matter 2006 ISA The Instrumentation, Systems, and Automation Society.
2 68 E. Ozdemir, M. Karacor / ISA Transactions 45, (2006) SCADA systems have been opened to the world via the Internet to meet this requirement. Despite all these improvements, the SCADA system needs a computer connected to the Internet. Recently there has been a growing trend towards personal computers and work stations becoming portable and mobile. This has led to a big expansion of wireless networking, which is getting advanced in terms of technology and usage and penetration 3. SCADA software usually exists in a computer, which carries out tasks of supervision and management of alarms, as well as data processing and process control. The communication is made by means of special buses or LAN networks. All these tools are executed normally in real time, and are designed to give the plant operator the possibility of supervising and controlling of these processes. SCADA systems require both hardware and software for their successful execution. Userdesigned control parameters, graphical system diagrams, trend charts, alarm screens, and programmable control logic are some of the features of the software program for the SCADA systems. This paper discusses the use of mobile phone as a client for an industrial SCADA automation system. An experimental prototype crane system is monitored by a mobile phone in a sample SCADA application. An attempt is made to provide some insight into design considerations for wireless mobile phone based automation as used in modern SCADA automation systems. It is emphasized that with some basic knowledge of design considerations, it is easier to take the right automation approach and choose the right equipment for the task considered. Test results have indicated that the mobile-based SCADA integration using the general packet radio service GPRS or wireless application protocol WAP transfer scheme could enhance the performance of the crane in a day without causing an increase in the response times of SCADA functions. As distance to remote sites increases, it becomes more difficult to access them. In this case, SCADA becomes a better alternative to an operator or repairman visiting the site for adjustments and inspections. Distance and remoteness are two major factors for implementing the SCADA systems. Fig. 1. Conventional SCADA system components. 2. Review of conventional SCADA system SCADA is used to observe and supervise the shop floor equipments in various industrial automation applications. SCADA software, working on DOS and UNIX operating systems used in the 1980s, was an alarm-based program, which has a fairly simple visual interface. SCADA systems using a variety of RTUs remote terminal units are used for industrial control and supervision all over the world. These systems drastically cut operating costs and allow the automatic supervision and reporting needed in today s regulatory environments. The main components of a conventional SCADA system 3 5 are RTUs at substations and plants, data processing units, and man-machine interfaces MMIs. Conventional SCADA system components are given in Fig. 1 where all monitoring, processing, and control are constrained within the local area network located in the control center. Dedicated channels are required to guarantee the time responsiveness of the system. In earlier days, an alarm sounding at control room meant that a crew would be dispatched to the trouble site to assess the problem. Based on their assessment, other crews would be called in, and those crews often would discover that yet an additional work crew was needed. Insufficient data with no control meant that all alarms were treated as urgent, since there was no knowledge about the importance of an alarm or the attention it required. Today, when an alarm goes off at a new SCADA
3 E. Ozdemir, M. Karacor / ISA Transactions 45, (2006) Fig. 2. Typical SCADA system architecture. control center, an operator calls up a screen that shows the exact problem. The operator quickly determines the importance of the alarm and simply makes an adjustment or, if necessary, dispatches the appropriate crew directly to fix the problem. SCADA now provides monitoring of the entire automation process, including the treatment facilities. Presently, full control functions are being implemented in the SCADA automation system. SCADA systems allow equipment in many different locations to be monitored and controlled from a central location. With the advances of electronic and software technologies, the supervisory control and data acquisition systems are widely used in industrial plant automation. It provides an efficient tool to monitor and control equipment in manufacturing processes on-line. The SCADA automation system always includes several functions, e.g., signal sensing, control, human machine interface, management, and networking. 3. Web based network architecture A typical SCADA system architecture is shown in Fig. 2. In this architecture, data systems are on the highest level, used for planning and storing data. The programs, including the server and client used by the operator and system, are on the MMI level. The PLC and RTU level is responsible for Fig. 3. The basic components of a Web access based SCADA system. the connection between sensors and actuators in shop floor 6,7. In this level, there is programmable logic controller software that controls shop floor equipment in a design manner. The basic components of a web access based SCADA system are shown in Fig Web enabled SCADA hosts enable users to remote monitor and to control remote sites via a web browser. Hosted SCADA services allow users to monitor or control their remote equipment by using a normal web browser and logging onto a secure website. Typically, a web access based SCADA system contains five elements. These are SCADA nodes, clients, project nodes, thin client, and network. The SCADA node communicates in real time with automation equipment. Typical automation equipment includes programmable logic controllers PLCs, single loop controllers, direct digital control systems DDC, distributed control systems DCS, and input/output I/O modules. A full animation client uses an ActiveX control inside an Internet Explorer web browser to view real-time data, acknowledge alarms, and change set points, status, and other data. The client then communi-
4 70 E. Ozdemir, M. Karacor / ISA Transactions 45, (2006) cates directly with the SCADA node using proprietary communication links over a TCP/IP network connection. The project node is a centralized database server. It can be physically separated from the SCADA node or combined with it. A copy of the database of all SCADA nodes is kept on the project node. Remote configuration and graphics building occur on the project node using a Web server to exchange data with remote clients. The configuration of database and graphics are then downloaded to the SCADA node from the project node, which is a web server. The thin client interface supplies static snapshots of graphics as GIF files. No plug-in or ActiveX control is required. The thin client is intended for use with PDA, pocket PCs, and handheld computers but other ASP enabled web browsers can view the graphics. Real-time data, alarms, and changes to data are performed by means of a text-type interface. The thin client does not communicate with the SCADA node directly, it communicates directly to the project node only. Then network supplies the connection between the nodes and clients. Any TCP/IP network including local area networks like Ethernet, a corporate Intranet, the Internet, or dial-up connections can be used. Internet and Web based SCADA systems have a lot of advantages, such as a wide area connectivity and pervasive, routable, parallel polling, redundancy, and hot standby, large addressing range, integration of IT to automation and monitoring networks, and standardization. Many companies consider using the Internet for SCADA to provide access to real-time data display, alarming, trending, and reporting from remote equipment. However, there are three significant problems to overcome when implementing an Internet based SCADA system. The first is that most devices used to control remote equipment and processes, such as gas production wells and power distribution systems, do not have Internet communication capability already incorporated in their operating systems. The second is that the devices still have to be physically connected to the Internet, even when equipped through retrofit or in the factory with the necessary communications protocols. These problems must be solved at low cost and high reliability before Internet based SCADA can be implemented in industrial automation applications. The third is assurance of the data protection and access control. One solution to these problems is to connect the device to a PC and have the PC make the connection to the Internet via an Internet service provider using secure socket layer. Unfortunately, this solution may not meet the low-cost criterion, and depending on configuration, can lack reliability. An alternative to using a PC is an embedded solution, a small, rugged, and low cost device that provides connectivity capabilities of a PC at lower cost and higher reliability. The open nature of the Internet requires data security measures when implementing Internet based SCADA systems. Processes, procedures, and tools must address availability, integrity, confidentiality, and protection against unauthorized user. The open architecture of Internet based SCADA system combined with appropriate field equipment makes it possible to develop an integrated system such as mobile phone. However, interoperability requires data format and transmission protocol standardization. Use of Internet based SCADA automation system to monitor and control a plant has been proven to improve production and lower maintenance costs. The introduced Java based application for a SCADA system was created with networking, compatibility, and support for an open geographical distributed environment as its main objectives. A consistent GUI for SCADA systems will enable inexperienced operators to become proficient in its usage with minimal training, thus reducing the cost requirement to invest in training staff on sophisticated and hard-to-configure systems. A SCADA system gathers incoming automation system data for further processing by a number of distributed processes. However, existing SCADA information management systems cannot satisfy the new challenges as more and faster information has now become desirable by many users and players. Technological advances in networking have made it possible to develop a low cost communication system for accessing real-time power system information over digital network. With a Java based application, any Java enabled browser can be used to view and control the SCADA system from any terminal of any existing operating platform within the control center. The application is platform independent, portable, where system data can be shared, reused, and accessed at a much-reduced cost. As the application is downloaded from the Web based server system
5 E. Ozdemir, M. Karacor / ISA Transactions 45, (2006) Fig. 4. Photograph of the mobile phone based SCADA application. onto the client system for execution via a Web browser, scalability and performance are no longer tightly tied to the Web based server system. High performance requirements have also been addressed through multithreading in the application. This new Java based application, when applied to the SCADA system, provides an easy, effective and low investment means of accessing data. No special hardware is needed for the setup. 4. Developed application Fig. 5. Mobile based SCADA application block diagram. In order to test the developed system, a model crane, which can move in two directions by using two dc motors, is designed. The model crane is controlled by using Siemens S IFM PLC ad SM334 I/O card. A CP5611 MPI bus card obtains the data interface between PLC and server. The SCADA program is WinCC, and the mobile phone is Siemens M50 containing 228-Kb user storage and is used for the proposed Java application. The whole system consists of the model crane, the PLC with the control panel, mobile phone, and a PC. All the components of the mobile phone based SCADA application are shown in the photograph in Fig. 4. The model crane has three sensors, two of them are used for left-right direction and one of them is used for crane height. The basic components of this model system are a model crane, computer, Siemens S7-300 CPU 312 IFM PLC, and SM 334 AI4/AQ2 I/O card. The crane can turn itself around 360 and can act in the y axis. The movements of the crane can be controlled by using two dc motors. The PLC has been used as a bridge, which provides data transfer between the server and the test equipment. The most important part of the control action procedures is carried out by small programs in SCADA software. Data exchange between the server and PLC are realized by MPI bus protocol via a CP5611 MPI bus card installed on the server computer with a KB/s data exchange rate. The mobile-based SCADA application model system block diagram is illustrated in Fig. 5. The server monitor and SCADA screen shot, and the remote control and remote supervision program screen shots are shown in Figs. 6 and 7, respectively. Mobile phone SCADA GUI screen shot is shown in Fig. 8. The mobile phone client GUI has four specifications graphical animations, value tables, alarm page, and remote control as shown in Fig. 9. The parametric values of the prototype application are converted to graphical animations and listed in the value tables. Alarms that occured in the prototype application are given in the alarms section. Remote control of the application is carried out by using the remote control page. The J2ME Application Program JAP operating Fig. 6. The server monitor and SCADA screen shot of test prototype.
6 72 E. Ozdemir, M. Karacor / ISA Transactions 45, (2006) Fig. 7. Remote control and remote supervisor programs screen shots. in mobile phone is prepared in Sun One Studio 4. The program has been tested in the Siemens M50 emulator and then downloaded to the mobile phone. The user can access the real-time information superimposed on on-line diagrams generated automatically using the mobile phone and routing techniques through the Internet. In addition, the user can control the operation of the automation system with the mobile phone through GSM global system for mobile base stations. The choice of the Java technologies offers unique and powerful features such as zero client installation, ondemand access, platform independence, and transaction management to the design of the on-line SCADA display at the mobile phone. 5. Design of the mobile phone based SCADA system Fig. 8. Mobile phone SCADA GUI screen shot. Fig. 9. Mobile phone client GUI specifications. External data communication and integration from various information sources such as control centers, power plants, and substations have become a necessity. As more and more real-time information is being desired by many customers and vendors, existing information management systems cannot satisfy the new challenges. Distributed SCADA has already become the trend of the future industrial automation system development. In operation of the mobile phone based application, SCADA software in the server is operated first. Afterwards, the SCADA controlling program SCP, which realizes the process of sending data to the server side program SSP, is operated. Then, it transfers the data reading from the SCADA database to the Web page designated, where the ASP active server page is responsible for setting up the connection between the mobile phone and the SCADA system. The simple quantities of data received by the ASP, sending from SCP found in the Web server, is stored in the ASP. This information reaches the ASP by means of GPRS or WAP after JAP in the mobile phone and this information is saved in the JAP database. Analyzing the data in this database, the JAP turns it into a value diagram, bar graph, text message, and various graph animations, which can easily be understood by the operator. As long as the program in the mobile phone operates, data between the mobile phone and SCADA system are automatically exchanged. The proposed mobile phone based SCADA automation system includes six levels as shown Fig There are three servers in the first level: Web server, the master server, and the reserve server. 2. Firewall software or specially designed cards are used to ensure data security in the second level. 3. The operator station or control room, that contains PCs or thin clients, are installed at
7 E. Ozdemir, M. Karacor / ISA Transactions 45, (2006) Designed software architecture Internet/Intranet has been successfully employed in many areas for real-time applications such as audio stream and videoconference. An Internet-based SCADA system was also introduced 9 into a power system. Several prototypes and products have been introduced for on-line SCADA applications. However, most of the existing SCADA applications were set up based on the conventional computer technologies. An important challenge is how to integrate new services and network elements into the existing system. In this section is described an Internet based information accessing system based on an existing SCADA system. The designed software architecture consists of three different programs: mobile phone program; server side program SSP ; SCADA controlling program SCP. Fig. 10. The proposed mobile phone based SCADA automation system. the central location in the plant. In the proposed system, a Java-enabled mobile phone is included as a client into the SCADA system. 4. Remote operator stations that can be connected to main server by its competence are used to inform the operator at the central control room. In today s SCADA applications, the number and the location of operator stations are not limited by means of Internet connectivity. 5. PLC and other controllers, which are very near to the central control room, are placed in this level. The communication is realized by cables between PLC and other controllers to the central control room. 6. RTU, Internet based equipments, and other controllers that are very far away from central control room are placed in this level. The communication media that are used in this level are private lease lines and radio modems. 7. Sensors and actuators are placed the lowest level of the SCADA automation system Mobile phone program The mobile phone program is designed by using J2ME Java Micro Edition downloaded to a mobile phone with GPRS general packet radio service or WAP wireless application protocol. The program sends the data required for the web server in accordance with the protocol using preferably GPRS or WAP internet access technology, receives the data sent by web server, and informs it to the user with the help of graphical interface analyzing this knowledge in its structure. The application routine has two stages. At the first stage, current and voltage values of the system, state of motor 1 and motor 2 ON/OFF, and bucket position value are sent to the mobile phone from the SCADA server. The data received by the mobile phone are interpreted by the J2ME application and some related graphical animations are offered to the user. At the second stage, an authorized user can control the SCADA system values via the mobile phone by using its user name and password. In our case study, authorized users can control the state of motor 1, motor 2, and the system on/off position by using the J2ME application program in the mobile phone Server side program A Server side program SSP can be designed by using any server side script ASP, PHP, etc. or
8 74 E. Ozdemir, M. Karacor / ISA Transactions 45, (2006) SCADA controlling programs This program is installed in the same computer with the SCADA system and has a visual interface, receives the data pertaining to the state of the system connecting with SCADA, and saves it to the condition-stating database in the computer in which the web server is installed. Two different programs have been designed and used to monitor and control the SCADA system via mobile phone. The remote control program mobile to SCADA has been used to control the SCADA system via mobile phone, while the remote supervisor program SCADA to mobile has been used to monitor the SCADA system via mobile phone. A data flow diagram of the designed model system software architecture is illustrated in Fig. 11. TCP/IP offers reliability by providing connection-oriented, end-to-end reliable packet delivery through an Internet network. It does this by sequencing bytes with a forwarding acknowledgment number that indicates to the destination the next byte the source expects to receive. Bytes not acknowledged within a specified period are retransmitted. The reliability mechanism of TCP/IP allows devices to deal with lost, delayed, duplicate, or misread packets. A time-out mechanism allows devices to detect lost packets and request retransmission Conclusion Fig. 11. Data flow diagram of the designed system software architecture. Java Servlet Server Applet. In this application, ASP is used as a SSP in order to get fast response to a lower number of users than Java Servlet that supports excessive users. It receives the request data sent by the program integrated into the mobile phone. It reads the values belonging to the state or position database located in the computer in which the web server is installed. These data are sent to the mobile phone via Internet in accordance with the program in the mobile phone and the protocol between them In this study, a Java enabled mobile phone has been integrated into the SCADA system as a client. Therefore the obligation of the SCADA system to work with a PC is not necessary. Since the monitoring and control of the plant process is performed with the use of present GSM base stations, no cost of network setting is required. The exchange of data with the SCADA system is accomplished through GPRS or WAP, so the expenditure of connection is considerably low. The conditions in a process plant of an automation system are harsh and the site is remote. Resources for data communication are difficult to obtain under these conditions; thus a wireless channel communication through a mobile phone is practical and efficient in a process control environment. The mobile communication industries and the public have a strong interest in the WAP technology application in mobile phone networks. The WAP API application program interface in power industry applications is one of the areas that require extensive investigation. The objectives of this study are replacing the existing conventional SCADA system with one new mobile based system to control the sample crane, increasing the SCADA attain envelope to include all of the locations not currently reached, providing a SCADA system with WAP based software applications, and performing these purposes by installing minimum new hardware. SCADA systems are alarm based systems and these alarms are monitored and controlled by an operator in a control center to inform maintenance operators when needed. This type of conventional alarm management system can be affected by human based faults. Integrating the mobile phones of the maintenance operators to the SCADA systems can minimize these faults. The maintenance and authorized operators can monitor and also control the system with their java enabled mobile phones by using their user name and password. The alarms occurring in the system can be sent to the authorized personnel or operators as a SMS message so that system security can be maximized.
9 E. Ozdemir, M. Karacor / ISA Transactions 45, (2006) Response time of the mobile phone based system is set to 10 sec, that can be changed by the user as required. In addition, the user can also get information about the SCADA system whenever they want. By using a mobile WAP phone, shop floor personnel have access to critical information wherever they may be, and can take corrective action in a timely manner. Instead of being chained to a computer terminal, plant engineers and automation professionals now enjoy a new tool that offers greater mobility, thus making workers more productive, while maintaining the ability to monitor the integration of real-time data, alarm, and historical information in everyday plant operations. As distance to remote sites increases, it becomes more difficult to access these sites. Therefore SCADA becomes a better alternative to an operator or repairman visiting the site for adjustments and inspections. Distance and remoteness are two major factors for implementing SCADA systems. The mobile phone based SCADA automation provides a cost effective solution to control and automate of the flow of information for small to medium size process plants. The proposed mobile phone based SCADA system has the capability of reporting selected process values and equipment alarms, giving GUI about process, remote controlling, and refreshing process data in a userdetermined timely manner. Acknowledgments This research was supported by TUBITAK Research Project Project No. EEEAG 101E002. The authors wish to express appreciation to M. Adem Sengul for his cooperation and help in all the Java software programming of this work. References 1 Qiu, B., Gooi, H. B., Liu, Y., and Chan, E. K., Internet-based SCADA display system. IEEE Computer Applications in Power 15 1, Ong, Y. S., Gooi, H. B., and Lee, S. F., Java-based applications for accessing power system data via Intranet, extranet and Internet. Int. J. Electr. Power Energy Syst. 23, Aretz, K., Haardt, M., Konhauser, W., and Mohr W., The future wireless communications beyond the third generation. Comput. Netw. 37, Warcuse, J., Menz, B., and Payne, J. R., Servers in SCADA applications. IEEE Trans. Ind. Appl. 9 2, Nagai, N. and Kaga, T., An open distributed computer system architecture for power network control. Proceedings of the International Conference Power Systems and Engineering, Sept., 1994, pp Su, C. L., Lu, C. N., and Lin, M. C., Wide area network performance study of a distribution management system. Int. J. Electr. Power Energy Syst. 22, Yao, A. W. L. and Ku, C. H., Developing a PC-based automated monitoring and control platform for electric power systems. Electr. Power Syst. Res. 64, Wallance, Donald, How to put SCADA on the Internet. Control Eng. 50 9, Qiu, B. and Gooi, H. B., Internet-based SCADA display systems WSDS for access via internet. IEEE Trans. Power Syst. 15 2, Sun Micro Systems, whitepapers, The Java Enterprise Server Platform White Paper. 11 Sun MicroSystems, whitepapers, Implementing Java Computing Solutions White Paper. 12 Sun MicroSystems, whitepapers, Java Enterprise Solutions, Sun Products and Services White Paper. 13 Internetworking Technology Overview, June 30 12, Dr. Engin Ozdemir was born in Izmit, Turkey in He received his Ph.D. degree in Electrical Engineering from Kocaeli University in Since 1999, he has been an Assistant Professor in the Department of Electrical Education, Faculty of Technical Education, Kocaeli University, in Turkey. His research interests are industrial automation systems PLC, SCADA, etc., power electronics, and fuel cells. Mevlut Karacor was born in Eskisehir, Turkey in He received his M.Sc. degree in Electrical Education from Kocaeli University in He is currently a Research Assistant and Ph.D. student in Technical Education Faculty in Kocaeli University. His research interests are remote control and industrial automation systems PLC, SCADA, etc..
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
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
HMS Industrial Networks. Putting industrial applications on the cloud
HMS Industrial Networks Putting industrial applications on the cloud Whitepaper Best practices for managing and controlling industrial equipment remotely. HMS Industrial Networks Inc 35 E Wacker Drive,
HMS Industrial Networks
HMS Industrial Networks Putting industrial applications on the cloud Whitepaper Best practices for managing and controlling industrial equipment remotely. HMS Industrial Networks AB Stationsgatan 37 30245
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
Internet-Accessible Power Monitoring & Control Systems
Internet-Accessible Power Monitoring & Control Systems By GE Specification Engineers Keith B. Brock, P.E. Robert P. Hansen, PhD, P.E. Introduction Accessing electrical system information from any location
FOXBORO. I/A Series SOFTWARE Product Specifications. I/A Series Intelligent SCADA SCADA Platform PSS 21S-2M1 B3 OVERVIEW
I/A Series SOFTWARE Product Specifications Logo I/A Series Intelligent SCADA SCADA Platform PSS 21S-2M1 B3 The I/A Series Intelligent SCADA Platform takes the traditional SCADA Master Station to a new
Efficient remote access to machines and plants with SIMATIC
Efficient remote access to machines and plants with SIMATIC Telecontrol and teleservice solutions modular, flexible and secure SIMATIC NET siemens.com/industrial-remote-access Industrial remote access
A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems
, pp. 49-56 http://dx.doi.org/10.14257/ijsh.2013.7.5.05 A Proposed Integration of Hierarchical Mobile IP based Networks in SCADA Systems Minkyu Choi 1 and Ronnie D. Caytiles 2 1 Security Engineering Research
Introduction To SCADA and Telemetry
Introduction To SCADA and Telemetry Joe Mullaney Senior I&C Engineer MSE Technology Applications, Inc. Tetragenics Division [email protected] Overview Definitions What is SCADA? What is Telemetry?
Technology Spotlight on Cellular Data Networking for SCADA system networks. Presented by Teamwork Solutions, Inc.
on Cellular Data Networking for SCADA system networks Presented by Teamwork Solutions, Inc. Wireless (Cellular) Data Networking Internet SCADA Server How Wireless (Cellular) Data Networking Works Dynamic
Scheme to Secure Communication of SCADA Master Station and Remote HMI s through Smart Phones
보안공학연구논문지 (Journal of Security Engineering), 제 8권 제 3호 2011년 6월 Scheme to Secure Communication of SCADA Master Station and Remote HMI s through Smart Phones Rosslin John Robles 1) and Tai-hoon Kim 2) Abstract
A Real Time, Object Oriented Fieldbus Management System
A Real Time, Object Oriented Fieldbus Management System Mr. Ole Cramer Nielsen Managing Director PROCES-DATA Supervisor International P-NET User Organisation Navervej 8 8600 Silkeborg Denmark [email protected]
NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER
NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER NEW GENERATION PROGRAMMABLE AUTOMATION CONTROLLER Understanding what a PAC is starts from the understanding of PLC. A PLC is a Programmable Logic while
THE SOFTWARE PRODUCTS FOR WATER NETWORKS MANAGEMENT THE CONTROL TECHNOLOGY GROUP. The AQUASOFT family solutions allow to perform:
THE SOFTWARE PRODUCTS FOR WATER NETWORKS MANAGEMENT FAST SpA introduces the AQUASOFT family applications, dedicated to water networks complete supervision. The products are essential for unified management
Secure access to a water treatment plant s SCADA network
Secure access to a water treatment plant s SCADA network Sharp reduction in maintenance times The systems integrator Morehouse Engineering has helped users operating in many different industries implement
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
PROCESS DATA VISUALIZATION AND MONITORING USING INTERNET
International Carpathian Control Conference ICCC 2002 MALENOVICE, CZECH REPUBLIC May 27-30, 2002 PROCESS DATA VISUALIZATION AND MONITORING USING INTERNET Lenka LANDRYOVÁ 1 and Jiří KOZIOREK 2 1 Department
Monitoring & Control of Small-scale Renewable Energy Sources
Small Scale Renewable Energy Sources and Energy Saving: 6-17 th July 2009 Monitoring & Control of Small-scale Renewable Energy Sources Dr G A Taylor Brunel Institute of Power Systems Brunel University,
CNG IN A BOX: Cloud Based Enterprise Historian w\dash Boarding Solution for CNG Fueling Stations
CNG IN A BOX: Cloud Based Enterprise Historian w\dash Boarding Solution for CNG Fueling Stations Project: CNG in a BOX: Cloud Based Enterprise Historian w\dash boarding for CNG Fueling Stations. 1. INTRODUCTION
Off-the-shelf Packaged Software Systems And Custom Software Analysis By Gamal Balady MASS Group, Inc.
Off-the-shelf Packaged Software Systems And Custom Software Analysis By Gamal Balady MASS Group, Inc. April 1, 2004 1 Presentation Overview I. Packaged Software Systems vs. Custom Software Systems II.
Technical Training Module ( 30 Days)
Annexure - I Technical Training Module ( 30 Days) Section 1 : Programmable Logic Controller (PLC) 1. Introduction to Programmable Logic Controller - A Brief History, Need and advantages of PLC, PLC configuration,
Using Cellular RTU Technology for Remote Monitoring and Control in Pipeline and Well Applications
Using Cellular RTU Technology for Remote Monitoring and Control in Pipeline and Well Applications Steve Frank Business Development Manager Moxa Inc. Introduction Cellular technology minimizes site visits
Office Automation. Industrial Automation. Information Technology and Automation Systems in Industrial Applications. Product Development.
Information Technology and Automation Systems in Industrial Suppliers Customers Corporate Office Automation Product Development Sales and Customer Services Finance Industrial Automation Main Focus in our
WHAT IS SCADA? A. Daneels, CERN, Geneva, Switzerland W.Salter, CERN, Geneva, Switzerland. Abstract 2 ARCHITECTURE. 2.1 Hardware Architecture
International International Conference Conference Accelerator on Accelerator and Large and Experimental Large Experimental Physics Control Physics Systems, Control 1999, Systems Trieste, Italy WHAT IS
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
Wireless Communications for SCADA Systems Utilizing Mobile Nodes
, pp. 1-8 http://dx.doi.org/10.14257/ijsh.2013.7.5.01 Wireless Communications for SCADA Systems Utilizing Mobile Nodes Minkyu Choi Security Engineering Research Support Center, Daejon, Republic of Korea
Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya [email protected]
Internet of things (IOT) applications covering industrial domain Dev Bhattacharya [email protected] Outline Internet of things What is Internet of things (IOT) Simplified IOT System Architecture
Machine control going www - Opportunities and risks when connecting a control system to the Internet
B&R Industrial Automation Corp. 1325 Northmeadow Parkway, S-130 Tel: (770) 772-0400 E-mail: [email protected] Roswell, Georgia 30076 Fax: (770) 772-0243 Internet: www.br-automation.com Machine
Discovering Computers 2008. Chapter 9 Communications and Networks
Discovering Computers 2008 Chapter 9 Communications and Networks Chapter 9 Objectives Discuss the the components required for for successful communications Identify various sending and receiving devices
VEHICLE TRACKING SYSTEM USING GPS. 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune. 2 Asst. Professor, SCOE, Vadgaon, Pune
VEHICLE TRACKING SYSTEM USING GPS Pooja P. Dehankar 1, 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune Prof. S. P. Potdar 2 2 Asst. Professor, SCOE, Vadgaon, Pune Abstract- Global Positioning System is
ABB North America. Substation Automation Systems Innovative solutions for reliable and optimized power delivery
ABB North America Substation Automation Systems Innovative solutions for reliable and optimized power delivery Substation Automation Systems Advanced substation automation, protection and control solutions
http://ubiqmobile.com
Mobile Development Made Easy! http://ubiqmobile.com Ubiq Mobile Serves Businesses, Developers and Wireless Service Providers Businesses Be among the first to enter the mobile market! - Low development
PLCs and SCADA Systems
Hands-On Programmable Logic Controllers and Supervisory Control / Data Acquisition Course Description This extensive course covers the essentials of SCADA and PLC systems, which are often used in close
Considerations for Hybrid Communications Network Technology for Pipeline Monitoring
Considerations for Hybrid Communications Network Technology for Pipeline Monitoring Craig Held White Paper April 2012 Abstract The concept of automation (and its corresponding technologies) is a primary
Real Time Remote Monitoring over Cellular Networks. Wayne Chen Marketing Specialist
Real Time Remote Monitoring over Cellular Networks Wayne Chen Marketing Specialist Introduction For distribution infrastructures located in remote, isolated areas, unmanned monitoring systems have long
DeltaV Remote Client. DeltaV Remote Client. Introduction. DeltaV Product Data Sheet. Remote engineering and operator consoles
January 2013 Page 1 DeltaV Remote Client Remote engineering and operator consoles View Multiple DeltaV Systems from a single workstation Remote Operator Station over low speed and dial up communications
Remote Services. Managing Open Systems with Remote Services
Remote Services Managing Open Systems with Remote Services Reduce costs and mitigate risk with secure remote services As control systems move from proprietary technology to open systems, there is greater
Web SCADA Employing Application Program Interface as Data Source
보안공학연구논문지 (Journal of Security Engineering), 제 7권 제 6호 2010년 12월 Web SCADA Employing Application Program Interface as Data Source Hoon Ko 1) Abstract An Application programming interface or API is a set
Introduction to Computer Networks and Data Communications
Introduction to Computer Networks and Data Communications Chapter 1 Learning Objectives After reading this chapter, you should be able to: Define the basic terminology of computer networks Recognize the
DATA SECURITY 1/12. Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0
DATA SECURITY 1/12 Copyright Nokia Corporation 2002. All rights reserved. Ver. 1.0 Contents 1. INTRODUCTION... 3 2. REMOTE ACCESS ARCHITECTURES... 3 2.1 DIAL-UP MODEM ACCESS... 3 2.2 SECURE INTERNET ACCESS
SCADA Systems. Make the most of your energy. March 2012 / White paper. by Schneider Electric Telemetry & Remote SCADA Solutions
SCADA Systems March 2012 / White paper by Schneider Electric Telemetry & Remote SCADA Solutions Make the most of your energy Summary Executive Summary... p 2 Introduction... p 3 Field Instrumentation...
Network and Facility Management: Needs, Challenges and Solutions
Network and Facility Management: Needs, Challenges and Solutions Graham Jones Harris Broadcast Communications [email protected] New tools are needed to enable broadcasters to efficiently manage the modern
Client/server is a network architecture that divides functions into client and server
Page 1 A. Title Client/Server Technology B. Introduction Client/server is a network architecture that divides functions into client and server subsystems, with standard communication methods to facilitate
Security Testing in Critical Systems
Security Testing in Critical Systems An Ethical Hacker s View Peter Wood Chief Executive Officer First Base Technologies Who is Peter Wood? Worked in computers & electronics since 1969 Founded First Base
Visualize, Document & Keep Your Network Running!
Visualize, Document & Keep Your Network Running! Ethernet Network Tools to Simplify Network Support Why IntraVUE? Do you have a tool to help you solve networking problems quickly? IntraVUE is a software
QUICK REFERENCE GUIDE MOBILE HUMAN MACHINE INTERFACE (HMI): INNOVATION THAT EMPOWERS THE MOBILE OPERATOR
MOBILE HUMAN MACHINE INTERFACE (HMI): INNOVATION THAT EMPOWERS THE MOBILE OPERATOR Mobile operators are critical to ensuring the overall efficiency and uptime of the production line and play a critical
Computer Network. Interconnected collection of autonomous computers that are able to exchange information
Introduction Computer Network. Interconnected collection of autonomous computers that are able to exchange information No master/slave relationship between the computers in the network Data Communications.
SCADA Questions and Answers
SCADA Questions and Answers By Dr. Jay Park SCADA System Evaluation Questions Revision 4, October 1, 2007 Table of Contents SCADA System Evaluation Questions... 1 Revision 4, October 1, 2007... 1 Architecture...
Niagara IT Manager s Guide
3951 Westerre Parkway, Suite 350 Richmond, VA 23233 804.747.4771 Phone 804.747.5204 FAX Niagara IT Manager s Guide A White Paper An IT Manager s Guide to Niagara This document addresses some of the common
Development of a data acquisition system for remote monitoring of renewable energy systems
Measurement 34 (2003) 75 83 www.elsevier.com/ locate/ measurement Development of a data acquisition system for remote monitoring of renewable energy systems * Kostas Kalaitzakis, Eftichios Koutroulis,
Autonomous Advertising Mobile Robot for Exhibitions, Developed at BMF
Autonomous Advertising Mobile Robot for Exhibitions, Developed at BMF Kucsera Péter ([email protected]) Abstract In this article an autonomous advertising mobile robot that has been realized in
EDL-Portal. Energiedienstleistung
Energiedienstleistung EDL-Portal EDL-Portal 2.0 Energiedienstleistung EDL stands for energy services (EnergieDienstLeistung). The EDL internet portal, www.edl.ch, provides a user-friendly platform for
OPC COMMUNICATION IN REAL TIME
OPC COMMUNICATION IN REAL TIME M. Mrosko, L. Mrafko Slovak University of Technology, Faculty of Electrical Engineering and Information Technology Ilkovičova 3, 812 19 Bratislava, Slovak Republic Abstract
Technical Notes TN 1 - ETG 3000. FactoryCast Gateway TSX ETG 3021 / 3022 modules. How to Setup a GPRS Connection?
FactoryCast Gateway TSX ETG 3021 / 3022 modules How to Setup a GPRS Connection? 1 2 Table of Contents 1- GPRS Overview... 4 Introduction... 4 GPRS overview... 4 GPRS communications... 4 GPRS connections...
SCADA Systems Automate Electrical Distribution
SCADA Systems Automate Electrical Distribution PC-based supervisory control and data acquisition systems increase uptime, cut costs and improve utilization. A White Paper from InduSoft Fabio Terezinho
Cloud Computing for SCADA
Cloud Computing for SCADA Moving all or part of SCADA applications to the cloud can cut costs significantly while dramatically increasing reliability and scalability. A White Paper from InduSoft Larry
Local-Area Network -LAN
Computer Networks A group of two or more computer systems linked together. There are many [types] of computer networks: Peer To Peer (workgroups) The computers are connected by a network, however, there
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
DATA COMMUNICATION BETWEEN PROGRAMMABLE LOGIC CONTROLLERS IN THE INDUSTRIAL DISTRIBUTION APPLICATIONS
DATA COMMUNICATION BETWEEN PROGRAMMABLE LOGIC CONTROLLERS IN THE INDUSTRIAL DISTRIBUTION APPLICATIONS Anna BYSTRICANOVA 1, Andrej RYBOVIC 1 1 Department of Mechatronics and Electronics, Faculty of Electrical
Make your. less remote. Monitor, supervise and locate equipment anywhere in the world with ease
Make your equipment less remote Monitor, supervise and locate equipment anywhere in the world with ease 200 0 400 kw 1000 500 1500 0 2000 RPM Comap s integrated family of advanced cloud-based communication
Vehicle Tracking System,
Vehicle Tracking System, The Complete Solution What is GPS? Product Review. Complete system. Contact Us. What is GPS? GPS, which stands for Global Positioning System, is the only system today able to show
Complete SCADA solution for Remote Monitoring and Control
Complete SCADA solution for Remote Monitoring and Control FF-Automation (founded 1976) manufactures AutoLog RTUs, designs and supplies complete automation SCADA solutions for remote monitoring and control
OVERVIEW HIGHLIGHTS. Exsys Corvid Datasheet 1
Easy to build and implement knowledge automation systems bring interactive decision-making expertise to Web sites. Here s proven technology that provides customized, specific recommendations to prospects,
Cyber Security Management for Utility Operations by Dennis K. Holstein (Opus Publishing) and Jose Diaz (Thales esecurity)
Cyber Security Management for Utility Operations by Dennis K. Holstein (Opus Publishing) and Jose Diaz (Thales esecurity) Abstract Strong identity management enforced with digital authentication mechanisms
Cisco Mobile Network Solutions for Commercial Transit Agencies
Cisco Mobile Network Solutions for Commercial Transit Agencies Overview Commercial transit agencies provide a vital service to our communities. Their goal is to provide safe, affordable, and convenient
Understanding Programmable Automation Controllers (PACs) in Industrial Automation
Understanding Programmable Automation Controllers (s) in Industrial Automation Meet the Modern Industrial Application Implementing a modern industrial application can present a challenging and sometimes
Solutions using our software products
SAE Automation, s.r.o. Nová Dubnica Solid And Effective partner at development of your products and industrial automation Solutions using our software products OpcDbGateway, SAEAUT SNMP OPC Server, SAEAUT
REMOTE LABORATORY PLANT CONTROL
REMOTE LABORATORY PLANT CONTROL HALÁS Rudolf, ĎURINA Pavol Institute of Information Engineering, Automation and Mathematics Faculty of Chemical and Food Technology Slovak University of Technology in Bratislava,
CF Dashboard Offering
M-Applications Manual 653 CF Dashboard Section Issue Date 0601 APPLICATION NOTE CF Dashboard Offering Creating the CF Dashboard Offering...3 Introduction... 3 Key Concepts... 4 CF Dashboard Offering...4
Cyber Security of the Smart Grid
Cyber Security of the Smart Grid Design Document May 12-21 11/4/11 Group Members John Majzner Daniel Kosac Kyle Slinger Jeremy Deberg Team Advisor Manimaran Govindarasu Graduate Students Adam Hahnad Siddharth
Why Can t We Be Friends?
Why Can t We Be Friends? Monitoring the Server Room by Introducing Modbus to SNMP Stanley Liu Product Manager, Data Acquisition & Control Division Overview IA devices are very useful for monitoring server
IT Security and OT Security. Understanding the Challenges
IT Security and OT Security Understanding the Challenges Security Maturity Evolution in Industrial Control 1950s 5/4/2012 # 2 Technology Sophistication Security Maturity Evolution in Industrial Control
ACE3600 HIGH PERFORMANCE MONITORING & CONTROL REMOTE TERMINAL UNIT
HIGH PERFORMANCE MONITORING & CONTROL REMOTE TERMINAL UNIT PAGE 1 EMPOWER YOUR SCADA NETWORK Utilities, now more than ever, are facing newer and greater hurdles. Multiple wired and wireless communication
CGI-based applications for distributed embedded systems for monitoring temperature and humidity
CGI-based applications for distributed embedded systems for monitoring temperature and humidity Grisha Spasov, Nikolay Kakanakov Abstract: The paper discusses the using of Common Gateway Interface in developing
WISE-4000 Series. WISE IoT Wireless I/O Modules
WISE-4000 Series WISE IoT Wireless I/O Modules Bring Everything into World of the IoT WISE IoT Ethernet I/O Architecture Public Cloud App Big Data New WISE DNA Data Center Smart Configure File-based Cloud
Zorba Asset Tracking Solution
Asset Tracking Solution State-of-the art fleet management and vehicle tracking solution to increase your productivity. Affordable installation and operating costs Easy to install and operate User friendly
Development of a Gateway to PROFIBUS for Remote Diagnostics
Development of a Gateway to PROFIBUS for Remote Diagnostics Hassan Kaghazchi, Donal Heffernan Automation Research Centre, University of Limerick, Ireland Abstract With the increased use of fielbuses in
WinCon-8000. Programmable Automation. Controller
Programmable Automation Controller Introduction The is a leading edge embedded platform with Intel Strong ARM CPU running the Windows CE.NET operating system. When compared to the standard Windows OS,
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
Ways to Use USB in Embedded Systems
Ways to Use USB in Embedded Systems by Yingbo Hu, R&D Embedded Engineer and Ralph Moore, President of Micro Digital Universal Serial Bus (USB) is a connectivity specification that provides ease of use,
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
Optimizing and Securing an Industrial DCS with VMware
Optimizing and Securing an Industrial DCS with VMware Global Process Automation deploys a new DCS using VMware to create a secure and robust operating environment for operators and engineers. by Doug Clarkin
High rate and Switched WiFi. WiFi 802.11 QoS, Security 2G. WiFi 802.11a/b/g. PAN LAN Cellular MAN
Security Issues and Quality of Service in Real Time Wireless PLC/SCADA Process Control Systems Dr. Halit Eren & Dincer Hatipoglu Curtin University of Technology (Perth Australia) 2/27/2008 1 PRESENTATION
Vehicle Tracking System using GPRS
Urban Transport XIII: Urban Transport and the Environment in the 21st Century 409 Vehicle Tracking System using GPRS S. Ikram 1 & F. T. Shah 2 1 Seidco Communication L.L.C, Abu Dhabi, UAE 2 COMSATS Institute
SCADA System Security. ECE 478 Network Security Oregon State University March 7, 2005
SCADA System Security ECE 478 Network Security Oregon State University March 7, 2005 David Goeke Hai Nguyen Abstract Modern public infrastructure systems
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
Integrating the Internet into Your Measurement System. DataSocket Technical Overview
Integrating the Internet into Your Measurement System DataSocket Technical Overview Introduction The Internet continues to become more integrated into our daily lives. This is particularly true for scientists
1.5 Distributed Systems
1.5 Distributed Systems A network, in the simplest terms, is a communication path between two or more systems. Distributed systems depend on networking for their functionality. By being able to communicate,
Auditing the LAN with Network Discovery
Application Note Auditing the LAN with Network Discovery Introduction This application note is one in a series of papers about troubleshooting local area networks (LAN) from JDSU Communications Test and
TCP/IP Network Communication in Physical Access Control
TCP/IP Network Communication in Physical Access Control The way it's done: The security industry has adopted many standards over time which have gone on to prove as solid foundations for product development
An Innovative Concept to Manage GPS Reference Stations Network and RTK Data Distribution Globally
An Innovative Concept to Manage GPS Reference Stations Network and RTK Data Distribution Vincent LUI, Hong Kong SAR, China Key words: GPS reference station network, Internet, Spider, data management, integrity
EE4367 Telecom. Switching & Transmission. Prof. Murat Torlak
Packet Switching and Computer Networks Switching As computer networks became more pervasive, more and more data and also less voice was transmitted over telephone lines. Circuit Switching The telephone
Work Process Management
GE Intelligent Platforms Work Process Management Achieving Operational Excellence through Consistent and Repeatable Plant Operations With Work Process Management, organizations can drive the right actions
Online Communication of Critical Parameters in Powerplant Using ZIGBEE
International Journal of Engineering Science Invention Volume 2 Issue 2 ǁ February. 2013 Online Communication of Critical Parameters in Powerplant Using ZIGBEE D.Santhiya 1, R.Renita Priyatharshini 2,K.C.Dhivya
Vulnerabilities in SCADA and Critical Infrastructure Systems
International Journal of Future Generation Communication and Networking 99 Vulnerabilities in SCADA and Critical Infrastructure Systems Rosslin John Robles 1, Min-kyu Choi 1, Eun-suk Cho 1, Seok-soo Kim
Semaphore T BOX Applications in Data Center Facilities
Semaphore T BOX Applications in Data Center Facilities Introduction Data centers must reliably provide 24/7/365 operation. For automation and monitoring of the facility, use of a rugged, reliable RTU is
REMOTE CONTROL AND MONITORING OF AN INDUCTION MOTOR
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
