XML-based Modeling of Communication Protocols for the Power System

Size: px
Start display at page:

Download "XML-based Modeling of Communication Protocols for the Power System"

Transcription

1 XML-based Modeling of Communication Protocols for the Power System ZHIMIN HE, JIA WANG Engineering Training Center Shanghai University of Engineering Science No.333, Longteng Road, Songjiang District, Shanghai CHINA Abstract: The XML technology currently widely used in network communication is also able to play an important role in the automation system of the power Based on some specifications and standards of the current power system, the study conducted self-description of the information and data modeling of substation communication protocols with XML and its object-oriented technology, and discussed basic principles and methods of the modeling of communication protocols for the power system mainly with the case study of Standards. It is also the basis of heterogeneous data exchange and transmission with XML in the power Key-Words: XML; Communication Protocols; Modeling; Heterogeneous Data; Power System; Information Exchange; CIM 1 Introduction The openness of the current power automation system is limited due to the widespread use of proprietary databases provided by the supplier. With the development in the power industry, the automation system will always be faced with many new requirements, so it becomes more and more urgent to achieve the interconnection between the automation and information However, most proprietary database systems of power automation systems (such as EMS, etc.) are designed and developed according to the special functions and requirements of those provided by suppliers. In order to achieve correct and accurate interaction among the applications provided by different suppliers, it is necessary for these applications to have a shared and concerted understanding for the exchanged information. In the meantime, the information semantics in the power system should be defined as a uniformed data model so as to prevent integration engineering at some stage from becoming a wide area of isolated automation Island. Relevant international organizations have developed many relevant standards and protocols so as to meet the demand of the application of the power IEC has worked out a number of international standards on communication networks and system configuration for the power system, such as IEC 61870[2], the transmission communication protocol, that provide a uniform platform for information interaction in the power Based on these existing specifications and standards, the study discussed the basic principles and methods of describing with XML the data structure of communication protocols for the power In the development of previous data acquisition system of the power system, protocols were explained with themselves as objects. When a new protocol is required to be added to the system, the whole system needs to be changed and new program codes added, thereby causing a heavy workload. After the semantic information model of IEC series of transmission protocols was analyzed, objects in the protocols were obtained layer by layer with the XML technology so as to achieve the reuse of objects and self-definition of standard protocols in this study. With XML, the specific protocols in different fields are able to be described by layer by layer and the system can be smoothly transferred into the new protocol standard without any changes. 2 XML-based Information Exchange Model of the Power System Common Information Model (CIM) is, according to the definition of Object Management Group, a standard object of operation and application of the systems used for production, transmission, distribution, marketing and retail in power, water and gas industries. In the field of power, CIM defines, with its standard for description of power objects and their relationships, the standard object model of the power ISSN: ISBN:

2 industry used for development and integration of power engineering, planning, management, operation, business and other applications. CIM has greatly improved the openness and extensibility of the power automation However, as a large and complex system, it is impossible for all kinds of applications of the power system to be completely integrated onto the same database platform. Instead, data exchange between application systems are required to achieve the sharing and integration of data and functions. Extensible Markup Language (XML) is a markup language for marking electronic documents with structural information. The definition of exchanging data objects is standardized with CIM, while XML provides an effective means for this. The core issue of data exchange is the standardization of information description, which mainly solves the understandability of the information. Due to its ability to describe data and the consistency in format of data description, XML becomes a powerful tool for data exchange, especially suitable for data exchange among heterogeneous systems. With XML technology, all types of information in the power system, textual or binary, can be marked so that XML can be used as a communication medium among heterogeneous systems. Moreover, the extensibility and customization of XML has made it sufficient to express all types of data, which can be either received and processed by each automation system or transferred among different databases. Therefore, the issue of the uniform interface[1] among different automation systems in the power system can be better solved with the XML technology. There are no fixed labels and elements that can be applied to all users in all fields, because XML is a meta-markup language, but it allows developers and writers to define elements based on their requirements. X in XML represents extensibility, that is, XML documents can be extended so as to meet a variety of needs. The data and information described by XML documents are not only clear and readable, but also more precise in data search and positioning through extensibility. Since XML emphasizes the description of data themselves and the organization and storage structure of data contents, different users can extract relevant data out of their own needs for different purposes. Any tool that can read text files can read XML documents since they are text. Therefore, the data described by XML can be kept for a long time without having to worry about the problem of recognition. XML s characteristic of self-description allows the separation of messages from the application, and their modification or expansion will also not affect the current message processing. Therefore, it is generally accepted to encode messages with XML. For an enterprise-level power application system, data exchange can be achieved with external application systems or other power companies based on the information interaction model encoded by XML. Fig.1 is a schematic diagram of the structure of an XML-based for the power automation Topology Power Flow Calculation Network Modeling XML XML XML XML XML XML Database Middleware MIS Application EMS Information Release Other system Fig.1 The System Structure of XML-based CIM model for Power Automation System It can be seen from figure 1 that the realization of data exchange among different modules of the system through the XML interface is mainly because each system is described with the standardized XML modeling. 3 XML based Communication Protocols Description 3.1 Brief Introduction of Functions of IEC Series of Protocols In the substation automation communication system, there are a series of provisions in the sending and receiving processes of the communication to ensure that the two sides of communication can transmit data in a correct, effective and reliable way so as to regulate the two sides to work in a correct and coordinated way. These provisions are called data transmission control protocols, or in brief, communication protocols. At present, many international organizations and authorities are actively carrying out the work of standardizing substation automation [3]. For substation automation users and manufacturers, only with the standardization of transmission protocols and transmission networks, can the interchangeability and interoperability of the equipment in the substation automation system be achieved and can the drawbacks of inability to interconnect and connect equipment from different manufacturers be overcome. As the first international standard on communication networks ISSN: ISBN:

3 and systems of the substation automation system, IEC61870 conducts uniform modeling of data objects in the substation automation system, uses object-oriented technology and the abstract communication service interface independent of the network structure, and supports TCP/IP communication protocols for the automation It is an open, future-oriented and a new generation of communication protocols of the substation automation XML is used to achieve the conversion of communication protocols, in which the most important task is to model the communication frames. In the IEC61870 series of standards[4], describes the formats of the transmission frame which are mainly classified as FT1.1, FT1.2, FT2 and FT3. The frame formats of FT1.2 described later can be further divided into those of variable frame length, fixed frame length and single control byte, of which the specific formats are shown in fig.2 68H DataLength (L) DataLength (L) 68H ControlDomain (C) AddressDomain (A) 10H ControlDomain (C) AddressDomain (A) Link User Data Area CheckSum (CS) EndCharacter 16H E5H A2H Link User Data Area CheckSum (CS) EndCharacter 16H Fig.2 The specific formats divided into variable frame length, fixed frame length and single control byte formats 3.2 Protocol-based XML-Schema When the protocols are described with XML, XML-Schema is first to be developed in the field of protocols application[5], which defines semantics and syntax used in protocol description with XML, embodying the characteristics of XML customization. In the XML-Schema, it is necessary to define elements, tags, attributes and entities used in describing the protocols, reflect the logical relationship between the protocol data described and ensure that XML documents are readable and searchable. With the format of FT1.2 variable frame length in IEC as the example, XML-Schema document Protocols.xml of the link layer is described as follows: (1) <? xml version = 1.0 encoding = UTF-8?> (2) <Schema xmlns = urn:schemamicrosoft-com:xml-data xmlns:dt = urn:schema-microsoft-com:datatyp es > (3) <ElementType name = PRM (4) <ElementType name = FCB (5) <ElementType name = FCV (6) <ElementType name = ACD (7) <ElementType name = DFC (8) <ElementType name = FunctionCode (9) <ElementType name = (10) <ElementType name = Length dt:type = int /> (11) <ElementType name = AddressDomain (12) <ElementType name = CheckSum (13) <ElementType name = EndCharacter (14) <ElementType name = ControlDomain dt:type = eltonly /> (15) <element type = PRM > (16) <group order = seq minoccurs = 0 maxoccurs = 1 /> (17) <element type = FCB /> (18) <element type = FCV /> (19) </group> (20) <group order = seq minoccurs = 0 maxoccurs = 1 /> (21) <element type = ACD /> (22) <element type = DFC /> (23) </group> (24) <element type = FunctionCode /> (25) </ElementType> (26) <ElementType name = LPCI content = eltonly > (27) <element type = minoccurs = 1 maxoccurs = * /> (28) <element type = Length minoccurs = 1 maxoccurs = * /> (29) <element type = ControlDomain /> (30) <element type = AddressDomain minoccurs = 0 maxoccurs = 1 /> (31) <element type = CheckSum /> ISSN: ISBN:

4 (32) <element type = EndCharacter /> (33) </ElementType> (34) </Schema> Where (1) is an XML type declaration statement, indicating that it is an XML document encoded by UTF-8 and in accordance with the specifications of version 1.0. (2) is a Schema declaration statement, including Schema namespace declaration. Two namespaces are used above, of which xmlns = urn:schema-microsoft-com:xml-data specifies that the document is an XML Schema document and xmlns:dt = urn:schema-microsoft-com:datatypes defines the data type used in the document. (3)~(13) are element definition statements. A total of 11 elements are defined according to the format of FT1.2 variable frame length in Protocol IEC : PRM (start packet bit), FCB (frame count bit), FCV (frame count valid bit), ACD (asked to visit bit), DFC (data flow control bit), FunctionCode (function code), (start character), Length (length), AddressDomain (address domain), CheckSum (frame checksum) and EndCharacter (end character), data types of which are int. (14)~(25) define the sub-element ControlDomain (control domain) in the Schema and specify its sub-elements. (26)~(33) define the third-level element LPCI (Link Protocol Control Information) in the Schema and specify its sub-elements. (34) is a closing tag statement, indicating the end of Shcema description. 3.3 XML-based Protocol Description The customization of protocol-based XML-Schema provides a set of syntax and semantics to describe protocols with XML, which can be used to describe the protocols in a layered way to accomplish the transition from protocol-oriented to layer oriented in the data acquisition system and make the protocols configurable. The XML description of one function frame in Protocol IEC for substation automation system is shown below also in the FT1.2 frame format. The XML-Schema customization of protocols in the Protocols.xml forms the semantics and syntax for protocol description with XML, which are described with XML as follows: <? xml version = 1.0 encoding = UTF-8?> <Protocols xmlns = x-schema:protocols.xml > <LPCI> <>104</> <Length>15</Length> <ControlDomain> <PRM>0</PRM> <ACD>1</ACD> <DFC>0</DFC> <FunctionCode>8</FunctionCode> </ControlDomain> <AddressDomain>a</AddressDomain> <CheckSum>b</CheckSum> <EndCharacter>22</EndCharacter> </LPCI> <DUI> <DUT> <TYP>6</TYP> <VSQ>129</VSQ> </DUT> </DUI> <InfObj> <IOD> <FUN>255</FUN> <INF>0</INF> </IOD> <InfEle> <Time> <Year>c</Year> <Month>d</Month> <Day>e</Day> <DayOfWeek>f</DayOfWe ek> <Hour>g</Hour> <Minute>h</Minute> <Second>i</Second> <MilliSec>j</MilliSec> <Time> <InfEle> <InfObj> <Asdu> </Protocols> In this XML-based description of Protocol 103, the element ACD is 1, indicating that the interval unit is required to transmit level-one user data to the control system; the element DFC is 0, indicating that new data can be accepted; the element AddressDomain is a; the frame check and CheckSum are b; in the element Time, j is millisecond, i is second, h is minute, g is hour, f is week, e is day, d is month, and c is year. Fig.3 shows the program s flow chart of protocol components in the direction of monitoring. Protocol-based XML-Schema developed through the above principles and methods and XML-based protocol description can solve the problem of data heterogeneity in the power system caused by the adoption of different communication protocols. ISSN: ISBN:

5 Matching at Link layer Form XML documents described at link layer Frame data flow Matching at Application layer Form XML documents described at application layer Future, Proceedings of the IEEE, Vol.93, No.11, 2005, pp [4] Lin Wang, Celia Li, Helen Cheung, etc., PRAC: A Novel Security Access Model For Power Distribution System Computer Networks, Proceedings of IEEE PES General Meeting 2007, Vol.1, 2007, pp [5] Alexander Apostolov, XML Applications to UCA 2.0/IEC Object Modeling, IEEE/PES Summer Meeting, July, 2002, pp Assemble XML documents of XML-based protocol description Fig.3 The Flow Chart of Protocol Components in the Monitoring Direction 4 Conclusion Although the issue of the interaction of heterogeneous data in the power system has attracted more attention in recent years and has been discussed in some relevant research, some drawbacks still exist in the current methods, especially their inability to meet the requirements of network-based information exchange. The emerging network technology XML provides a common data exchange format, making it possible the smooth interaction on the network of heterogeneous data among the power automation systems. Based on the characteristics of data modeling in the power system, the study discussed the basic principles and methods of describing and establishing with XML substation communication protocols of the common data structure in the power However, there are still some challenges for XML to be widely used in the power system, which mainly includes interoperability based on XML and the potential and serious network security issues. Objectively speaking, these challenges are not to be easily overcome, and some of them are not purely technical ones. So it is also an issue of research as to how to tackle these challenges. References: [1] Sun Jing, Li Xiaoming, Zhang Lianmei, Method of the exchange of the data among heterogeneous databases in heterogeneous power information system, Automation of Electric System, Vol.21, No.2, 2003, pp [2] IEC (Committee Draft), Communication Networks and Systems in Substation[S], 1999 [3] Felix F. Wu, Khosrow Moslehi, Anjannn Bose, Power System Control Centers: Past, Present and ISSN: ISBN:

Semistructured Data Store Mapping with XML and Its Reconstruction

Semistructured Data Store Mapping with XML and Its Reconstruction Semistructured Data Store Mapping with XML and Its Reconstruction Enhong CHEN 1 Gongqing WU 1 Gabriela Lindemann 2 Mirjam Minor 2 1 Department of Computer Science University of Science and Technology of

More information

Object-Oriented Web-Based Courses Development through XML

Object-Oriented Web-Based Courses Development through XML Object-Oriented Web-Based Courses Development through XML Shyi-Shiou Wu 1, Sin-Min Tsai 2, Shya-Shiow Sun 3, Po-Ching Yang 4 1 Department of Electronic Engineering, National Taiwan University of Science

More information

Study on XML-based Heterogeneous Agriculture Database Sharing Platform

Study on XML-based Heterogeneous Agriculture Database Sharing Platform Study on XML-based Heterogeneous Agriculture Database Sharing Platform Qiulan Wu, Yongxiang Sun, Xiaoxia Yang, Yong Liang,Xia Geng School of Information Science and Engineering, Shandong Agricultural University,

More information

Application and Research of Integrated Information Exchange System Between Substation and Dispatch Center

Application and Research of Integrated Information Exchange System Between Substation and Dispatch Center International Conference on Energy, Power and Electrical Engineering (EPEE 2016) Application and Research of Integrated Information Exchange System Between Substation and Dispatch Center Ning Jiang1, Lin

More information

Chapter 6: DNP Introduction. 6.2 Features of the DNP The OSI/ISO model. 6.3 Basic topology

Chapter 6: DNP Introduction. 6.2 Features of the DNP The OSI/ISO model. 6.3 Basic topology 6.1 Introduction DNP3 (Distributed Network Protocol Version 3) is an open, intelligent, robust and efficient modern SCADA protocol designed to optimise the transmission of data acquisition information

More information

XML Description Schema for Power Quality Data

XML Description Schema for Power Quality Data XML Description Schema for Power Quality J.P. Braun, V.J. Gosbell, I.S. Burnett School of Electrical, Computer and Telecommunications Engineering, University of Wollongong jbraun@ieee.org Abstract The

More information

ENGINEERING COMMITTEE Digital Video Subcommittee

ENGINEERING COMMITTEE Digital Video Subcommittee ENGINEERING COMMITTEE Digital Video Subcommittee SCTE 164 2010 Emergency Alert Metadata Descriptor NOTICE The Society of Cable Telecommunications Engineers (SCTE) Standards are intended to serve the public

More information

Chapter 2 Communication for Control in Heterogeneous Power Supply

Chapter 2 Communication for Control in Heterogeneous Power Supply Chapter 2 Communication for Control in Heterogeneous Power Supply The need to modernize the power grid infrastructure, and governments commitment for a cleaner environment, is driving the move towards

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO 13209-3 First edition 2012-08-15 Road vehicles Open Test sequence exchange format (OTX) Part 3: Standard extensions and requirements Véhicules routiers Format public d'échange

More information

Research on Technologies in Smart Substation

Research on Technologies in Smart Substation Available online at www.sciencedirect.com Energy Procedia 12 (2011) 113 119 ICSGCE 2011: 27 30 September 2011, Chengdu, China Research on Technologies in Smart Substation Hongwei Li *, Lixin Wang Technology

More information

THE VEGA PERSONAL GRID: A LIGHTWEIGHT GRID ARCHITECTURE

THE VEGA PERSONAL GRID: A LIGHTWEIGHT GRID ARCHITECTURE THE VEGA PERSONAL GRID: A LIGHTWEIGHT GRID ARCHITECTURE Wei Li, Zhiwei Xu, Bingchen Li, Yili Gong Institute of Computing Technology of Chinese Academy of Sciences Beijing China, 100080 {zxu, liwei, libingchen,

More information

The Application of CAN Bus in Intelligent Substation Automation System Yuehua HUANG 1, a, Ruiyong LIU 2, b, Peipei YANG 3, C, Dongxu XIANG 4,D

The Application of CAN Bus in Intelligent Substation Automation System Yuehua HUANG 1, a, Ruiyong LIU 2, b, Peipei YANG 3, C, Dongxu XIANG 4,D International Power, Electronics and Materials Engineering Conference (IPEMEC 2015) The Application of CAN Bus in Intelligent Substation Automation System Yuehua HUANG 1, a, Ruiyong LIU 2, b, Peipei YANG

More information

International Jmynal of Intellectual Advancements and Research in Engineering Computations

International Jmynal of Intellectual Advancements and Research in Engineering Computations www.ijiarec.com ISSN:2348-2079 DEC-2015 International Jmynal of Intellectual Advancements and Research in Engineering Computations VIRTUALIZATION OF DISTIRIBUTED DATABASES USING XML 1 M.Ramu ABSTRACT Objective

More information

Week 11: MIS 3537: Internet and Supply Chains

Week 11: MIS 3537: Internet and Supply Chains Week 11: and Case MIS 3537: Internet and Supply Chains and 2003: Video and and 7 C s of Strategic Collaboration 1. Connection with Purpose and People 2. Clarity of Purpose 3. Congruence of Mission, Strategy

More information

Remote Monitoring System of Ship Running State under Wireless Network

Remote Monitoring System of Ship Running State under Wireless Network Journal of Shipping and Ocean Engineering 7 (2017) 181-185 doi 10.17265/2159-5879/2017.05.001 D DAVID PUBLISHING Remote Monitoring System of Ship Running State under Wireless Network LI Ning Department

More information

Application of New Framework in Computer Systems for Steel Industry

Application of New Framework in Computer Systems for Steel Industry Application of New Framework in Computer Systems for Steel Industry Hajime Yoshikawa 1. Introduction Computer systems (process computers) have been used in the steel industry for several decades and were

More information

Research Article Mobile Storage and Search Engine of Information Oriented to Food Cloud

Research Article Mobile Storage and Search Engine of Information Oriented to Food Cloud Advance Journal of Food Science and Technology 5(10): 1331-1336, 2013 DOI:10.19026/ajfst.5.3106 ISSN: 2042-4868; e-issn: 2042-4876 2013 Maxwell Scientific Publication Corp. Submitted: May 29, 2013 Accepted:

More information

Applied Research on AC/DC Integrated Power Supply of Substation Lu Zhigang1, a, Lei Bo1, b, Zheng Yongqiang2, c

Applied Research on AC/DC Integrated Power Supply of Substation Lu Zhigang1, a, Lei Bo1, b, Zheng Yongqiang2, c 4th International Conference on Electrical & Electronics Engineering and Computer Science (ICEEECS 2016) Applied Research on AC/DC Integrated Power Supply of Substation Lu Zhigang1, a, Lei Bo1, b, Zheng

More information

A Training Simulator for PD Detection Personnel

A Training Simulator for PD Detection Personnel Journal of Power and Energy Engineering, 2014, 2, 573-578 Published Online April 2014 in SciRes. http://www.scirp.org/journal/jpee http://dx.doi.org/10.4236/jpee.2014.24077 A Training Simulator for PD

More information

Application and Research of Integrated Model Between Substation and Dispatch Center

Application and Research of Integrated Model Between Substation and Dispatch Center International Conference on Energy, Power and Electrical Engineering (EPEE 2016) Application and Research of Integrated Model Between Substation and Dispatch Center Ning Jiang1, Lin Li1, Ning Kang1, Guodong

More information

Expansion of a Control Center System: Emergency and Backup Setups

Expansion of a Control Center System: Emergency and Backup Setups Proceedings of the 11th WSEAS International Conference on SYSTEMS, Agios Nikolaos, Crete Island, Greece, July 23-25, 2007 457 Expansion of a Control Center System: Emergency and Backup Setups OSAMAH ALSAYEGH

More information

COMPARATIVE STUDY OF TECHNOLOGIES RELATED TO COMPONENT-BASED APPLICATIONS BASED ON THEIR RESPONSE TIME PERFORMANCE

COMPARATIVE STUDY OF TECHNOLOGIES RELATED TO COMPONENT-BASED APPLICATIONS BASED ON THEIR RESPONSE TIME PERFORMANCE 102 COMPARATIVE STUDY OF TECHNOLOGIES RELATED TO COMPONENT-BASED APPLICATIONS BASED ON THEIR RESPONSE TIME PERFORMANCE Richa Balauria 1, Arvind Kalia 2 Department of Computer Science, H.P University, Shimla

More information

Forward Tx Software. SLMovieListEditor. Task editor for the MovieList title element. Revision as of: November 23, User s Guide.

Forward Tx Software. SLMovieListEditor. Task editor for the MovieList title element. Revision as of: November 23, User s Guide. Forward Tx Software SLMovieListEditor Task editor for the MovieList title element Revision as of: November 23, 2015 User s Guide SoftLab-NSK Notice The information in this document is subject to change

More information

Synchronization Time Division Multiplexing Bus Communication Method Using Serial Communication Interface

Synchronization Time Division Multiplexing Bus Communication Method Using Serial Communication Interface Synchronization Time Division Multiplexing Bus Communication Method Using Serial Communication Interface Xi Liu, Ruihai Dai and Bifu Qian * State Grid Wenzhou Electric Power Supply Company, Zhejiang, Wenzhou,

More information

Intended status: Standards Track Expires: December 11, 2018 Chongqing University of Posts and Telecommunications June 9, 2018

Intended status: Standards Track Expires: December 11, 2018 Chongqing University of Posts and Telecommunications June 9, 2018 DetNet Internet Draft Intended status: Standards Track Expires: December 11, 2018 H. Wang P. Wang C. Zhang Y. Yang Chongqing University of Posts and Telecommunications June 9, 2018 Joint Scheduling Architecture

More information

LDAP-based IOT Object Information Management Scheme

LDAP-based IOT Object Information Management Scheme ISSN 2409-2665 Journal of Logistics, Informatics and Service Science Vol. 1 (2014) No. 1, pp. 11-22 LDAP-based IOT Object Information Management Scheme Li Hai 1*, Fan Chunxiao 1, Wu Yuexin 1, Liu Jie 1,

More information

IEC 61850: From Paper to Operation

IEC 61850: From Paper to Operation IEC 61850: From Paper to Operation Dr. Alexander Apostolov AREVA T&D Automation XVIII SNPTEE Curitiba, Brazil, 19 October 2005 Introduction IEC 61850 is now an approved international standard It allows

More information

Developing Scalable Smart Grid Infrastructure to Enable Secure Transmission. System Control

Developing Scalable Smart Grid Infrastructure to Enable Secure Transmission. System Control Developing Scalable Smart Grid Infrastructure to Enable Secure Transmission System Control EP/K006487/1 UK PI: Prof Gareth Taylor (BU) China PI: Prof Yong-Hua Song (THU) Consortium UK Members: Consortium

More information

Remote Supervising of Power Plant

Remote Supervising of Power Plant 2017 2nd International Conference on Computer, Mechatronics and Electronic Engineering (CMEE 2017) ISBN: 978-1-60595-532-2 Remote Supervising of Power Plant Hui-ran WANG 1 and Rui-fang MA 2, * 1 College

More information

CIM/E Oriented Graph Database Model Architecture and Parallel Network Topology Processing

CIM/E Oriented Graph Database Model Architecture and Parallel Network Topology Processing CIM/E Oriented Graph Model Architecture and Parallel Network Topology Processing Zhangxin Zhou a, b, Chen Yuan a, Ziyan Yao a, Jiangpeng Dai a, Guangyi Liu a, Renchang Dai a, Zhiwei Wang a, and Garng M.

More information

Area Limitations on Smart Grid Computer Networks

Area Limitations on Smart Grid Computer Networks I.J. Wireless and Microwave Technologies, 2016, 3, 71-78 Published Online May 2016 in MECS(http://www.mecs-press.net) DOI: 10.5815/ijwmt.2016.03.08 Available online at http://www.mecs-press.net/ijwmt Area

More information

A Web Services Based Platform for Exchange of Procedural CAD Models

A Web Services Based Platform for Exchange of Procedural CAD Models A Web Services Based Platform for Exchange of Procedural CAD Models Xiang Chen, Min Li, Shuming Gao State Key Laboratory of CAD&CG, Zhejiang University (310027) {xchen, limin, smgao}@cad.zju.edu.cn Abstract

More information

Introduction to XML. Asst. Prof. Dr. Kanda Runapongsa Saikaew Dept. of Computer Engineering Khon Kaen University

Introduction to XML. Asst. Prof. Dr. Kanda Runapongsa Saikaew Dept. of Computer Engineering Khon Kaen University Introduction to XML Asst. Prof. Dr. Kanda Runapongsa Saikaew Dept. of Computer Engineering Khon Kaen University http://gear.kku.ac.th/~krunapon/xmlws 1 Topics p What is XML? p Why XML? p Where does XML

More information

Design and Implementation of Portable Development Framework in Signal Processing Platform

Design and Implementation of Portable Development Framework in Signal Processing Platform 2017 2nd International Conference on Software, Multimedia and Communication Engineering (SMCE 2017) ISBN: 978-1-60595-458-5 Design and Implementation of Portable Development Framework in Signal Processing

More information

Centralized & Distributed Intelligence applied to Distribution Automation

Centralized & Distributed Intelligence applied to Distribution Automation Centralized & Distributed Intelligence applied to Distribution Automation Table of Contents Automated Feeder restoration, put to the test Centralized Control and Distributed intelligence Distributed intelligence

More information

A Web Service for Exchanging Procedural CAD Models between heterogeneous CAD systems

A Web Service for Exchanging Procedural CAD Models between heterogeneous CAD systems A Web Service for Exchanging Procedural CAD Models between heterogeneous CAD systems Xiang Chen, Min Li, Shuming Gao State Key Laboratory of CAD&CG, Zhejiang University (310027) {xchen, limin, smgao}@cad.zju.edu.cn

More information

Use Case Create NOMCR

Use Case Create NOMCR Use Case Create NOMCR COPS.P01ModelManageData_UseCase_CreateNOMCR_V0.9 Name: Create NOMCR for Incremental Model Update Summary: Acronyms: Create Data change file for all additions, deletions or modifications

More information

Network protocols and. network systems INTRODUCTION CHAPTER

Network protocols and. network systems INTRODUCTION CHAPTER CHAPTER Network protocols and 2 network systems INTRODUCTION The technical area of telecommunications and networking is a mature area of engineering that has experienced significant contributions for more

More information

Introduction to XML 3/14/12. Introduction to XML

Introduction to XML 3/14/12. Introduction to XML Introduction to XML Asst. Prof. Dr. Kanda Runapongsa Saikaew Dept. of Computer Engineering Khon Kaen University http://gear.kku.ac.th/~krunapon/xmlws 1 Topics p What is XML? p Why XML? p Where does XML

More information

Design and Implementation of Dual-Mode Wireless Video Monitoring System

Design and Implementation of Dual-Mode Wireless Video Monitoring System Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Design and Implementation of Dual-Mode Wireless Video Monitoring System BAO Song-Jian, YANG Shou-Liang ChongQing University

More information

User module. Protocol IEC101/104 APPLICATION NOTE

User module. Protocol IEC101/104 APPLICATION NOTE User module Protocol IEC101/104 APPLICATION NOTE Used symbols Danger Information regarding user safety or potential damage to the router. Attention Problems that can arise in specific situations. Information,

More information

Research on Approach of Equipment Status and Operation Information Acquisition Based on Equipment Control Bus

Research on Approach of Equipment Status and Operation Information Acquisition Based on Equipment Control Bus Research on Approach of Equipment Status and Operation Information Acquisition Based on Equipment Control Bus Xu Li a, *, Chen Meng, Huixia Jiang, Cheng Wang Army Engineering University, Shijiazhuang 050003,

More information

Ontology Extraction from Heterogeneous Documents

Ontology Extraction from Heterogeneous Documents Vol.3, Issue.2, March-April. 2013 pp-985-989 ISSN: 2249-6645 Ontology Extraction from Heterogeneous Documents Kirankumar Kataraki, 1 Sumana M 2 1 IV sem M.Tech/ Department of Information Science & Engg

More information

Java EE 7: Back-end Server Application Development 4-2

Java EE 7: Back-end Server Application Development 4-2 Java EE 7: Back-end Server Application Development 4-2 XML describes data objects called XML documents that: Are composed of markup language for structuring the document data Support custom tags for data

More information

ARCHITECTURE OF A WEB-BASED POWER SCADA SYSTEM USING J2EE TECHNOLOGY

ARCHITECTURE OF A WEB-BASED POWER SCADA SYSTEM USING J2EE TECHNOLOGY 40 ARCHITECTURE OF A WEB-BASED POWER SCADA SYSTEM USING J2EE TECHNOLOGY Qizhi Chen 1,2, Hamada Ghenniwa 2, Weiming Shen 2,3 1 Southwest Jiaotong University, Chengdu, China 2 University of Western Ontario,

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 1: Systems

ISO/IEC INTERNATIONAL STANDARD. Information technology Multimedia content description interface Part 1: Systems INTERNATIONAL STANDARD ISO/IEC 15938-1 First edition 2002-07-01 Information technology Multimedia content description interface Part 1: Systems Technologies de l'information Interface de description du

More information

ISO/IEC TR TECHNICAL REPORT

ISO/IEC TR TECHNICAL REPORT TECHNICAL REPORT ISO/IEC TR 22250-1 First edition 2002-02-15 Information technology Document description and processing languages Regular Language Description for XML (RELAX) Part 1: RELAX Core Technologies

More information

Realization of IEC Protocol in DTU

Realization of IEC Protocol in DTU Realization of IEC 60870-5-104 Protocol in DTU Weiqing Tao, Xiong Chen and Qiaoyun Zhang Abstract According to the IEC 60870-5-101 and IEC 60870-5-104 telecontrol protocol published by IEC, the corresponding

More information

An Application of Genetic Algorithm for Auto-body Panel Die-design Case Library Based on Grid

An Application of Genetic Algorithm for Auto-body Panel Die-design Case Library Based on Grid An Application of Genetic Algorithm for Auto-body Panel Die-design Case Library Based on Grid Demin Wang 2, Hong Zhu 1, and Xin Liu 2 1 College of Computer Science and Technology, Jilin University, Changchun

More information

Design of point to multi-point wireless communication system based on ZigBee

Design of point to multi-point wireless communication system based on ZigBee Design of point to multi-point wireless communication system based on ZigBee Tinting Meng, Chengdong Wu, Bo Shang, Chengxi Goo, unzhou Zhang College of Information Science and Engineering Northeastern

More information

Proposal for Implementing Linked Open Data on Libraries Catalogue

Proposal for Implementing Linked Open Data on Libraries Catalogue Submitted on: 16.07.2018 Proposal for Implementing Linked Open Data on Libraries Catalogue Esraa Elsayed Abdelaziz Computer Science, Arab Academy for Science and Technology, Alexandria, Egypt. E-mail address:

More information

Performance Comparison and Analysis of Power Quality Web Services Based on REST and SOAP

Performance Comparison and Analysis of Power Quality Web Services Based on REST and SOAP 5th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2017) Performance Comparison and Analysis of Power Quality Web Services Based on REST and SOAP Suxia

More information

Ingegneria del Software Corso di Laurea in Informatica per il Management. Introduction to UML

Ingegneria del Software Corso di Laurea in Informatica per il Management. Introduction to UML Ingegneria del Software Corso di Laurea in Informatica per il Management Introduction to UML Davide Rossi Dipartimento di Informatica Università di Bologna Modeling A model is an (abstract) representation

More information

The Analysis and Research of IPTV Set-top Box System. Fangyan Bai 1, Qi Sun 2

The Analysis and Research of IPTV Set-top Box System. Fangyan Bai 1, Qi Sun 2 Applied Mechanics and Materials Online: 2012-12-13 ISSN: 1662-7482, Vols. 256-259, pp 2898-2901 doi:10.4028/www.scientific.net/amm.256-259.2898 2013 Trans Tech Publications, Switzerland The Analysis and

More information

An Aspect-to-Class Advising Architecture Based on XML in Aspect Oriented Programming

An Aspect-to-Class Advising Architecture Based on XML in Aspect Oriented Programming An Aspect-to-Class Advising Architecture Based on XML in Aspect Oriented Programming T. Hussain, M. M. Awais, S. Shamail, M. A. Adnan Department of Computer Science Lahore University of Management Sciences,

More information

Development of an Intelligent Station HMI in IEC Based Substation

Development of an Intelligent Station HMI in IEC Based Substation Journal of Electrical Engineering & Technology, Vol. 4, No.1, pp. 13~18, 2009 13 Development of an Intelligent Station HMI in IEC 61850 Based Substation Seong-Jeong Rim, Sheng-Wu Zeng* and Seung-Jae Lee**

More information

Avygdor Moise, Ph.D. Future DOS Research & Development Inc. Enablers of plug & play AMI solutions that work

Avygdor Moise, Ph.D. Future DOS Research & Development Inc. Enablers of plug & play AMI solutions that work Integration of the ANSI standard in the SmartGrid system design Presented by Avygdor Moise, Ph.D. Future DOS Research & Development Inc. Enablers of plug & play AMI solutions that work 303-6707 Elbow Drive

More information

Automatic Iron Cutting Device using IEC61499 FBs Editor

Automatic Iron Cutting Device using IEC61499 FBs Editor Automatic Iron Cutting Device using IEC61499 FBs Editor Maryam Sadeghi Dept. of Electrical Engineering Islamic Azad University Eslamshahr branch PO Box:33135/369 Sayad Shirazi Ave, Namaz Sqr, Eslamshahr

More information

Internet Draft Intended status: Standards Track Expires: January 16, 2019 D. Xiong Chongqing University of Posts and Telecommunications July 15, 2018

Internet Draft Intended status: Standards Track Expires: January 16, 2019 D. Xiong Chongqing University of Posts and Telecommunications July 15, 2018 Core Internet Draft Intended status: Standards Track Expires: January 16, 2019 H. Wang C. Pu P. Wang Y. Yang D. Xiong Chongqing University of Posts and Telecommunications July 15, 2018 Requirements Analysis

More information

A New Algorithm for Black-start Zone Partitioning Based on Fuzzy Clustering Analysis

A New Algorithm for Black-start Zone Partitioning Based on Fuzzy Clustering Analysis Energy and Power Engineering, 2013, 5, 763-768 doi:10.4236/epe.2013.54b147 Published Online July 2013 (http://www.scirp.org/journal/epe) A New Algorithm for Black-start Zone Partitioning Based on Fuzzy

More information

XML Motivations. Semi-structured data. Principles of Information and Database Management 198:336 Week 8 Mar 28 Matthew Stone.

XML Motivations. Semi-structured data. Principles of Information and Database Management 198:336 Week 8 Mar 28 Matthew Stone. XML Motivations Principles of Information and Database Management 198:336 Week 8 Mar 28 Matthew Stone Semi-structured data Relaxing traditional schema Storing more complex objects Standardized data Using

More information

ISO/IEC INTERNATIONAL STANDARD. Information technology ASN.1 encoding rules: Mapping W3C XML schema definitions into ASN.1

ISO/IEC INTERNATIONAL STANDARD. Information technology ASN.1 encoding rules: Mapping W3C XML schema definitions into ASN.1 INTERNATIONAL STANDARD ISO/IEC 8825-5 Third edition 2015-11-15 Information technology ASN.1 encoding rules: Mapping W3C XML schema definitions into ASN.1 Technologies de l'information Règles de codage

More information

BACnet: A Data Communication Protocol for Building Automation and Control Networks

BACnet: A Data Communication Protocol for Building Automation and Control Networks . BACnet: A Data Communication Protocol for Building Automation and Control Networks.......... CS495 Computer Networking Research Project Submitted By: Eric Durant Submitted To: Dr. Henry Welch Date: Wednesday

More information

Comp 336/436 - Markup Languages. Fall Semester Week 4. Dr Nick Hayward

Comp 336/436 - Markup Languages. Fall Semester Week 4. Dr Nick Hayward Comp 336/436 - Markup Languages Fall Semester 2017 - Week 4 Dr Nick Hayward XML - recap first version of XML became a W3C Recommendation in 1998 a useful format for data storage and exchange config files,

More information

Crop Production Recognize Frameworks using Mobile Enterprise Application

Crop Production Recognize Frameworks using Mobile Enterprise Application , 22-24 October, 2014, San Francisco, USA Crop Production Recognize Frameworks using Mobile Enterprise Application Haeng Kon Kim and Roger Y Lee Abstract In this paper we propose an Enterprise Application

More information

Study of Smart Home System based on Zigbee Wireless Sensor System. Jie Huang 1

Study of Smart Home System based on Zigbee Wireless Sensor System. Jie Huang 1 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) Study of Smart Home System based on Zigbee Wireless Sensor System Jie Huang 1 1 College of Mechanical and Electronic

More information

XML ALONE IS NOT SUFFICIENT FOR EFFECTIVE WEBEDI

XML ALONE IS NOT SUFFICIENT FOR EFFECTIVE WEBEDI Chapter 18 XML ALONE IS NOT SUFFICIENT FOR EFFECTIVE WEBEDI Fábio Ghignatti Beckenkamp and Wolfgang Pree Abstract: Key words: WebEDI relies on the Internet infrastructure for exchanging documents among

More information

Semantic Data Extraction for B2B Integration

Semantic Data Extraction for B2B Integration Silva, B., Cardoso, J., Semantic Data Extraction for B2B Integration, International Workshop on Dynamic Distributed Systems (IWDDS), In conjunction with the ICDCS 2006, The 26th International Conference

More information

Comp 336/436 - Markup Languages. Fall Semester Week 4. Dr Nick Hayward

Comp 336/436 - Markup Languages. Fall Semester Week 4. Dr Nick Hayward Comp 336/436 - Markup Languages Fall Semester 2018 - Week 4 Dr Nick Hayward XML - recap first version of XML became a W3C Recommendation in 1998 a useful format for data storage and exchange config files,

More information

Design of Substation and Distribution Station Monitoring System Based on DELPHI and Intelligent Modules

Design of Substation and Distribution Station Monitoring System Based on DELPHI and Intelligent Modules Journal of Information Hiding and Multimedia Signal Processing c 2016 ISSN 2073-4212 Ubiquitous International Volume 7, Number 4, July 2016 Design of Substation and Distribution Station Monitoring System

More information

CIMERGY PROJECT FIRST RESULTS ON IEC STANDARDS EDF IMPLEMENTATION

CIMERGY PROJECT FIRST RESULTS ON IEC STANDARDS EDF IMPLEMENTATION CIMERGY PROJECT FIRST RESULTS ON IEC 61970-61968 STANDARDS EDF IMPLEMENTATION E. Lambert*, A. Maizener*, F. Wu*, J.L Sanson*, C. Bahloul*, P. Veyret* *EDF R&D Division 1, Abenur du Général de Gaulle 92141

More information

Status of IEEE SSSWG and ANSI/AIIM MS71 Standards. Presented at the THIC Meeting at the DoubleTree Hotel Del Mar CA on January 18, 2000

Status of IEEE SSSWG and ANSI/AIIM MS71 Standards. Presented at the THIC Meeting at the DoubleTree Hotel Del Mar CA on January 18, 2000 Status of IEEE SSSWG and ANSI/AIIM MS71 Standards P C Hariharan Systems Engineering & Security, Inc 7474 Greenway Center Dr, Suite 700 Greenbelt MD 20770-3523 Phone: +1-301-441-3694; FAX: +1-301-441-3697

More information

A web application serving queries on renewable energy sources and energy management topics database, built on JSP technology

A web application serving queries on renewable energy sources and energy management topics database, built on JSP technology International Workshop on Energy Performance and Environmental 1 A web application serving queries on renewable energy sources and energy management topics database, built on JSP technology P.N. Christias

More information

AN OBJECT-ORIENTED FRAMEWORK FOR THE DEVELOPMENT OF DISTRIBUTED INDUSTRIAL PROCESS MEASUREMENT AND CONTROL SYSTEMS

AN OBJECT-ORIENTED FRAMEWORK FOR THE DEVELOPMENT OF DISTRIBUTED INDUSTRIAL PROCESS MEASUREMENT AND CONTROL SYSTEMS AN OBJECT-ORIENTED FRAMEWORK FOR THE DEVELOPMENT OF DISTRIBUTED INDUSTRIAL PROCESS Kleanthis Thramboulidis, Chris Tranoris Electrical & Computer Engineering Department, University of Patras, 265 00 Patras,

More information

Realisation of SOA using Web Services. Adomas Svirskas Vilnius University December 2005

Realisation of SOA using Web Services. Adomas Svirskas Vilnius University December 2005 Realisation of SOA using Web Services Adomas Svirskas Vilnius University December 2005 Agenda SOA Realisation Web Services Web Services Core Technologies SOA and Web Services [1] SOA is a way of organising

More information

The Research of Internet of Things in Operation and Maintenance for Distribution Grid

The Research of Internet of Things in Operation and Maintenance for Distribution Grid 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 The Research of Internet of Things in Operation and Maintenance for Distribution Grid Hengbo

More information

A tool for Entering Structural Metadata in Digital Libraries

A tool for Entering Structural Metadata in Digital Libraries A tool for Entering Structural Metadata in Digital Libraries Lavanya Prahallad, Indira Thammishetty, E.Veera Raghavendra, Vamshi Ambati MSIT Division, International Institute of Information Technology,

More information

The Specifications Exchange Service of an RM-ODP Framework

The Specifications Exchange Service of an RM-ODP Framework The Specifications Exchange Service of an RM-ODP Framework X. Blanc (*+), M-P. Gervais(*), J. Le Delliou(+) (*)Laboratoire d'informatique de Paris 6-8 rue du Capitaine Scott F75015 PARIS (+)EDF Research

More information

Shared-network scheme of SMV and GOOSE in smart substation

Shared-network scheme of SMV and GOOSE in smart substation J. Mod. Power Syst. Clean Energy (2014) 2(4):438 443 DOI 10.1007/s40565-014-0073-z Shared-network scheme of and in smart substation Wenlong WANG, Minghui LIU (&), Xicai ZHAO, Gui YANG Abstract The network

More information

INTERNATIONAL STANDARD

INTERNATIONAL STANDARD INTERNATIONAL STANDARD IEC 61970-501 First edition 2006-03 Energy management system application program interface (EMS-API) Part 501: Common Information Model Resource Description Framework (CIM RDF) schema

More information

Norwegian IEC User Conventions

Norwegian IEC User Conventions Norwegian IEC 870-5-101 User Conventions Approved version Revision no. 2.0 Revision no.: Date: Chapter: Comments: 1.0 97-09-24 All Initial version 1.1 97-10-24 All Changes in fonts and figure ref., and

More information

An Architecture for Semantic Enterprise Application Integration Standards

An Architecture for Semantic Enterprise Application Integration Standards An Architecture for Semantic Enterprise Application Integration Standards Nenad Anicic 1, 2, Nenad Ivezic 1, Albert Jones 1 1 National Institute of Standards and Technology, 100 Bureau Drive Gaithersburg,

More information

DEVELOPMENT AND APPLICATION OF THE REACTIVE POWER & VOLTAGE REAL TIME MONITORING SYSTEM FOR DISTRIBUTION NETWORKS

DEVELOPMENT AND APPLICATION OF THE REACTIVE POWER & VOLTAGE REAL TIME MONITORING SYSTEM FOR DISTRIBUTION NETWORKS DEVELOPMENT AND APPLICATION OF THE REACTIVE POWER & VOLTAGE REAL TIME MONITORING SYSTEM FOR DISTRIBUTION NETWORKS Zhumei MIAO Shanxi Electric Power Company of China - China Miaozhumei@sohu.com Abstract:

More information

The Solutions to Some Key Problems of Solar Energy Output in the Belt and Road Yong-ping GAO 1,*, Li-li LIAO 2 and Yue-shun HE 3

The Solutions to Some Key Problems of Solar Energy Output in the Belt and Road Yong-ping GAO 1,*, Li-li LIAO 2 and Yue-shun HE 3 2016 International Conference on Artificial Intelligence and Computer Science (AICS 2016) ISBN: 978-1-60595-411-0 The Solutions to Some Key Problems of Solar Energy Output in the Belt and Road Yong-ping

More information

ISO INTERNATIONAL STANDARD. Graphic technology Variable printing data exchange Part 1: Using PPML 2.1 and PDF 1.

ISO INTERNATIONAL STANDARD. Graphic technology Variable printing data exchange Part 1: Using PPML 2.1 and PDF 1. INTERNATIONAL STANDARD ISO 16612-1 First edition 2005-12-15 Graphic technology Variable printing data exchange Part 1: Using PPML 2.1 and PDF 1.4 (PPML/VDX-2005) Technologie graphique Échange de données

More information

From Signal to Service

From Signal to Service From Signal to Service Challenges for the Development of AUTOSAR Adaptive Applications Automotive Ethernet and AUTOSAR Adaptive are key technologies for highly automated driving and comprehensive connectivity

More information

COOPERATIVE DATA SHARING WITH SECURITY IN VEHICULAR AD-HOC NETWORKS

COOPERATIVE DATA SHARING WITH SECURITY IN VEHICULAR AD-HOC NETWORKS COOPERATIVE DATA SHARING WITH SECURITY IN VEHICULAR AD-HOC NETWORKS Deepa B 1 and Dr. S A Kulkarni 2 1 IV Sem M. Tech, Dept of CSE, KLS Gogte Institute of Technology, Belagavi deepa.bangarshetru@gmail.com

More information

Research on the Interoperability Architecture of the Digital Library Grid

Research on the Interoperability Architecture of the Digital Library Grid Research on the Interoperability Architecture of the Digital Library Grid HaoPan Department of information management, Beijing Institute of Petrochemical Technology, China, 102600 bjpanhao@163.com Abstract.

More information

6 Computer Networks 6.1. Foundations of Computer Science Cengage Learning

6 Computer Networks 6.1. Foundations of Computer Science Cengage Learning 6 Computer Networks 6.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: 6.2 Describe network criteria, physical structures and categories

More information

C I R E D 22 nd International Conference on Electricity Distribution Stockholm, June 2013

C I R E D 22 nd International Conference on Electricity Distribution Stockholm, June 2013 C I R E D 22 nd International Conference on Electricity Distribution Stockholm, 0-3 June 203 Paper 399 PROTECTION OPERATION ANALYSIS IN SMART GRIDS Alexander Apostolov OMICRON electronics - USA alex.apostolov@omicronusa.com

More information

Image Classification Using Wavelet Coefficients in Low-pass Bands

Image Classification Using Wavelet Coefficients in Low-pass Bands Proceedings of International Joint Conference on Neural Networks, Orlando, Florida, USA, August -7, 007 Image Classification Using Wavelet Coefficients in Low-pass Bands Weibao Zou, Member, IEEE, and Yan

More information

CSC Web Technologies, Spring Web Data Exchange Formats

CSC Web Technologies, Spring Web Data Exchange Formats CSC 342 - Web Technologies, Spring 2017 Web Data Exchange Formats Web Data Exchange Data exchange is the process of transforming structured data from one format to another to facilitate data sharing between

More information

A Method and System for Thunder Traffic Online Identification

A Method and System for Thunder Traffic Online Identification 2016 3 rd International Conference on Engineering Technology and Application (ICETA 2016) ISBN: 978-1-60595-383-0 A Method and System for Thunder Traffic Online Identification Jinfu Chen Institute of Information

More information

Data Processing System to Network Supported Collaborative Design

Data Processing System to Network Supported Collaborative Design Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 3351 3355 Advanced in Control Engineering and Information Science Data Processing System to Network Supported Collaborative Design

More information

Design of Coal Mine Power Supply Monitoring System

Design of Coal Mine Power Supply Monitoring System 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 2016) Design of Coal Mine Power Supply Monitoring System Lei Shi 1, Guo Jin 2 and Jun Xu 3 1 2 Department of electronic

More information

Structured documents

Structured documents Structured documents An overview of XML Structured documents Michael Houghton 15/11/2000 Unstructured documents Broadly speaking, text and multimedia document formats can be structured or unstructured.

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 23009-1 First edition 2012-04-01 Information technology Dynamic adaptive streaming over HTTP (DASH) Part 1: Media presentation description and segment formats Technologies

More information

The Research of the Digital Environmental Protection Intellectualization Platform

The Research of the Digital Environmental Protection Intellectualization Platform Research Journal of Applied Sciences, Engineering and Technology 4(16): 2672-2676, 2012 ISSN: 2040-7467 Maxwell Scientific Organization, 2012 Submitted: March 29, 2012 Accepted: April 20, 2012 Published:

More information

XML and Agent Communication

XML and Agent Communication Tutorial Report for SENG 609.22- Agent-based Software Engineering Course Instructor: Dr. Behrouz H. Far XML and Agent Communication Jingqiu Shao Fall 2002 1 XML and Agent Communication Jingqiu Shao Department

More information

Incorporating applications to a Service Oriented Architecture

Incorporating applications to a Service Oriented Architecture Proceedings of the 5th WSEAS Int. Conf. on System Science and Simulation in Engineering, Tenerife, Canary Islands, Spain, December 16-18, 2006 401 Incorporating applications to a Service Oriented Architecture

More information